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

Function LuaGarbargeCollect

Code/CryEngine/CryScriptSystem/ScriptSystem.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void LuaGarbargeCollect(IConsoleCmdArgs*)
106{
107 gEnv->pScriptSystem->ForceGarbageCollection();
108}
109
110inline CScriptTable* AllocTable() { return new CScriptTable; }
111// inline void FreeTable( CScriptTable *pTable ) { /*delete pTable;*/ }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected