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

Method pushFrame

Engine/source/console/stringStack.cpp:207–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void ConsoleValueStack::pushFrame()
208{
209 //Con::printf("CSTK pushFrame[%i] (%i)", mFrame, mStackPos);
210 mStackFrames[mFrame++] = mStackPos;
211}
212
213void ConsoleValueStack::resetFrame()
214{

Callers 4

execMethod · 0.45
_internalExecuteFunction · 0.45
saveMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36