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

Method ConsoleValueStack

Engine/source/console/stringStack.cpp:48–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48ConsoleValueStack::ConsoleValueStack() :
49mFrame(0),
50mStackPos(0)
51{
52 for (int i=0; i<ConsoleValueStack::MaxStackDepth; i++) {
53 mStack[i].init();
54 mStack[i].type = ConsoleValue::TypeInternalString;
55 }
56}
57
58ConsoleValueStack::~ConsoleValueStack()
59{

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected