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

Method getIntVariable

Engine/source/console/compiledEval.cpp:407–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405//------------------------------------------------------------
406
407S32 ExprEvalState::getIntVariable()
408{
409 return currentVariable ? currentVariable->getIntValue() : 0;
410}
411
412F64 ExprEvalState::getFloatVariable()
413{

Callers 1

execMethod · 0.45

Calls 1

getIntValueMethod · 0.45

Tested by

no test coverage detected