GameTimeSettings

Inherits from SystemSettings

Summary

Constructors

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

Properties

Name Type
vSyncSubtractTime float
joinJobsTimeLimit float
yieldTimeLimit float
yieldTime int
maxInactiveVariableFps float
maxSimFps float
maxVariableFps float
clampTicks int
forceDeltaTime float
forceDeltaTickCount int
timeScale float
useWaitableTimers bool
forceUseSleepTimer bool
forceSinglePlayerFixedTick bool
forceMultiplayerOneTickMin bool
variableSimTickTimeEnable bool

Static members

Name Type
GameTimeSettings.typeInfo TypeInformation

Constructors

GameTimeSettings

GameTimeSettings()

Creates a new GameTimeSettings frostbite instance.

GameTimeSettings

GameTimeSettings(guid: Guid)

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

Parameters

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

GameTimeSettings

GameTimeSettings(other: SystemSettings)

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

Parameters

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

GameTimeSettings

GameTimeSettings(other: DataContainer)

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

Parameters

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

Properties

vSyncSubtractTime

float

joinJobsTimeLimit

float

yieldTimeLimit

float

yieldTime

int

maxInactiveVariableFps

float

maxSimFps

float

maxVariableFps

float

clampTicks

int

forceDeltaTime

float

forceDeltaTickCount

int

timeScale

float

useWaitableTimers

bool

forceUseSleepTimer

bool

forceSinglePlayerFixedTick

bool

forceMultiplayerOneTickMin

bool

variableSimTickTimeEnable

bool

Static members

typeInfo

TypeInformation

The type information for the GameTimeSettings type.

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