SoundTestSpec
Inherits from DataContainer
Summary
Constructors
SoundTestSpec() |
SoundTestSpec(guid: Guid) |
SoundTestSpec(other: DataContainer) |
Properties
Name | Type |
---|---|
name | string |
description | string |
mainStartTask | SoundTestTask | nil |
mainStopTask | SoundTestTask | nil |
duration | float |
tasks | SoundTestTask[] |
Static members
Name | Type |
---|---|
SoundTestSpec.typeInfo | TypeInformation |
Constructors
SoundTestSpec
SoundTestSpec()
Creates a new SoundTestSpec frostbite instance.
SoundTestSpec
SoundTestSpec(guid: Guid)
Creates a new SoundTestSpec frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
SoundTestSpec
SoundTestSpec(other: DataContainer)
Casts an instance of type DataContainer to SoundTestSpec. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to SoundTestSpec. |
Properties
name
string
description
string
mainStartTask
SoundTestTask | nil
mainStopTask
SoundTestTask | nil
duration
float
tasks
Static members
typeInfo
The type information for the SoundTestSpec type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)