Delegate ICondition.ConditionChangeDelegate
A delegate type used with the Dalamud.Plugin.Services.ICondition.ConditionChange event.
Assembly: Dalamud.dll
View Source
Declaration
public delegate void ICondition.ConditionChangeDelegate(ConditionFlag flag, bool value)