Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ Sc_ScanNum
Function
Sc_ScanNum
Engine/source/console/CMDscan.cpp:2540–2545 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2538
}
2539
2540
static int Sc_ScanNum()
2541
{
2542
CMDtext[CMDleng] = 0;
2543
CMDlval.f = MakeToken< double >( dAtof(CMDtext), lineIndex );
2544
return(FLTCONST);
2545
}
2546
2547
static int Sc_ScanHex()
2548
{
Callers
1
CMDscan.cpp
File · 0.85
Calls
1
dAtof
Function · 0.85
Tested by
no test coverage detected