Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Navigation.NullMover Class Reference
Inheritance diagram for ff14bot.Navigation.NullMover:
ff14bot.Interfaces.IPlayerMover

Public Member Functions

void MoveStop ()
 Stops all player movement.
void MoveTowards (Vector3 location)
 Moves the player towards the specified location.

Member Function Documentation

◆ MoveStop()

void ff14bot.Navigation.NullMover.MoveStop ( )

Stops all player movement.

Implements ff14bot.Interfaces.IPlayerMover.

◆ MoveTowards()

void ff14bot.Navigation.NullMover.MoveTowards ( Vector3 location)

Moves the player towards the specified location.

Parameters
locationThe target location to move towards.

Implements ff14bot.Interfaces.IPlayerMover.