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

Method CreateNew

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

/////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

108
109//////////////////////////////////////////////////////////////////////////
110void CScriptTable::CreateNew()
111{
112 lua_newtable(L);
113 Attach();
114}
115
116//////////////////////////////////////////////////////////////////////////
117bool CScriptTable::BeginSetGetChain()

Callers 1

CreateTableMethod · 0.80

Calls 1

AttachFunction · 0.85

Tested by

no test coverage detected