SyncedBFSettings

Inherits from SystemSettings

Summary

Constructors

SyncedBFSettings()
SyncedBFSettings(guid: Guid)
SyncedBFSettings(other: SystemSettings)
SyncedBFSettings(other: DataContainer)

Properties

Name Type
gameModeCounterModifier float
unlicensedUnlocksUnlocked bool
noMinimap bool
noHud bool
noMinimapSpotting bool
no3dSpotting bool
noNameTag bool
onlySquadLeaderSpawn bool
teamSwitchingAllowed bool
memoryDefragUI bool
memoryGarbageCollectHavok bool
memoryDefragGlobal bool
allUnlocksUnlocked bool

Static members

Name Type
SyncedBFSettings.typeInfo TypeInformation

Constructors

SyncedBFSettings

SyncedBFSettings()

Creates a new SyncedBFSettings frostbite instance.

SyncedBFSettings

SyncedBFSettings(guid: Guid)

Creates a new SyncedBFSettings frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

SyncedBFSettings

SyncedBFSettings(other: SystemSettings)

Casts an instance of type SystemSettings to SyncedBFSettings. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SystemSettings The instance to cast to SyncedBFSettings.

SyncedBFSettings

SyncedBFSettings(other: DataContainer)

Casts an instance of type DataContainer to SyncedBFSettings. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to SyncedBFSettings.

Properties

gameModeCounterModifier

float

unlicensedUnlocksUnlocked

bool

noMinimap

bool

noHud

bool

noMinimapSpotting

bool

no3dSpotting

bool

noNameTag

bool

onlySquadLeaderSpawn

bool

teamSwitchingAllowed

bool

memoryDefragUI

bool

memoryGarbageCollectHavok

bool

memoryDefragGlobal

bool

allUnlocksUnlocked

bool

Static members

typeInfo

TypeInformation

The type information for the SyncedBFSettings type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)