RoutineManagerGetCapabilityState Method |
Returns the state of a capability.
Namespace:
ff14bot.Managers
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static CapabilityState GetCapabilityState(
CapabilityFlags capability
)
Parameters
- capability
- Type: ff14bot.ManagersCapabilityFlags
The capability. Should not have multiple flags set.
Return Value
Type:
CapabilityStateThe state of a capability.
Exceptions Exception | Condition |
---|
ArgumentOutOfRangeException | Thrown if capability has multiple flags set. |
See Also