MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / getGameSettings

Function getGameSettings

TheForceEngine/TFE_Settings/settings.cpp:412–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410 }
411
412 TFE_Settings_Game* getGameSettings()
413 {
414 return &s_gameSettings;
415 }
416
417 void writeWindowSettings(FileStream& settings)
418 {

Callers 15

inputMapping_startupFunction · 0.85
initReplaysFunction · 0.85
shouldLogReplayFunction · 0.85
serializeDemoFunction · 0.85
increaseReplayFrameRateFunction · 0.85
decreaseReplayFrameRateFunction · 0.85
startCommonReplayStatesFunction · 0.85
endCommonReplayStatesFunction · 0.85
endRecordingFunction · 0.85
loadReplayFromPathFunction · 0.85
loadReplayWrapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected