CapturePointEntity

Inherits from GameEntity

Summary

Constructors

CapturePointEntity(other: EntityBusPeer)
CapturePointEntity(other: Entity)
CapturePointEntity(other: SpatialEntity)
CapturePointEntity(other: GameEntity)

Properties

Name Type
contested bool
team TeamId
attackingTeam TeamId
location float
name string
captureEnabled bool
attacked bool
controlled bool

Static members

Name Type
CapturePointEntity.typeInfo TypeInformation

Constructors

CapturePointEntity

CapturePointEntity(other: EntityBusPeer)

Parameters

Name Type Description
other EntityBusPeer

CapturePointEntity

CapturePointEntity(other: Entity)

Parameters

Name Type Description
other Entity

CapturePointEntity

CapturePointEntity(other: SpatialEntity)

Parameters

Name Type Description
other SpatialEntity

CapturePointEntity

CapturePointEntity(other: GameEntity)

Parameters

Name Type Description
other GameEntity

Properties

contested

bool

team

TeamId

attackingTeam

TeamId

location

float

name

string

captureEnabled

bool

attacked

bool

controlled

bool

Static members

typeInfo

TypeInformation

Last modified May 23, 2022: fix: inherits from EntityBusPeer (4eabb2cb)