VoiceOverConversationNode

Inherits from VoiceOverStructureNode

Summary

Constructors

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

Properties

Name Type
groups VoiceOverDialogGroup[]
condition VoiceOverValueConnection[]
interval VoiceOverIntervalNode | nil
finishedRelationship VoiceOverStructureNode[]
blockedRelationship VoiceOverStructureNode[]
conditionMode VoiceOverContainerConditionMode
probability float
pronunciation VoiceOverPronunciation | nil
interruptMode VoiceOverConversationInterruptMode
priority int
queueMode VoiceOverConversationQueueMode
relevancy float
trackCount int
lastSequenceIndex int

Static members

Name Type
VoiceOverConversationNode.typeInfo TypeInformation

Constructors

VoiceOverConversationNode

VoiceOverConversationNode()

Creates a new VoiceOverConversationNode frostbite instance.

VoiceOverConversationNode

VoiceOverConversationNode(guid: Guid)

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

Parameters

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

VoiceOverConversationNode

VoiceOverConversationNode(other: VoiceOverStructureNode)

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

Parameters

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

VoiceOverConversationNode

VoiceOverConversationNode(other: VoiceOverNode)

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

Parameters

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

VoiceOverConversationNode

VoiceOverConversationNode(other: DataContainer)

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

Parameters

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

Properties

groups

VoiceOverDialogGroup[]

condition

VoiceOverValueConnection[]

interval

VoiceOverIntervalNode | nil

finishedRelationship

VoiceOverStructureNode[]

blockedRelationship

VoiceOverStructureNode[]

conditionMode

VoiceOverContainerConditionMode

probability

float

pronunciation

VoiceOverPronunciation | nil

interruptMode

VoiceOverConversationInterruptMode

priority

int

queueMode

VoiceOverConversationQueueMode

relevancy

float

trackCount

int

lastSequenceIndex

int

Static members

typeInfo

TypeInformation

The type information for the VoiceOverConversationNode type.

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