Rebornbuddy
|
Public Member Functions | |
void | MoveStop () |
Stops all player movement. | |
void | MoveTowards (Vector3 location) |
Moves the player towards the specified location. |
Properties | |
Vector3 | LastMoveLocation [get] |
void ff14bot.Navigation.SlideMover.MoveStop | ( | ) |
Stops all player movement.
Implements ff14bot.Interfaces.IPlayerMover.
void ff14bot.Navigation.SlideMover.MoveTowards | ( | Vector3 | location | ) |
Moves the player towards the specified location.
location | The target location to move towards. |
Implements ff14bot.Interfaces.IPlayerMover.
|
get |