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

Method PushTable

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

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

Source from the content-addressed store, hash-verified

2002
2003//////////////////////////////////////////////////////////////////////////
2004void CScriptSystem::PushTable(IScriptTable* pTable)
2005{
2006 ((CScriptTable*)pTable)->PushRef();
2007};
2008
2009//////////////////////////////////////////////////////////////////////////
2010void CScriptSystem::AttachTable(IScriptTable* pTable)

Callers

nothing calls this directly

Calls 1

PushRefMethod · 0.80

Tested by

no test coverage detected