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

Function Sc_ScanVar

Engine/source/console/CMDscan.cpp:2278–2286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

CMDscan.cppFile · 0.85

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected