Click or drag to resize

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
C#
public bool HasCapability(
	CapabilityFlags capability
)

Parameters

capability
Type: ff14bot.ManagersCapabilityFlags
The capability.

Return Value

Type: Boolean
true 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