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

Method setFloatVariable

Engine/source/console/compiledEval.cpp:286–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286inline void ExprEvalState::setFloatVariable(F64 val)
287{
288 AssertFatal(currentVariable != NULL, "Invalid evaluator state - trying to set null variable!");
289 currentVariable->setFloatValue(val);
290}
291
292inline void ExprEvalState::setStringVariable(const char *val)
293{

Callers 1

execMethod · 0.45

Calls 1

setFloatValueMethod · 0.45

Tested by

no test coverage detected