MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / Sc_ScanVar

Function Sc_ScanVar

Engine/source/console/CMDscan.cpp:2275–2283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2273}
2274
2275static int Sc_ScanVar()
2276{
2277 // Truncate the temp buffer...
2278 CMDtext[CMDleng] = 0;
2279
2280 // Make it a stringtable string!
2281 CMDlval.s = MakeToken< StringTableEntry >( StringTable->insert(CMDtext), lineIndex );
2282 return(VAR);
2283}
2284
2285static int charConv(int in)
2286{

Callers 1

CMDscan.cppFile · 0.85

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected