MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / PostInit

Method PostInit

CryScriptSystem/ScriptSystem.cpp:441–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441void CScriptSystem::PostInit()
442{
443 //////////////////////////////////////////////////////////////////////////
444 // Register console vars.
445 //////////////////////////////////////////////////////////////////////////
446 if (GetISystem()->GetIConsole())
447 {
448 GetISystem()->GetIConsole()->Register( "lua_stackonmalloc",&g_dumpStackOnAlloc,0 );
449 }
450}
451
452//////////////////////////////////////////////////////////////////////////
453void CScriptSystem::EnableDebugger(IScriptDebugSink *pDebugSink)

Callers 1

InitScriptSystemMethod · 0.80

Calls 3

GetIConsoleMethod · 0.80
GetISystemFunction · 0.70
RegisterMethod · 0.45

Tested by

no test coverage detected