BFServerSettings
Inherits from SystemSettings
Summary
Constructors
BFServerSettings() |
BFServerSettings(guid: Guid) |
BFServerSettings(other: SystemSettings) |
BFServerSettings(other: DataContainer) |
Properties
Static members
Name | Type |
---|---|
BFServerSettings.typeInfo | TypeInformation |
Constructors
BFServerSettings
BFServerSettings()
Creates a new BFServerSettings frostbite instance.
BFServerSettings
BFServerSettings(guid: Guid)
Creates a new BFServerSettings frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
BFServerSettings
BFServerSettings(other: SystemSettings)
Casts an instance of type SystemSettings to BFServerSettings. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SystemSettings | The instance to cast to BFServerSettings. |
BFServerSettings
BFServerSettings(other: DataContainer)
Casts an instance of type DataContainer to BFServerSettings. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to BFServerSettings. |
Properties
serverMessage
string
ctfRoundTimeModifier
float
forceTeamForPlayerTag
string
forceTeamForPlayerTagTeam
int
noInteractivityTimeoutTime
float
noInteractivityThresholdLimit
float
noInteractivityBanRoundCount
int
teamKillCountForKick
int
teamKillValueForKick
float
teamKillValueIncrease
float
teamKillValueDecreasePerSecond
float
teamKillKickForBan
int
roundMaxPlayerCount
int
roundMinPlayerCount
int
roundLockdownCountdown
int
roundRestartCountdown
int
roundWarmupTimeout
int
bannerUrl
string
serverPreset
string
serverDescription
string
serverAdministrationSettings
string
gameSize
int
serverAdministrationMapRotation
string
serverAdministrationMapRotationInformation
string
serverAdministrationRoundsPerMap
int
spectators
string
punkBusterVersion
string
teamSwitchImbalanceLimit
int
gameMod
string
pingSite
string
overrideServerConfigurationStartTime
string
gunMasterWeaponsPresetIndex
int
serverConfigurationRefreshInterval
int
deathmatchFriendZoneFallbackCount
int
defaultVoiceChannel
mapSequencerEnabled
bool
kickAPlayerOnVIPJoin
bool
isManDownRotationEnabled
bool
isKillerCameraEnabled
bool
premiumStatus
bool
overrideAutoBalance
bool
autoBalance
bool
Static members
typeInfo
The type information for the BFServerSettings type.