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

Method Resume

Code/CryEngine/CrySystem/System.cpp:1068–1076  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1066 return 0;
1067 }
1068 int Resume()
1069 {
1070 if (!m_bIsActive)
1071 {
1072 m_bIsActive = 1;
1073 return 1;
1074 }
1075 return 0;
1076 }
1077 int IsActive() { return m_bIsActive; }
1078 int RequestStep(float dt)
1079 {

Callers 3

SetThreadStateMethod · 0.45
System.cppFile · 0.45
ResumeSequencesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected