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

Method save

Engine/source/console/console.cpp:2627–2631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2625//------------------------------------------------------------------------------
2626
2627void ConsoleStackFrameSaver::save()
2628{
2629 gCallStack.pushFrame(0);
2630 mSaved = true;
2631}
2632
2633void ConsoleStackFrameSaver::restore()
2634{

Callers 7

evaluateFunction · 0.45
evaluatefFunction · 0.45
executeFunction · 0.45
_internalExecuteFunction · 0.45
callMethod · 0.45
callMethod · 0.45
callMethod · 0.45

Calls 1

pushFrameMethod · 0.45

Tested by

no test coverage detected