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