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

Method ExprEvalState

Engine/source/console/consoleInternal.cpp:832–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

830}
831
832ExprEvalState::ExprEvalState()
833{
834 VECTOR_SET_ASSOCIATION(stack);
835 globalVars.setState(this);
836 thisObject = NULL;
837 traceOn = false;
838 currentVariable = NULL;
839 mStackDepth = 0;
840 stack.reserve( 64 );
841 mShouldReset = false;
842 mResetLocked = false;
843}
844
845ExprEvalState::~ExprEvalState()
846{

Callers

nothing calls this directly

Calls 2

setStateMethod · 0.45
reserveMethod · 0.45

Tested by

no test coverage detected