VoiceOverConstantGlobalValue
Inherits from VoiceOverConstantValue
Summary
Constructors
VoiceOverConstantGlobalValue() |
VoiceOverConstantGlobalValue(guid: Guid) |
VoiceOverConstantGlobalValue(other: VoiceOverConstantValue) |
VoiceOverConstantGlobalValue(other: DataContainer) |
Properties
Name | Type |
---|---|
source | VoiceOverGlobalConstantValue | nil |
Static members
Name | Type |
---|---|
VoiceOverConstantGlobalValue.typeInfo | TypeInformation |
Constructors
VoiceOverConstantGlobalValue
VoiceOverConstantGlobalValue()
Creates a new VoiceOverConstantGlobalValue frostbite instance.
VoiceOverConstantGlobalValue
VoiceOverConstantGlobalValue(guid: Guid)
Creates a new VoiceOverConstantGlobalValue frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
VoiceOverConstantGlobalValue
VoiceOverConstantGlobalValue(other: VoiceOverConstantValue)
Casts an instance of type VoiceOverConstantValue to VoiceOverConstantGlobalValue. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | VoiceOverConstantValue | The instance to cast to VoiceOverConstantGlobalValue. |
VoiceOverConstantGlobalValue
VoiceOverConstantGlobalValue(other: DataContainer)
Casts an instance of type DataContainer to VoiceOverConstantGlobalValue. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to VoiceOverConstantGlobalValue. |
Properties
source
Static members
typeInfo
The type information for the VoiceOverConstantGlobalValue type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)