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

Method getIntVariable

Engine/source/console/compiledEval.cpp:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261//------------------------------------------------------------
262
263inline S32 ExprEvalState::getIntVariable()
264{
265 return currentVariable ? currentVariable->getIntValue() : 0;
266}
267
268inline F64 ExprEvalState::getFloatVariable()
269{

Callers 1

execMethod · 0.45

Calls 1

getIntValueMethod · 0.45

Tested by

no test coverage detected