SpawnReferenceObjectData
Inherits from ReferenceObjectData
Summary
Constructors
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
controllableInput
controllableTransform
locationNameSid
string
locationTextSid
string
team
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
The type information for the SpawnReferenceObjectData type.