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

Method setFloatVariable

Engine/source/console/compiledEval.cpp:430–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430void ExprEvalState::setFloatVariable(F64 val)
431{
432 AssertFatal(currentVariable != NULL, "Invalid evaluator state - trying to set null variable!");
433 currentVariable->setFloatValue(val);
434}
435
436void ExprEvalState::setStringVariable(const char *val)
437{

Callers 1

execMethod · 0.45

Calls 1

setFloatValueMethod · 0.45

Tested by

no test coverage detected