CombatRoutineHasCapability Method |
Determines whether the Combat Routine has the given capability/capabilities.
It is assumed that capabilities can be toggled if available.
Namespace:
ff14bot.AClasses
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public bool HasCapability(
CapabilityFlags capability
)
Parameters
- capability
- Type: ff14bot.ManagersCapabilityFlags
The capability.
Return Value
Type:
Booleantrue if CombatRoutine supports the capability/capabilities. If multiple capabilities are
ORed together then
true is returned only if CombatRoutine supports ALL of them;
otherwise
false is returned.
See Also