Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
inline CScriptTable* AllocTable() { return new CScriptTable; }
111
// inline void FreeTable( CScriptTable *pTable ) { /*delete pTable;*/ }
112
}
113
Callers
2
CreateTable
Method · 0.85
ToAny
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected