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

Method GetAt

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

Source from the content-addressed store, hash-verified

344}
345
346bool CXmlScriptSaver::GetAt(int elem, TValue& value, const XmlNodeRef& definition)
347{
348 CGetAtVisitor visitor(CurTable(), elem);
349 boost::apply_visitor(visitor, value);
350 return visitor.Ok();
351}
352
353bool CXmlScriptSaver::HaveElemAt(int elem)
354{

Callers 7

BuildDispatchTableMethod · 0.45
PrologueMethod · 0.45
InitMethod · 0.45
GetVarValueFunction · 0.45
BeginTableAtMethod · 0.45
VisitMethod · 0.45

Calls 1

OkMethod · 0.45

Tested by

no test coverage detected