VoiceOverDialogClipEvents

Inherits from DataContainer

Summary

Constructors

VoiceOverDialogClipEvents()
VoiceOverDialogClipEvents(guid: Guid)
VoiceOverDialogClipEvents(other: DataContainer)

Properties

Name Type
startedNameHash int
finishedNameHash int

Static members

Name Type
VoiceOverDialogClipEvents.typeInfo TypeInformation

Constructors

VoiceOverDialogClipEvents

VoiceOverDialogClipEvents()

Creates a new VoiceOverDialogClipEvents frostbite instance.

VoiceOverDialogClipEvents

VoiceOverDialogClipEvents(guid: Guid)

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

Parameters

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

VoiceOverDialogClipEvents

VoiceOverDialogClipEvents(other: DataContainer)

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

Parameters

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

Properties

startedNameHash

int

finishedNameHash

int

Static members

typeInfo

TypeInformation

The type information for the VoiceOverDialogClipEvents type.

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