NullProviderAtLocation Method |
Gets a bool that indicates whether one position is considered to be at another position.
Can be used to check if the player has reached a destination, for example.
Namespace:
ff14bot.Navigation
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public override bool AtLocation(
Vector3 point1,
Vector3 point2
)
Parameters
- point1
- Type: Clio.UtilitiesVector3
The first point. - point2
- Type: Clio.UtilitiesVector3
The second point.
Return Value
Type:
BooleanTrue if the first point is at the second point; otherwise false.
See Also