EntityVoiceOverInfo

Inherits from DataContainer

Summary

Constructors

EntityVoiceOverInfo()
EntityVoiceOverInfo(guid: Guid)
EntityVoiceOverInfo(other: DataContainer)

Properties

Name Type
voiceOverType VoiceOverObject | nil
labels VoiceOverLabel[]

Static members

Name Type
EntityVoiceOverInfo.typeInfo TypeInformation

Constructors

EntityVoiceOverInfo

EntityVoiceOverInfo()

Creates a new EntityVoiceOverInfo frostbite instance.

EntityVoiceOverInfo

EntityVoiceOverInfo(guid: Guid)

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

Parameters

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

EntityVoiceOverInfo

EntityVoiceOverInfo(other: DataContainer)

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

Parameters

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

Properties

voiceOverType

VoiceOverObject | nil

labels

VoiceOverLabel[]

Static members

typeInfo

TypeInformation

The type information for the EntityVoiceOverInfo type.

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