JammingComponentData

Inherits from ComponentData

Summary

Constructors

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

Properties

Name Type
smokeJamming SmokeJammingData
airMissileJamming AirMissileJammingData

Static members

Name Type
JammingComponentData.typeInfo TypeInformation

Constructors

JammingComponentData

JammingComponentData()

Creates a new JammingComponentData frostbite instance.

JammingComponentData

JammingComponentData(guid: Guid)

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

Parameters

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

JammingComponentData

JammingComponentData(other: ComponentData)

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

Parameters

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

JammingComponentData

JammingComponentData(other: GameObjectData)

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

Parameters

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

JammingComponentData

JammingComponentData(other: GameDataContainer)

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

Parameters

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

JammingComponentData

JammingComponentData(other: DataContainer)

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

Parameters

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

Properties

smokeJamming

SmokeJammingData

airMissileJamming

AirMissileJammingData

Static members

typeInfo

TypeInformation

The type information for the JammingComponentData type.

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