NavigatorLookupPathInfo Method |
Looks up the information of a path going to an object.
Namespace:
ff14bot.Navigation
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static PathInformation LookupPathInfo(
GameObject obj,
float distanceTolerance = 5f
)
Parameters
- obj
- Type: ff14bot.ObjectsGameObject
The object. - distanceTolerance (Optional)
- Type: SystemSingle
The distance to get within obj.
Return Value
Type:
PathInformationThe path information. Always non-
null.
Exceptions Exception | Condition |
---|
ArgumentNullException | obj is null. |
Remarks Path information lookups are in general extremely fast to perform. They require minimal
CPU computation.
See Also