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

Method EndIteration

CryScriptSystem/ScriptObject.cpp:1352–1364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1350}
1351
1352void CScriptObject::EndIteration()
1353{
1354 if(m_nIterationCounter==-1)
1355 {
1356 //Timur[2/20/2003]
1357 // This is invalid call, fire warning.
1358 FIXME_ASSERT(0);
1359 return;
1360 }
1361
1362 lua_settop(m_pLS,m_nIterationCounter);
1363 m_nIterationCounter=-1;
1364}
1365
1366ScriptVarType CScriptObject::GetCurrentType()
1367{

Callers 15

DrawTriStripMethod · 0.80
Debug_Full_recursiveMethod · 0.80
Debug_ElementsMethod · 0.80
GetStackAndLocalsMethod · 0.80
ReloadWeaponScriptsMethod · 0.80
SavePlayerElementsMethod · 0.80
DrawRadarMethod · 0.80
InitMethod · 0.80
CreateObjectFromTableMethod · 0.80
SetupStaticFromTableMethod · 0.80
SetupButtonFromTableMethod · 0.80

Calls 1

lua_settopFunction · 0.85

Tested by

no test coverage detected