DemoSettings
Inherits from DataContainer
Summary
Constructors
DemoSettings() |
DemoSettings(guid: Guid) |
DemoSettings(other: DataContainer) |
Properties
Name | Type |
---|---|
recordDemoFileName | string |
playbackDemoFileName | string |
timeDemo | string |
lockToPlayerName | string |
changePlayerInterval | int |
forcedDeltaTickCount | int |
startProfilingOnFrame | int |
stopProfilingOnFrame | int |
takeScreenshotOnFrame | int |
allowOverwrite | bool |
logPerformance | bool |
suppressDebugLog | bool |
shutdownOnDemoComplete | bool |
loopingDemo | bool |
lockToRandomPlayer | bool |
pauseOnStartup | bool |
Static members
Name | Type |
---|---|
DemoSettings.typeInfo | TypeInformation |
Constructors
DemoSettings
DemoSettings()
Creates a new DemoSettings frostbite instance.
DemoSettings
DemoSettings(guid: Guid)
Creates a new DemoSettings frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
DemoSettings
DemoSettings(other: DataContainer)
Casts an instance of type DataContainer to DemoSettings. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to DemoSettings. |
Properties
recordDemoFileName
string
playbackDemoFileName
string
timeDemo
string
lockToPlayerName
string
changePlayerInterval
int
forcedDeltaTickCount
int
startProfilingOnFrame
int
stopProfilingOnFrame
int
takeScreenshotOnFrame
int
allowOverwrite
bool
logPerformance
bool
suppressDebugLog
bool
shutdownOnDemoComplete
bool
loopingDemo
bool
lockToRandomPlayer
bool
pauseOnStartup
bool
Static members
typeInfo
The type information for the DemoSettings type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)