MCPcopy 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
2547static 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
2555void CMD_reset()
2556{

Callers 1

CMDscan.cppFile · 0.85

Calls 1

dSscanfFunction · 0.85

Tested by

no test coverage detected