JetEngineConfigData

Inherits from EngineConfigData

Summary

Constructors

JetEngineConfigData()
JetEngineConfigData(guid: Guid)
JetEngineConfigData(other: EngineConfigData)
JetEngineConfigData(other: DataContainer)

Properties

Name Type
powerFadeOutRange Vec2
forceMagnitudeMultiplier float
angleInputYMultiplier float
angleInputPitchMultiplier float
maxVelocity float
directionVectorIndex int
isWaterJetEngine bool
isTurnable bool

Static members

Name Type
JetEngineConfigData.typeInfo TypeInformation

Constructors

JetEngineConfigData

JetEngineConfigData()

Creates a new JetEngineConfigData frostbite instance.

JetEngineConfigData

JetEngineConfigData(guid: Guid)

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

Parameters

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

JetEngineConfigData

JetEngineConfigData(other: EngineConfigData)

Casts an instance of type EngineConfigData to JetEngineConfigData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EngineConfigData The instance to cast to JetEngineConfigData.

JetEngineConfigData

JetEngineConfigData(other: DataContainer)

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

Parameters

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

Properties

powerFadeOutRange

Vec2

forceMagnitudeMultiplier

float

angleInputYMultiplier

float

angleInputPitchMultiplier

float

maxVelocity

float

directionVectorIndex

int

isWaterJetEngine

bool

isTurnable

bool

Static members

typeInfo

TypeInformation

The type information for the JetEngineConfigData type.

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