Click or drag to resize

CapabilityManagerAdd Method (CapabilityFlags, FuncBoolean, String)

Adds a new entry that disallows capability until

condition evaluates to false, at which

point the entry is removed and capability is allowed if

no other entries for capability are maintained.

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static CapabilityManagerHandle Add(
	CapabilityFlags capability,
	Func<bool> condition,
	string reason = null
)

Parameters

capability
Type: ff14bot.ManagersCapabilityFlags
The capability.
condition
Type: SystemFuncBoolean
The condition.
reason (Optional)
Type: SystemString
The reason.

Return Value

Type: CapabilityManagerHandle
A handle that can be used to update the entry
See Also