• A hook event fired by the system when the system.active property of an ItemBuffPF embedded in an ActorPF has changed. This is also fired when a buff with its active state already set to true is added to an actor.

    Parameters

    • actor: ActorPF

      The actor whose buff's active state has changed.

    • item: ItemBuffPF

      The buff whose active state has changed.

    • state: boolean

      The new state of the buff.

    Returns void

    Remarks

    Called by Hooks.callAll

Generated using TypeDoc