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

Method setStringStackPtrVariable

Engine/source/console/compiledEval.cpp:298–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298inline void ExprEvalState::setStringStackPtrVariable(StringStackPtr str)
299{
300 AssertFatal(currentVariable != NULL, "Invalid evaluator state - trying to set null variable!");
301 currentVariable->setStringStackPtrValue(str);
302}
303
304inline void ExprEvalState::setCopyVariable()
305{

Callers 1

execMethod · 0.80

Calls 1

Tested by

no test coverage detected