SpawnEntity

Inherits from SpatialEntity

Summary

Constructors

SpawnEntity(other: EntityBusPeer)
SpawnEntity(other: Entity)
SpawnEntity(other: SpatialEntity)

Properties

Name Type
subBus EntityBus
spawnTimer float
spawnCount int
spawnDelay float
teamId TeamId
enabled bool
locationNameSid string
canSpawnMore bool
driverEntryInputValid bool
driverControlled bool
isControlled bool
spawnRequested bool
isAutoSpawnCancelled bool
hasBeenInitialAutoSpawned bool
useFriendZones bool
spawnedControllables ControllableEntity{}

Static members

Name Type
SpawnEntity.typeInfo TypeInformation

Constructors

SpawnEntity

SpawnEntity(other: EntityBusPeer)

Parameters

Name Type Description
other EntityBusPeer

SpawnEntity

SpawnEntity(other: Entity)

Parameters

Name Type Description
other Entity

SpawnEntity

SpawnEntity(other: SpatialEntity)

Parameters

Name Type Description
other SpatialEntity

Properties

subBus

EntityBus

spawnTimer

float

spawnCount

int

spawnDelay

float

teamId

TeamId

enabled

bool

locationNameSid

string

canSpawnMore

bool

driverEntryInputValid

bool

driverControlled

bool

isControlled

bool

spawnRequested

bool

isAutoSpawnCancelled

bool

hasBeenInitialAutoSpawned

bool

useFriendZones

bool

spawnedControllables

ControllableEntity{}

Static members

typeInfo

TypeInformation

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