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

Method ResetTimers

Code/CryEngine/CryScriptSystem/ScriptSystem.cpp:2646–2649  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

2644
2645//////////////////////////////////////////////////////////////////////////
2646void CScriptSystem::ResetTimers()
2647{
2648 m_pScriptTimerMgr->Reset();
2649}
2650
2651//////////////////////////////////////////////////////////////////////////
2652HSCRIPTFUNCTION CScriptSystem::CompileBuffer(const char* sBuffer, size_t nSize, const char* sBufferDesc)

Callers 2

LoadLevelMethod · 0.80
UnLoadLevelMethod · 0.80

Calls 1

ResetMethod · 0.45

Tested by

no test coverage detected