MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / c_get

Function c_get

TheForceEngine/TFE_FrontEndUI/console.cpp:440–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438 }
439
440 void c_get(const ConsoleArgList& args)
441 {
442 if (args.size() >= 2)
443 {
444 char value[64];
445 getVariable(args[1].c_str(), value);
446 }
447 }
448
449 void c_set(const ConsoleArgList& args)
450 {

Callers 1

executeFunction · 0.85

Calls 3

getVariableFunction · 0.85
c_strMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected