AnimatedDriverEntityData

Inherits from GameEntityData

Summary

Constructors

AnimatedDriverEntityData()
AnimatedDriverEntityData(guid: Guid)
AnimatedDriverEntityData(other: GameEntityData)
AnimatedDriverEntityData(other: SpatialEntityData)
AnimatedDriverEntityData(other: EntityData)
AnimatedDriverEntityData(other: GameObjectData)
AnimatedDriverEntityData(other: GameDataContainer)
AnimatedDriverEntityData(other: DataContainer)

Properties

Name Type
inputTransform LinearTransform
vehicleBoost AntRef
vehicleSpeed AntRef
vehicleMovementState AntRef
vehicleClutch AntRef
vehicleBrake AntRef
movementStateStandThreshold float
yaw NormalizeSettings
roll NormalizeSettings
pitch NormalizeSettings
delayAnimationWheelTransform bool

Static members

Name Type
AnimatedDriverEntityData.typeInfo TypeInformation

Constructors

AnimatedDriverEntityData

AnimatedDriverEntityData()

Creates a new AnimatedDriverEntityData frostbite instance.

AnimatedDriverEntityData

AnimatedDriverEntityData(guid: Guid)

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

Parameters

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

AnimatedDriverEntityData

AnimatedDriverEntityData(other: GameEntityData)

Casts an instance of type GameEntityData to AnimatedDriverEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameEntityData The instance to cast to AnimatedDriverEntityData.

AnimatedDriverEntityData

AnimatedDriverEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to AnimatedDriverEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to AnimatedDriverEntityData.

AnimatedDriverEntityData

AnimatedDriverEntityData(other: EntityData)

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

Parameters

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

AnimatedDriverEntityData

AnimatedDriverEntityData(other: GameObjectData)

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

Parameters

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

AnimatedDriverEntityData

AnimatedDriverEntityData(other: GameDataContainer)

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

Parameters

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

AnimatedDriverEntityData

AnimatedDriverEntityData(other: DataContainer)

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

Parameters

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

Properties

inputTransform

LinearTransform

vehicleBoost

AntRef

vehicleSpeed

AntRef

vehicleMovementState

AntRef

vehicleClutch

AntRef

vehicleBrake

AntRef

movementStateStandThreshold

float

yaw

NormalizeSettings

roll

NormalizeSettings

pitch

NormalizeSettings

delayAnimationWheelTransform

bool

Static members

typeInfo

TypeInformation

The type information for the AnimatedDriverEntityData type.

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