Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Actions"

Index

Type aliases

IAction

A chosen action to be performed by a team in battle.

IActionType

IActionType: "flee" | "item" | "move" | "switch"

Titles of actions that a team may take in battle.

IOnAction

IOnAction: function

Animation for when a team performs a move action.

param

Team and action being performed.

param

Callback for when the action is done.

type

TAction Type of action being performed.

Type declaration

    • Parameters

      • teamAction: ITeamAndAction<TAction>
      • onComplete: function
          • (): void
          • Returns void

      Returns void

Generated using TypeDoc