Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
207
void ConsoleValueStack::pushFrame()
208
{
209
//Con::printf(
"CSTK pushFrame[%i] (%i)"
, mFrame, mStackPos);
210
mStackFrames[mFrame++] = mStackPos;
211
}
212
213
void ConsoleValueStack::resetFrame()
214
{
Callers
4
exec
Method · 0.45
_internalExecute
Function · 0.45
save
Method · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36