Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBattleTeam

Extended team information during a battle.

Hierarchy

Index

Properties

actors

actors: IActor[]

Actors that will fight.

Optional leader

leader: ITeamLeader

Character appearing to direct the actors.

orderedActors

orderedActors: IActor[]

Original (immutable) order of actors in the current battle.

selectedActor

selectedActor: IActor

Currently selected actor.

selectedIndex

selectedIndex: number

Index of the currently selected actor.

selector

selector: ISelector

How the team chooses their actions.

Generated using TypeDoc