Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Interfaces.IPlayerMover Interface Reference

Interface for classes that handle player movement in the game. More...

Inheritance diagram for ff14bot.Interfaces.IPlayerMover:
ff14bot.Navigation.NullMover ff14bot.Navigation.SlideMover

Public Member Functions

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

Detailed Description

Interface for classes that handle player movement in the game.

Member Function Documentation

◆ MoveStop()

void ff14bot.Interfaces.IPlayerMover.MoveStop ( )

Stops all player movement.

Implemented in ff14bot.Navigation.NullMover, and ff14bot.Navigation.SlideMover.

◆ MoveTowards()

void ff14bot.Interfaces.IPlayerMover.MoveTowards ( Vector3 location)

Moves the player towards the specified location.

Parameters
locationThe target location to move towards.

Implemented in ff14bot.Navigation.NullMover, and ff14bot.Navigation.SlideMover.