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

Method setIntVariable

Engine/source/console/compiledEval.cpp:280–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278//------------------------------------------------------------
279
280inline void ExprEvalState::setIntVariable(S32 val)
281{
282 AssertFatal(currentVariable != NULL, "Invalid evaluator state - trying to set null variable!");
283 currentVariable->setIntValue(val);
284}
285
286inline void ExprEvalState::setFloatVariable(F64 val)
287{

Callers 1

execMethod · 0.45

Calls 1

setIntValueMethod · 0.45

Tested by

no test coverage detected