ObjectVariationSwitchEntityData

Inherits from EntityData

Summary

Constructors

ObjectVariationSwitchEntityData()
ObjectVariationSwitchEntityData(guid: Guid)
ObjectVariationSwitchEntityData(other: EntityData)
ObjectVariationSwitchEntityData(other: GameObjectData)
ObjectVariationSwitchEntityData(other: GameDataContainer)
ObjectVariationSwitchEntityData(other: DataContainer)

Properties

Name Type
variation1 ObjectVariation | nil
variation2 ObjectVariation | nil

Static members

Name Type
ObjectVariationSwitchEntityData.typeInfo TypeInformation

Constructors

ObjectVariationSwitchEntityData

ObjectVariationSwitchEntityData()

Creates a new ObjectVariationSwitchEntityData frostbite instance.

ObjectVariationSwitchEntityData

ObjectVariationSwitchEntityData(guid: Guid)

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

Parameters

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

ObjectVariationSwitchEntityData

ObjectVariationSwitchEntityData(other: EntityData)

Casts an instance of type EntityData to ObjectVariationSwitchEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to ObjectVariationSwitchEntityData.

ObjectVariationSwitchEntityData

ObjectVariationSwitchEntityData(other: GameObjectData)

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

Parameters

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

ObjectVariationSwitchEntityData

ObjectVariationSwitchEntityData(other: GameDataContainer)

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

Parameters

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

ObjectVariationSwitchEntityData

ObjectVariationSwitchEntityData(other: DataContainer)

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

Parameters

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

Properties

variation1

ObjectVariation | nil

variation2

ObjectVariation | nil

Static members

typeInfo

TypeInformation

The type information for the ObjectVariationSwitchEntityData type.

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