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