VoiceOverValue

Inherits from DataContainer

Summary

Constructors

VoiceOverValue()
VoiceOverValue(guid: Guid)
VoiceOverValue(other: DataContainer)

Properties

Name Type
valueType VoiceOverValueType

Static members

Name Type
VoiceOverValue.typeInfo TypeInformation

Constructors

VoiceOverValue

VoiceOverValue()

Creates a new VoiceOverValue frostbite instance.

VoiceOverValue

VoiceOverValue(guid: Guid)

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

Parameters

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

VoiceOverValue

VoiceOverValue(other: DataContainer)

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

Parameters

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

Properties

valueType

VoiceOverValueType

Static members

typeInfo

TypeInformation

The type information for the VoiceOverValue type.

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