Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ setIntValue
Method
setIntValue
Engine/source/console/console.cpp:2654–2657 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2652
}
2653
2654
void ConsoleValue::setIntValue(S32 val)
2655
{
2656
setFloatValue(val);
2657
}
2658
2659
void ConsoleValue::setIntValue(U32 val)
2660
{
Callers
10
setIntVariable
Method · 0.45
setCopyVariable
Method · 0.45
exec
Method · 0.45
setIntVariable
Function · 0.45
_internalExecute
Function · 0.45
console.cpp
File · 0.45
pushVar
Method · 0.45
pushValue
Method · 0.45
pushUINT
Method · 0.45
readConnectRequest
Method · 0.45
Calls
3
getData
Function · 0.85
setData
Function · 0.85
dFree
Function · 0.50
Tested by
no test coverage detected