Click or drag to resize

CapabilityManagerUpdate Method (CapabilityManagerHandle, CapabilityFlags, Int32, String)

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

timeSpanMs duration in milliseconds. 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,
	int timeSpanMs,
	string reason = null
)

Parameters

handle
Type: ff14bot.ManagersCapabilityManagerHandle
The handle.
capability
Type: ff14bot.ManagersCapabilityFlags
The capability.
timeSpanMs
Type: SystemInt32
The timeSpanMs.
reason (Optional)
Type: SystemString
The reason.
Exceptions
ExceptionCondition
OverflowExceptiontimeSpanMs is less than MinValue or greater than MaxValue.-or-timeSpanMs is PositiveInfinity.-or-timeSpanMs is NegativeInfinity.
See Also