MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / popElement

Method popElement

Engine/source/console/SimXMLDocument.cpp:530–533  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Pop last element off of stack. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

528// Pop last element off of stack.
529// -----------------------------------------------------------------------------
530void SimXMLDocument::popElement(void)
531{
532 m_paNode.pop_back();
533}
534
535DefineEngineMethod( SimXMLDocument, popElement, void, (),,
536 "@brief Pop the last Element off the stack.\n\n")

Callers 15

SimXMLDocument.cppFile · 0.80
exportFunctionFunction · 0.80
exportTypeFunction · 0.80
exportScopeFunction · 0.80
exportBaseTypesMethod · 0.80
exportEntryTypesMethod · 0.80
exportNamespacesMethod · 0.80
exportXMLMethod · 0.80
readStateNameMethod · 0.80
readTransitonTargetMethod · 0.80
readFieldNameMethod · 0.80

Calls 1

pop_backMethod · 0.45

Tested by

no test coverage detected