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

Callers 1

CMDscan.cppFile · 0.85

Calls 1

dAtofFunction · 0.85

Tested by

no test coverage detected