VehicleSpawnStateEntityData

Inherits from EntityData

Summary

Constructors

VehicleSpawnStateEntityData()
VehicleSpawnStateEntityData(guid: Guid)
VehicleSpawnStateEntityData(other: EntityData)
VehicleSpawnStateEntityData(other: GameObjectData)
VehicleSpawnStateEntityData(other: GameDataContainer)
VehicleSpawnStateEntityData(other: DataContainer)

Properties

Name Type
initialVelocity Vec3
startupDelayModifier float
initialThrottle float
engineIndex int
initialRpmModifier float
heightOffset float
radius float

Static members

Name Type
VehicleSpawnStateEntityData.typeInfo TypeInformation

Constructors

VehicleSpawnStateEntityData

VehicleSpawnStateEntityData()

Creates a new VehicleSpawnStateEntityData frostbite instance.

VehicleSpawnStateEntityData

VehicleSpawnStateEntityData(guid: Guid)

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

Parameters

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

VehicleSpawnStateEntityData

VehicleSpawnStateEntityData(other: EntityData)

Casts an instance of type EntityData to VehicleSpawnStateEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to VehicleSpawnStateEntityData.

VehicleSpawnStateEntityData

VehicleSpawnStateEntityData(other: GameObjectData)

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

Parameters

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

VehicleSpawnStateEntityData

VehicleSpawnStateEntityData(other: GameDataContainer)

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

Parameters

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

VehicleSpawnStateEntityData

VehicleSpawnStateEntityData(other: DataContainer)

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

Parameters

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

Properties

initialVelocity

Vec3

startupDelayModifier

float

initialThrottle

float

engineIndex

int

initialRpmModifier

float

heightOffset

float

radius

float

Static members

typeInfo

TypeInformation

The type information for the VehicleSpawnStateEntityData type.

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