RotorComponentData

Inherits from ComponentData

Summary

Constructors

RotorComponentData()
RotorComponentData(guid: Guid)
RotorComponentData(other: ComponentData)
RotorComponentData(other: GameObjectData)
RotorComponentData(other: GameDataContainer)
RotorComponentData(other: DataContainer)

Properties

Name Type
lowRpmModel RotorModelData
highRpmModel RotorModelData
rotationAxis RotationAxis
rotationMultiplier float
changeModelRpm float
blowEffect EffectBlueprint | nil
triggerGroundEffectHeight float
criticallyDamagedRotationForce float
onlyTriggerBlowEffectInWater bool
groundEffectOnTerrainOnly bool
criticalDamage bool

Static members

Name Type
RotorComponentData.typeInfo TypeInformation

Constructors

RotorComponentData

RotorComponentData()

Creates a new RotorComponentData frostbite instance.

RotorComponentData

RotorComponentData(guid: Guid)

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

Parameters

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

RotorComponentData

RotorComponentData(other: ComponentData)

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

Parameters

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

RotorComponentData

RotorComponentData(other: GameObjectData)

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

Parameters

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

RotorComponentData

RotorComponentData(other: GameDataContainer)

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

Parameters

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

RotorComponentData

RotorComponentData(other: DataContainer)

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

Parameters

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

Properties

lowRpmModel

RotorModelData

highRpmModel

RotorModelData

rotationAxis

RotationAxis

rotationMultiplier

float

changeModelRpm

float

blowEffect

EffectBlueprint | nil

triggerGroundEffectHeight

float

criticallyDamagedRotationForce

float

onlyTriggerBlowEffectInWater

bool

groundEffectOnTerrainOnly

bool

criticalDamage

bool

Static members

typeInfo

TypeInformation

The type information for the RotorComponentData type.

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