VoiceOverNamedValue

Inherits from VoiceOverValue

Summary

Constructors

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

Properties

Name Type
name string

Static members

Name Type
VoiceOverNamedValue.typeInfo TypeInformation

Constructors

VoiceOverNamedValue

VoiceOverNamedValue()

Creates a new VoiceOverNamedValue frostbite instance.

VoiceOverNamedValue

VoiceOverNamedValue(guid: Guid)

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

Parameters

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

VoiceOverNamedValue

VoiceOverNamedValue(other: VoiceOverValue)

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

Parameters

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

VoiceOverNamedValue

VoiceOverNamedValue(other: DataContainer)

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

Parameters

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

Properties

name

string

Static members

typeInfo

TypeInformation

The type information for the VoiceOverNamedValue type.

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