NavigatorAtLocation Method (Vector3) |
Checks if the local player is considered to be on top of a point.
Namespace:
ff14bot.Navigation
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static bool AtLocation(
Vector3 point
)
Parameters
- point
- Type: Clio.UtilitiesVector3
.
Return Value
Type:
Booleantrue if it succeeds, false if it fails.
See Also