ChassisComponentData

Inherits from PartComponentData

Summary

Constructors

ChassisComponentData()
ChassisComponentData(guid: Guid)
ChassisComponentData(other: PartComponentData)
ChassisComponentData(other: ComponentData)
ChassisComponentData(other: GameObjectData)
ChassisComponentData(other: GameDataContainer)
ChassisComponentData(other: DataContainer)

Properties

Name Type
vehicleConfig VehicleConfigData | nil
gearboxConfig GearboxConfigData | nil
waterStreakEffects VehicleWaterEffectData[]
waterEffects VehicleWaterEffectData[]
triggerGroundEffectImpulse float
landingGearLogic LandingGearLogicData | nil
alwaysFullThrottle bool
forceLandingGearsRetract bool
allowNegativeThrottle bool

Static members

Name Type
ChassisComponentData.typeInfo TypeInformation

Constructors

ChassisComponentData

ChassisComponentData()

Creates a new ChassisComponentData frostbite instance.

ChassisComponentData

ChassisComponentData(guid: Guid)

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

Parameters

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

ChassisComponentData

ChassisComponentData(other: PartComponentData)

Casts an instance of type PartComponentData to ChassisComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other PartComponentData The instance to cast to ChassisComponentData.

ChassisComponentData

ChassisComponentData(other: ComponentData)

Casts an instance of type ComponentData to ChassisComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to ChassisComponentData.

ChassisComponentData

ChassisComponentData(other: GameObjectData)

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

Parameters

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

ChassisComponentData

ChassisComponentData(other: GameDataContainer)

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

Parameters

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

ChassisComponentData

ChassisComponentData(other: DataContainer)

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

Parameters

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

Properties

vehicleConfig

VehicleConfigData | nil

gearboxConfig

GearboxConfigData | nil

waterStreakEffects

VehicleWaterEffectData[]

waterEffects

VehicleWaterEffectData[]

triggerGroundEffectImpulse

float

landingGearLogic

LandingGearLogicData | nil

alwaysFullThrottle

bool

forceLandingGearsRetract

bool

allowNegativeThrottle

bool

Static members

typeInfo

TypeInformation

The type information for the ChassisComponentData type.

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