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