Represents actor stats for a frame

Hierarchy

  • FrameActorStats

Properties

alive: number

Gets the frame's number of actors (alive)

killed: number

Gets the frame's number of actors (killed)

remaining: number

Gets the frame's number of remaining actors (alive - killed)

total: number

Gets the frame's number of total actors (remaining + UI)

ui: number

Gets the frame's number of UI actors