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