GameWorld Class |
Namespace: ff14bot.Managers
public static class GameWorld
The GameWorld type exposes the following members.
Name | Description | |
---|---|---|
GetTriangles |
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.
| |
IntersectsBox | ||
MassTraceLine | Performs a mass traceline. | |
Raycast(Vector3, Vector3, RaycastFlags, RaycastFlags, RaycastResult) |
Performs a raycast, start and end points far from the player may yield inaccurate results due to the game not loading assets
| |
Raycast(Vector3, Vector3, RaycastFlags, RaycastFlags, RaycastFlags, RaycastResult) |
Performs a raycast, start and end points far from the player may yield inaccurate results due to the game not loading assets
Performs additional raycasts if a hit is found with the ignoreFlags check that the result does not have the
|