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

Method setStringVariable

Engine/source/console/compiledEval.cpp:292–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292inline void ExprEvalState::setStringVariable(const char *val)
293{
294 AssertFatal(currentVariable != NULL, "Invalid evaluator state - trying to set null variable!");
295 currentVariable->setStringValue(val);
296}
297
298inline void ExprEvalState::setStringStackPtrVariable(StringStackPtr str)
299{

Callers 2

setFieldComponentFunction · 0.80
execMethod · 0.80

Calls 1

setStringValueMethod · 0.45

Tested by

no test coverage detected