VeniceOnlineSettings

Inherits from SystemSettings

Summary

Constructors

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

Properties

Name Type
webFeedMaxFetchAttempts int
platforms OnlinePlatformConfiguration[]
serviceNameOverride string
clientGameConfigurationOverride string
blazeLogLevel int
dirtySockLogLevel int
battlelogReportURL string
entitlementQueries EntitlementQuery[]
webFeedUrlPrefix string
snowrollerOrphanTimeout float
queueCapacityOverride int
webFeedCountUrlPrefix string
matchFeedMaxFetchAttempts int
dogTagUploadPolicy DTagUploadPolicy
webFeedUnreadCountFetchPeriod int
matchImagesUrlPrefix string
webFeedMaxItems int
webFeedMinimumMillisecondsBetweenRequests int
webFeedMillisecondsBetweenNewRequestAttempt int
matchFeedMinimumMillisecondsBetweenRequests int
matchFeedMinimumMillisecondsBetweenMatchRequests int
pingPeriod int
matchFeedMinimumMillisecondsBetweenNewRequestAttempt int
matchFeedDetailsUrlPrefix string
matchFeedListUrlPrefix string
matchFeedMinimumMillisecondsBetweenMatchReloads int
enableSnowroller bool
enableQoS bool
punkBusterActivateClient bool
punkBusterActivateServer bool
battlelogReport bool
useFallback bool

Static members

Name Type
VeniceOnlineSettings.typeInfo TypeInformation

Constructors

VeniceOnlineSettings

VeniceOnlineSettings()

Creates a new VeniceOnlineSettings frostbite instance.

VeniceOnlineSettings

VeniceOnlineSettings(guid: Guid)

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

Parameters

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

VeniceOnlineSettings

VeniceOnlineSettings(other: SystemSettings)

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

Parameters

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

VeniceOnlineSettings

VeniceOnlineSettings(other: DataContainer)

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

Parameters

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

Properties

webFeedMaxFetchAttempts

int

platforms

OnlinePlatformConfiguration[]

serviceNameOverride

string

clientGameConfigurationOverride

string

blazeLogLevel

int

dirtySockLogLevel

int

battlelogReportURL

string

entitlementQueries

EntitlementQuery[]

webFeedUrlPrefix

string

snowrollerOrphanTimeout

float

queueCapacityOverride

int

webFeedCountUrlPrefix

string

matchFeedMaxFetchAttempts

int

dogTagUploadPolicy

DTagUploadPolicy

webFeedUnreadCountFetchPeriod

int

matchImagesUrlPrefix

string

webFeedMaxItems

int

webFeedMinimumMillisecondsBetweenRequests

int

webFeedMillisecondsBetweenNewRequestAttempt

int

matchFeedMinimumMillisecondsBetweenRequests

int

matchFeedMinimumMillisecondsBetweenMatchRequests

int

pingPeriod

int

matchFeedMinimumMillisecondsBetweenNewRequestAttempt

int

matchFeedDetailsUrlPrefix

string

matchFeedListUrlPrefix

string

matchFeedMinimumMillisecondsBetweenMatchReloads

int

enableSnowroller

bool

enableQoS

bool

punkBusterActivateClient

bool

punkBusterActivateServer

bool

battlelogReport

bool

useFallback

bool

Static members

typeInfo

TypeInformation

The type information for the VeniceOnlineSettings type.

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