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

Method restore

Engine/source/console/console.cpp:2633–2639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2631}
2632
2633void ConsoleStackFrameSaver::restore()
2634{
2635 if (mSaved)
2636 {
2637 gCallStack.popFrame();
2638 }
2639}

Callers 1

processMethod · 0.45

Calls 1

popFrameMethod · 0.45

Tested by

no test coverage detected