Skip to main content

PropertyShockPublishAction

Callable

  • PropertyShockPublishAction(C?: Character, Item?: Item, Automatic?: boolean): void

  • Helper fuction for publishing shock-related actions.


    Parameters

    • C: Character = null

      The shocked character; defaults to the CharacterGetCurrent output

    • Item: Item = DialogFocusItem

      The shocking item; defaults to DialogFocusItem

    • Automatic: boolean = false

      Whether the shock was triggered automatically or otherwise manually

    Returns void