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