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

Method EndIteration

Code/CryEngine/CryScriptSystem/ScriptTable.cpp:681–691  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

679
680//////////////////////////////////////////////////////////////////////////
681void CScriptTable::EndIteration(const Iterator& iterr)
682{
683 Iterator& iter = const_cast<Iterator&>(iterr);
684
685 if (iter.internal.nStackMarker1)
686 {
687 lua_settop(L, iter.internal.nStackMarker1 - 1);
688 iter.internal.nStackMarker1 = 0;
689 iter.internal.nStackMarker2 = 0;
690 }
691}
692
693//////////////////////////////////////////////////////////////////////////
694void CScriptTable::Clear()

Callers 15

operator()Method · 0.80
BuildDispatchTableMethod · 0.80
BuildSynchTableMethod · 0.80
ValidateDispatchTableMethod · 0.80
AddSynchedTableMethod · 0.80
SaveLuaToXMLFunction · 0.80
WriteTableMethod · 0.80
IsVectorMethod · 0.80
WriteTableMethod · 0.80
IsVectorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected