Skip to main content

FrameActorStats

Represents actor stats for a frame

Index

Properties

alive

alive: number

Gets the frame's number of actors (alive)

killed

killed: number

Gets the frame's number of actors (killed)

remaining

remaining: number

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

total

total: number

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

ui

ui: number

Gets the frame's number of UI actors