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

Method setStringVariable

Engine/source/console/compiledEval.cpp:436–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436void ExprEvalState::setStringVariable(const char *val)
437{
438 AssertFatal(currentVariable != NULL, "Invalid evaluator state - trying to set null variable!");
439 currentVariable->setStringValue(val);
440}
441
442//-----------------------------------------------------------------------------
443

Callers 2

setFieldComponentFunction · 0.80
execMethod · 0.80

Calls 1

setStringValueMethod · 0.45

Tested by

no test coverage detected