Rebornbuddy
|
Interface for classes that handle player movement in the game. More...
Public Member Functions | |
void | MoveStop () |
Stops all player movement. | |
void | MoveTowards (Vector3 location) |
Moves the player towards the specified location. |
Interface for classes that handle player movement in the game.
void ff14bot.Interfaces.IPlayerMover.MoveStop | ( | ) |
Stops all player movement.
Implemented in ff14bot.Navigation.NullMover, and ff14bot.Navigation.SlideMover.
void ff14bot.Interfaces.IPlayerMover.MoveTowards | ( | Vector3 | location | ) |
Moves the player towards the specified location.
location | The target location to move towards. |
Implemented in ff14bot.Navigation.NullMover, and ff14bot.Navigation.SlideMover.