NetworkSettings

Inherits from DataContainer

Summary

Constructors

NetworkSettings()
NetworkSettings(guid: Guid)
NetworkSettings(other: DataContainer)

Properties

Name Type
protocolVersion int
titleId string
clientPort int
serverPort int
maxGhostCount int
maxClientCount int
maxClientFrameSize int
maxServerFrameSize int
xlspAddress string
serverAddress string
clientConnectionDebugFilePrefix string
serverConnectionDebugFilePrefix string
timeNudgeGhostFrequencyFactor float
timeNudgeBias float
connectTimeout float
useFrameManager bool
timeSyncEnabled bool
incrementServerPortOnFail bool

Static members

Name Type
NetworkSettings.typeInfo TypeInformation

Constructors

NetworkSettings

NetworkSettings()

Creates a new NetworkSettings frostbite instance.

NetworkSettings

NetworkSettings(guid: Guid)

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

Parameters

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

NetworkSettings

NetworkSettings(other: DataContainer)

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

Parameters

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

Properties

protocolVersion

int

titleId

string

clientPort

int

serverPort

int

maxGhostCount

int

maxClientCount

int

maxClientFrameSize

int

maxServerFrameSize

int

xlspAddress

string

serverAddress

string

clientConnectionDebugFilePrefix

string

serverConnectionDebugFilePrefix

string

timeNudgeGhostFrequencyFactor

float

timeNudgeBias

float

connectTimeout

float

useFrameManager

bool

timeSyncEnabled

bool

incrementServerPortOnFail

bool

Static members

typeInfo

TypeInformation

The type information for the NetworkSettings type.

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