| 103 | } |
| 104 | |
| 105 | void LuaGarbargeCollect(IConsoleCmdArgs*) |
| 106 | { |
| 107 | gEnv->pScriptSystem->ForceGarbageCollection(); |
| 108 | } |
| 109 | |
| 110 | inline CScriptTable* AllocTable() { return new CScriptTable; } |
| 111 | // inline void FreeTable( CScriptTable *pTable ) { /*delete pTable;*/ } |
nothing calls this directly
no test coverage detected