A hook event fired by the system when one or more of an actor's conditions have changed. The conditions object can be found in actor.system.conditions.
conditions
actor.system.conditions
The actor whose conditions have changed.
The name of the condition that has changed as per CONFIG.PF1.conditionTypes.
CONFIG.PF1.conditionTypes
The new state of the condition.
Called by Hooks.callAll
Generated using TypeDoc
A hook event fired by the system when one or more of an actor's conditions have changed. The
conditions
object can be found inactor.system.conditions
.