MCPcopy 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
2536static int Sc_ScanNum()
2537{
2538 CMDtext[CMDleng] = 0;
2539 CMDlval.f = MakeToken< double >( dAtof(CMDtext), lineIndex );
2540 return(FLTCONST);
2541}
2542
2543static int Sc_ScanHex()
2544{

Callers 1

CMDscan.cppFile · 0.85

Calls 1

dAtofFunction · 0.70

Tested by

no test coverage detected