Type Parameters

Hierarchy

Implemented by

Properties

actionStack: readonly ActionType[]
executor: E
hasSetCanUse: boolean
lastAction: ActionType

Methods

  • The items passed to this method will be registered as items potentially to be damaged when the action completes.

    Parameters

    • Rest ...items: (undefined | default)[]

    Returns IActionConfirmerApi<E, CU>

  • Returns the items registered for this action via addItems.

    Returns readonly default[]

  • Check if a creature on a tile and blocking the execution of the action

    Returns

    When checking before the action is being executed: true if a creature is on a tile and that creature is not hidden, false otherwise

    When checking when the action is being execute true if a creature is on a tile, false otherwise

    Parameters

    Returns boolean

  • Prompts the user about something

    Type Parameters

    Parameters

    Returns Promise<boolean>

Generated using TypeDoc