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