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

Function AllocTable

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

Source from the content-addressed store, hash-verified

108}
109
110inline CScriptTable* AllocTable() { return new CScriptTable; }
111// inline void FreeTable( CScriptTable *pTable ) { /*delete pTable;*/ }
112}
113

Callers 2

CreateTableMethod · 0.85
ToAnyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected