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

Method setIntVariable

Engine/source/console/compiledEval.cpp:424–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422//------------------------------------------------------------
423
424void ExprEvalState::setIntVariable(S32 val)
425{
426 AssertFatal(currentVariable != NULL, "Invalid evaluator state - trying to set null variable!");
427 currentVariable->setIntValue(val);
428}
429
430void ExprEvalState::setFloatVariable(F64 val)
431{

Callers 1

execMethod · 0.45

Calls 1

setIntValueMethod · 0.45

Tested by

no test coverage detected