AnimationEnumerationChoiceEntityData

Inherits from EntityData

Summary

Constructors

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

Properties

Name Type
realm Realm
value int

Static members

Name Type
AnimationEnumerationChoiceEntityData.typeInfo TypeInformation

Constructors

AnimationEnumerationChoiceEntityData

AnimationEnumerationChoiceEntityData()

Creates a new AnimationEnumerationChoiceEntityData frostbite instance.

AnimationEnumerationChoiceEntityData

AnimationEnumerationChoiceEntityData(guid: Guid)

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

Parameters

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

AnimationEnumerationChoiceEntityData

AnimationEnumerationChoiceEntityData(other: EntityData)

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

Parameters

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

AnimationEnumerationChoiceEntityData

AnimationEnumerationChoiceEntityData(other: GameObjectData)

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

Parameters

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

AnimationEnumerationChoiceEntityData

AnimationEnumerationChoiceEntityData(other: GameDataContainer)

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

Parameters

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

AnimationEnumerationChoiceEntityData

AnimationEnumerationChoiceEntityData(other: DataContainer)

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

Parameters

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

Properties

realm

Realm

value

int

Static members

typeInfo

TypeInformation

The type information for the AnimationEnumerationChoiceEntityData type.

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