Click or drag to resize

GameWorldGetTriangles Method

Gets triangles from the world inside of the bounds. Returns all Triangles between Min and Max that have at least 1 vertex inside the bounds.

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static List<Triangle> GetTriangles(
	Vector3 boundsMin,
	Vector3 boundsMax,
	RaycastFlags flags,
	uint AdvancedFlags = 1
)

Parameters

boundsMin
Type: Clio.UtilitiesVector3
boundsMax
Type: Clio.UtilitiesVector3
flags
Type: ff14bot.EnumsRaycastFlags
Raycast flags to hit
AdvancedFlags (Optional)
Type: SystemUInt32
pass 1 unless you know what you are doing!

Return Value

Type: ListTriangle
See Also