BreakableRuinComponentData

Inherits from ComponentData

Summary

Constructors

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

Properties

Name Type
ruinModel ObjectBlueprint | nil

Static members

Name Type
BreakableRuinComponentData.typeInfo TypeInformation

Constructors

BreakableRuinComponentData

BreakableRuinComponentData()

Creates a new BreakableRuinComponentData frostbite instance.

BreakableRuinComponentData

BreakableRuinComponentData(guid: Guid)

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

Parameters

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

BreakableRuinComponentData

BreakableRuinComponentData(other: ComponentData)

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

Parameters

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

BreakableRuinComponentData

BreakableRuinComponentData(other: GameObjectData)

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

Parameters

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

BreakableRuinComponentData

BreakableRuinComponentData(other: GameDataContainer)

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

Parameters

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

BreakableRuinComponentData

BreakableRuinComponentData(other: DataContainer)

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

Parameters

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

Properties

ruinModel

ObjectBlueprint | nil

Static members

typeInfo

TypeInformation

The type information for the BreakableRuinComponentData type.

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