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

Method getFloatVariable

Engine/source/console/compiledEval.cpp:412–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410}
411
412F64 ExprEvalState::getFloatVariable()
413{
414 return currentVariable ? currentVariable->getFloatValue() : 0;
415}
416
417const char *ExprEvalState::getStringVariable()
418{

Callers 1

execMethod · 0.45

Calls 1

getFloatValueMethod · 0.45

Tested by

no test coverage detected