Click or drag to resize

CapabilityManagerUpdate Method (CapabilityManagerHandle, CapabilityFlags, TimeSpan, String)

Updates an entry (or adds a new one if entry is not present) to disallow capability for

timeSpan duration. The entry is removed upon expiration

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 void Update(
	CapabilityManagerHandle handle,
	CapabilityFlags capability,
	TimeSpan timeSpan,
	string reason = null
)

Parameters

handle
Type: ff14bot.ManagersCapabilityManagerHandle
The handle.
capability
Type: ff14bot.ManagersCapabilityFlags
The capability.
timeSpan
Type: SystemTimeSpan
The timeSpan.
reason (Optional)
Type: SystemString
The reason.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value of 'handle' cannot be null.
See Also