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