Click or drag to resize

CapabilityState Enumeration

Represents the state of capabilities, as requested by the user or bot.

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public enum CapabilityState
Members
  Member nameValueDescription
Disallowed0 The capability should never be used.
DontCare1 The capability can be used or not.
See Also