Click or drag to resize

GameWorld Class

Inheritance Hierarchy
SystemObject
  ff14bot.ManagersGameWorld

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static class GameWorld

The GameWorld type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetTriangles
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.
Public methodStatic memberIntersectsBox
Public methodStatic memberMassTraceLine
Performs a mass traceline.
Public methodStatic memberRaycast(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
Public methodStatic memberRaycast(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
Top
See Also