VoiceOverConversationNode
Inherits from VoiceOverStructureNode
Summary
Constructors
Properties
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
condition
interval
VoiceOverIntervalNode | nil
finishedRelationship
blockedRelationship
conditionMode
probability
float
pronunciation
VoiceOverPronunciation | nil
interruptMode
priority
int
queueMode
relevancy
float
trackCount
int
lastSequenceIndex
int
Static members
typeInfo
The type information for the VoiceOverConversationNode type.