VehicleSpawnReferenceObjectData
Inherits from SpawnReferenceObjectData
Summary
Constructors
Properties
Name | Type |
---|---|
airDropCarrierTransform | LinearTransform |
timeUntilAbandoned | float |
timeUntilAbandonedIsDestroyed | float |
enterRestriction | EntryEnterRestriction |
botBailWhenHealthBelow | float |
botBailOutDelay | float |
wreckDuration | float |
respawnRange | float |
activeStanceEntryIndex | int |
activeStance | int |
keepAliveRadius | float |
vehicleIsNearDistance | float |
setTeamOnSpawn | bool |
applyDamageToAbandonedVehicles | bool |
enableAvailableSeatOutput | bool |
disregardSpawnAllowedSetting | bool |
affectedByImpulse | bool |
Static members
Name | Type |
---|---|
VehicleSpawnReferenceObjectData.typeInfo | TypeInformation |
Constructors
VehicleSpawnReferenceObjectData
VehicleSpawnReferenceObjectData()
Creates a new VehicleSpawnReferenceObjectData frostbite instance.
VehicleSpawnReferenceObjectData
VehicleSpawnReferenceObjectData(guid: Guid)
Creates a new VehicleSpawnReferenceObjectData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
VehicleSpawnReferenceObjectData
VehicleSpawnReferenceObjectData(other: SpawnReferenceObjectData)
Casts an instance of type SpawnReferenceObjectData to VehicleSpawnReferenceObjectData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SpawnReferenceObjectData | The instance to cast to VehicleSpawnReferenceObjectData. |
VehicleSpawnReferenceObjectData
VehicleSpawnReferenceObjectData(other: ReferenceObjectData)
Casts an instance of type ReferenceObjectData to VehicleSpawnReferenceObjectData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ReferenceObjectData | The instance to cast to VehicleSpawnReferenceObjectData. |
VehicleSpawnReferenceObjectData
VehicleSpawnReferenceObjectData(other: GameObjectData)
Casts an instance of type GameObjectData to VehicleSpawnReferenceObjectData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to VehicleSpawnReferenceObjectData. |
VehicleSpawnReferenceObjectData
VehicleSpawnReferenceObjectData(other: GameDataContainer)
Casts an instance of type GameDataContainer to VehicleSpawnReferenceObjectData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to VehicleSpawnReferenceObjectData. |
VehicleSpawnReferenceObjectData
VehicleSpawnReferenceObjectData(other: DataContainer)
Casts an instance of type DataContainer to VehicleSpawnReferenceObjectData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to VehicleSpawnReferenceObjectData. |
Properties
airDropCarrierTransform
timeUntilAbandoned
float
timeUntilAbandonedIsDestroyed
float
enterRestriction
botBailWhenHealthBelow
float
botBailOutDelay
float
wreckDuration
float
respawnRange
float
activeStanceEntryIndex
int
activeStance
int
keepAliveRadius
float
vehicleIsNearDistance
float
setTeamOnSpawn
bool
applyDamageToAbandonedVehicles
bool
enableAvailableSeatOutput
bool
disregardSpawnAllowedSetting
bool
affectedByImpulse
bool
Static members
typeInfo
The type information for the VehicleSpawnReferenceObjectData type.