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

Public Member Functions

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

Properties

Vector3 LastMoveLocation [get]

Member Function Documentation

◆ MoveStop()

void ff14bot.Navigation.SlideMover.MoveStop ( )

Stops all player movement.

Implements ff14bot.Interfaces.IPlayerMover.

◆ MoveTowards()

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

Moves the player towards the specified location.

Parameters
locationThe target location to move towards.

Implements ff14bot.Interfaces.IPlayerMover.

Property Documentation

◆ LastMoveLocation

Vector3 ff14bot.Navigation.SlideMover.LastMoveLocation
get