Click or drag to resize

MovementDirection Enumeration

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
[FlagsAttribute]
public enum MovementDirection
Members
  Member nameValueDescription
None0
Forward1
Backward2
RotateLeft4
RotateRight8
StrafeLeft16
StrafeRight32
AllAllowed63
See Also