VoiceOverLanguageRoot

Inherits from DataContainer

Summary

Constructors

VoiceOverLanguageRoot()
VoiceOverLanguageRoot(guid: Guid)
VoiceOverLanguageRoot(other: DataContainer)

Properties

Name Type
language AudioLanguage | nil
path string

Static members

Name Type
VoiceOverLanguageRoot.typeInfo TypeInformation

Constructors

VoiceOverLanguageRoot

VoiceOverLanguageRoot()

Creates a new VoiceOverLanguageRoot frostbite instance.

VoiceOverLanguageRoot

VoiceOverLanguageRoot(guid: Guid)

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

Parameters

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

VoiceOverLanguageRoot

VoiceOverLanguageRoot(other: DataContainer)

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

Parameters

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

Properties

language

AudioLanguage | nil

path

string

Static members

typeInfo

TypeInformation

The type information for the VoiceOverLanguageRoot type.

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