VoiceOverConversationQueueGroup
Inherits from DataContainer
Summary
Constructors
| VoiceOverConversationQueueGroup() |
| VoiceOverConversationQueueGroup(guid: Guid) |
| VoiceOverConversationQueueGroup(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| name | string |
| polyphonyMode | VoiceOverConversationQueueGroupPolyphony |
| polyphony | int |
Static members
| Name | Type |
|---|---|
| VoiceOverConversationQueueGroup.typeInfo | TypeInformation |
Constructors
VoiceOverConversationQueueGroup
VoiceOverConversationQueueGroup()
Creates a new VoiceOverConversationQueueGroup frostbite instance.
VoiceOverConversationQueueGroup
VoiceOverConversationQueueGroup(guid: Guid)
Creates a new VoiceOverConversationQueueGroup frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
VoiceOverConversationQueueGroup
VoiceOverConversationQueueGroup(other: DataContainer)
Casts an instance of type DataContainer to VoiceOverConversationQueueGroup. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to VoiceOverConversationQueueGroup. |
Properties
name
string
polyphonyMode
polyphony
int
Static members
typeInfo
The type information for the VoiceOverConversationQueueGroup type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)