SpawnReferenceObjectData

Inherits from ReferenceObjectData

Summary

Constructors

SpawnReferenceObjectData()
SpawnReferenceObjectData(guid: Guid)
SpawnReferenceObjectData(other: ReferenceObjectData)
SpawnReferenceObjectData(other: GameObjectData)
SpawnReferenceObjectData(other: GameDataContainer)
SpawnReferenceObjectData(other: DataContainer)

Properties

Name Type
airdropTransform LinearTransform
controllableInput LinearTransform
controllableTransform LinearTransform
locationNameSid string
locationTextSid string
team TeamId
spawnProtectionFriendlyKilledCount int
spawnProtectionFriendlyKilledTime float
rotationRoll float
throttle float
initialSpawnDelay float
spawnDelay float
maxCount int
maxCountSimultaneously int
totalCountSimultaneouslyOfType int
spawnAreaRadius float
spawnProtectionRadius float
rotationYaw float
rotationPitch float
initialVelocity float
takeControlEntryIndex int
spawnProtectionCheckAllTeams bool
clearBangersOnSpawn bool
tryToSpawnOutOfSight bool
sendWeaponEvents bool
takeControlOnTransformChange bool
returnControlOnIdle bool
autoSpawn bool
useAsSpawnPoint bool
lockedTeam bool
initialAutoSpawn bool
overwriteThrottle bool
onlySendEventForHumanPlayers bool
enabled bool
isDynamicSpawn bool

Static members

Name Type
SpawnReferenceObjectData.typeInfo TypeInformation

Constructors

SpawnReferenceObjectData

SpawnReferenceObjectData()

Creates a new SpawnReferenceObjectData frostbite instance.

SpawnReferenceObjectData

SpawnReferenceObjectData(guid: Guid)

Creates a new SpawnReferenceObjectData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

SpawnReferenceObjectData

SpawnReferenceObjectData(other: ReferenceObjectData)

Casts an instance of type ReferenceObjectData to SpawnReferenceObjectData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ReferenceObjectData The instance to cast to SpawnReferenceObjectData.

SpawnReferenceObjectData

SpawnReferenceObjectData(other: GameObjectData)

Casts an instance of type GameObjectData to SpawnReferenceObjectData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to SpawnReferenceObjectData.

SpawnReferenceObjectData

SpawnReferenceObjectData(other: GameDataContainer)

Casts an instance of type GameDataContainer to SpawnReferenceObjectData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to SpawnReferenceObjectData.

SpawnReferenceObjectData

SpawnReferenceObjectData(other: DataContainer)

Casts an instance of type DataContainer to SpawnReferenceObjectData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to SpawnReferenceObjectData.

Properties

airdropTransform

LinearTransform

controllableInput

LinearTransform

controllableTransform

LinearTransform

locationNameSid

string

locationTextSid

string

team

TeamId

spawnProtectionFriendlyKilledCount

int

spawnProtectionFriendlyKilledTime

float

rotationRoll

float

throttle

float

initialSpawnDelay

float

spawnDelay

float

maxCount

int

maxCountSimultaneously

int

totalCountSimultaneouslyOfType

int

spawnAreaRadius

float

spawnProtectionRadius

float

rotationYaw

float

rotationPitch

float

initialVelocity

float

takeControlEntryIndex

int

spawnProtectionCheckAllTeams

bool

clearBangersOnSpawn

bool

tryToSpawnOutOfSight

bool

sendWeaponEvents

bool

takeControlOnTransformChange

bool

returnControlOnIdle

bool

autoSpawn

bool

useAsSpawnPoint

bool

lockedTeam

bool

initialAutoSpawn

bool

overwriteThrottle

bool

onlySendEventForHumanPlayers

bool

enabled

bool

isDynamicSpawn

bool

Static members

typeInfo

TypeInformation

The type information for the SpawnReferenceObjectData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)