MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / GetCGCount

Method GetCGCount

CryScriptSystem/ScriptSystem.cpp:1668–1672  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1666//////////////////////////////////////////////////////////////////////
1667//////////////////////////////////////////////////////////////////////
1668int CScriptSystem::GetCGCount()
1669{
1670 Validate();
1671 return lua_getgccount(m_pLS);
1672}
1673
1674//////////////////////////////////////////////////////////////////////
1675//////////////////////////////////////////////////////////////////////

Callers 3

DumpMMStatsMethod · 0.80
InitMethod · 0.80
UpdateMethod · 0.80

Calls 1

lua_getgccountFunction · 0.85

Tested by

no test coverage detected