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

Method ExprEvalState

Engine/source/console/consoleInternal.cpp:800–812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

798}
799
800ExprEvalState::ExprEvalState()
801{
802 VECTOR_SET_ASSOCIATION(stack);
803 globalVars.setState(this);
804 thisObject = NULL;
805 traceOn = false;
806 currentVariable = NULL;
807 mStackDepth = 0;
808 stack.reserve(64);
809 mShouldReset = false;
810 mResetLocked = false;
811 copyVariable = NULL;
812}
813
814ExprEvalState::~ExprEvalState()
815{

Callers

nothing calls this directly

Calls 2

setStateMethod · 0.45
reserveMethod · 0.45

Tested by

no test coverage detected