VehicleInputTweakData
Inherits from DataContainer
Summary
Constructors
VehicleInputTweakData() |
VehicleInputTweakData(guid: Guid) |
VehicleInputTweakData(other: DataContainer) |
Properties
Name | Type |
---|---|
inputTweakType | VehicleInputTweakType |
minSpeed | float |
maxSpeed | float |
minSpeedScale | float |
maxSpeedScale | float |
Static members
Name | Type |
---|---|
VehicleInputTweakData.typeInfo | TypeInformation |
Constructors
VehicleInputTweakData
VehicleInputTweakData()
Creates a new VehicleInputTweakData frostbite instance.
VehicleInputTweakData
VehicleInputTweakData(guid: Guid)
Creates a new VehicleInputTweakData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
VehicleInputTweakData
VehicleInputTweakData(other: DataContainer)
Casts an instance of type DataContainer to VehicleInputTweakData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to VehicleInputTweakData. |
Properties
inputTweakType
minSpeed
float
maxSpeed
float
minSpeedScale
float
maxSpeedScale
float
Static members
typeInfo
The type information for the VehicleInputTweakData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)