Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ Sc_ScanHex
Function
Sc_ScanHex
Engine/source/console/CMDscan.cpp:2547–2553 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2545
}
2546
2547
static int Sc_ScanHex()
2548
{
2549
S32 val = 0;
2550
dSscanf(CMDtext,
"%x"
, &val);
2551
CMDlval.i = MakeToken< int >( val, lineIndex );
2552
return INTCONST;
2553
}
2554
2555
void CMD_reset()
2556
{
Callers
1
CMDscan.cpp
File · 0.85
Calls
1
dSscanf
Function · 0.85
Tested by
no test coverage detected