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

Method EndTableAt

Code/CryEngine/CryAction/Serialization/XMLScriptLoader.cpp:136–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136bool CXmlScriptLoad::EndTableAt(int elem)
137{
138 SmartScriptTable newTable = CurTable();
139 m_tableStack.pop();
140 CurTable()->SetAt(elem, newTable);
141 return true;
142}
143
144IReadXMLSinkPtr CXmlScriptLoad::BeginArray(const char* name, const XmlNodeRef& definition)
145{

Callers 2

LoadArraySetValueTableFunction · 0.80
SaveArraySetValueTableFunction · 0.80

Calls 2

popMethod · 0.45
SetAtMethod · 0.45

Tested by

no test coverage detected