Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
407
S32 ExprEvalState::getIntVariable()
408
{
409
return currentVariable ? currentVariable->getIntValue() : 0;
410
}
411
412
F64 ExprEvalState::getFloatVariable()
413
{
Callers
1
exec
Method · 0.45
Calls
1
getIntValue
Method · 0.45
Tested by
no test coverage detected