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

Method BeginTableAt

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

Source from the content-addressed store, hash-verified

114}
115
116IReadXMLSinkPtr CXmlScriptLoad::BeginTableAt(int elem, const XmlNodeRef& definition)
117{
118 return BeginTable(NULL, definition);
119}
120
121bool CXmlScriptLoad::SetValue(const char* name, const TValue& value, const XmlNodeRef& definition)
122{

Callers 2

LoadArraySetValueTableFunction · 0.80
SaveArraySetValueTableFunction · 0.80

Calls 2

GetAtMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected