CombustionEngineConfigData

Inherits from EngineConfigData

Summary

Constructors

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

Static members

Name Type
CombustionEngineConfigData.typeInfo TypeInformation

Constructors

CombustionEngineConfigData

CombustionEngineConfigData()

Creates a new CombustionEngineConfigData frostbite instance.

CombustionEngineConfigData

CombustionEngineConfigData(guid: Guid)

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

Parameters

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

CombustionEngineConfigData

CombustionEngineConfigData(other: EngineConfigData)

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

Parameters

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

CombustionEngineConfigData

CombustionEngineConfigData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the CombustionEngineConfigData type.

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