MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / push_back

Method push_back

Engine/source/console/simSet.cpp:566–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564//-----------------------------------------------------------------------------
565
566inline void SimSetIterator::Stack::push_back(SimSet* set)
567{
568 increment();
569 last().set = set;
570 last().itr = set->begin();
571}
572
573//-----------------------------------------------------------------------------
574

Callers 15

packUpdateMethod · 0.45
addNodeMethod · 0.45
attachObjectMethod · 0.45
initPhysicsStateListMethod · 0.45
registerStateMethod · 0.45
insertObjectMethod · 0.45
simPath.cppFile · 0.45
updatePathMethod · 0.45
_renderSceneMethod · 0.45
addObjectMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by 6

addInspectorGroupFunction · 0.36
addInspectObjectMethod · 0.36
refreshMethod · 0.36
loadVarsMethod · 0.36
updateMethod · 0.36
addFieldMethod · 0.36