CapturePointEntity

Inherits from GameEntity

Summary

Constructors

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

Properties

Name Type
name string
playersInside Player{}
flagPole Entity | nil
isInPreRound bool
isAttacked bool
previousOwner TeamId
attackingTeam TeamId
isFlagMoving bool
team TeamId
flagVelocity float
flagLocation float
flagHome float
isControlled bool
isCaptureEnabled bool
cooldownTimer float
team1CooldownPenalty float
team2CooldownPenalty float

Methods

Method Returns
EnableSpawners() void
DisableSpawners() void

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

name

string

playersInside

Player{}

flagPole

Entity | nil

isInPreRound

bool

isAttacked

bool

previousOwner

TeamId

attackingTeam

TeamId

isFlagMoving

bool

team

TeamId

flagVelocity

float

flagLocation

float

flagHome

float

isControlled

bool

isCaptureEnabled

bool

cooldownTimer

float

team1CooldownPenalty

float

team2CooldownPenalty

float

Methods

EnableSpawners

EnableSpawners()

DisableSpawners

DisableSpawners()

Static members

typeInfo

TypeInformation

Last modified November 2, 2022: Update changelog for 19963 (9f161b98)