MCPcopy Create free account
hub / github.com/MergHQ/CRYENGINE / IsSerializingFile

Method IsSerializingFile

Code/CryEngine/CrySystem/System.h:305–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303 bool IsRelaunch() const override { return m_bRelaunch; };
304 void SerializingFile(int mode) override { m_iLoadingMode = mode; }
305 int IsSerializingFile() const override { return m_iLoadingMode; }
306 void Quit() override;
307 bool IsQuitting() const override;
308 bool IsShaderCacheGenMode() const override { return m_bShaderCacheGenMode; }

Callers 15

DynOmniLightEventMethod · 0.80
DynSpotLightEventMethod · 0.80
RegisterStimulusMethod · 0.80
IgnoreStimulusFromMethod · 0.80
AssignMethod · 0.80
OnResetMethod · 0.80
CTargetTrackGroupMethod · 0.80
LoadLevelMethod · 0.80
ResetMethod · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected