Delegate ICondition.ConditionChangeDelegate
A delegate type used with the Dalamud.Plugin.Services.ICondition.ConditionChange event.
Assembly: Dalamud.dll
Declaration
public delegate void ICondition.ConditionChangeDelegate(ConditionFlag flag, bool value)
Methods
Invoke(ConditionFlag, bool)
Declaration
public virtual void Invoke(ConditionFlag flag, bool value)
Parameters
| Type | Name |
|---|---|
| Dalamud.Game.ClientState.Conditions.ConditionFlag | flag |
System.Boolean | value |
BeginInvoke(ConditionFlag, bool, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(ConditionFlag flag, bool value, AsyncCallback callback, object @object)
Returns
System.IAsyncResult
Parameters
| Type | Name |
|---|---|
| Dalamud.Game.ClientState.Conditions.ConditionFlag | flag |
System.Boolean | value |
System.AsyncCallback | callback |
System.Object | object |
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type | Name |
|---|---|
System.IAsyncResult | result |