VoiceOverEventNode

Inherits from VoiceOverStructureNode

Summary

Constructors

VoiceOverEventNode()
VoiceOverEventNode(guid: Guid)
VoiceOverEventNode(other: VoiceOverStructureNode)
VoiceOverEventNode(other: VoiceOverNode)
VoiceOverEventNode(other: DataContainer)

Properties

Name Type
interval VoiceOverIntervalNode | nil
relationship VoiceOverStructureNode[]
redirects VoiceOverValueRedirect[]
event VoiceOverEvent | nil

Static members

Name Type
VoiceOverEventNode.typeInfo TypeInformation

Constructors

VoiceOverEventNode

VoiceOverEventNode()

Creates a new VoiceOverEventNode frostbite instance.

VoiceOverEventNode

VoiceOverEventNode(guid: Guid)

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

Parameters

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

VoiceOverEventNode

VoiceOverEventNode(other: VoiceOverStructureNode)

Casts an instance of type VoiceOverStructureNode to VoiceOverEventNode. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other VoiceOverStructureNode The instance to cast to VoiceOverEventNode.

VoiceOverEventNode

VoiceOverEventNode(other: VoiceOverNode)

Casts an instance of type VoiceOverNode to VoiceOverEventNode. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other VoiceOverNode The instance to cast to VoiceOverEventNode.

VoiceOverEventNode

VoiceOverEventNode(other: DataContainer)

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

Parameters

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

Properties

interval

VoiceOverIntervalNode | nil

relationship

VoiceOverStructureNode[]

redirects

VoiceOverValueRedirect[]

event

VoiceOverEvent | nil

Static members

typeInfo

TypeInformation

The type information for the VoiceOverEventNode type.

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