Rebornbuddy
|
Additional information for movement events. More...
Public Member Functions | |
MovementEventArgs (MovementDirection direction, bool stop) | |
Constructor. |
Public Attributes | |
MovementDirection | Direction |
The direction. | |
bool | Stop |
true to stop. |
Additional information for movement events.
ff14bot.Managers.MovementManager.MovementEventArgs.MovementEventArgs | ( | MovementDirection | direction, |
bool | stop ) |
Constructor.
direction | The direction. |
stop | true to stop. |
MovementDirection ff14bot.Managers.MovementManager.MovementEventArgs.Direction |
The direction.
bool ff14bot.Managers.MovementManager.MovementEventArgs.Stop |
true to stop.