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

Function c_set

TheForceEngine/TFE_FrontEndUI/console.cpp:449–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447 }
448
449 void c_set(const ConsoleArgList& args)
450 {
451 if (args.size() >= 3)
452 {
453 setVariable(args[1].c_str(), args[2].c_str());
454 }
455 }
456
457 void execute(const ConsoleArgList& args, const char* inputText)
458 {

Callers 1

executeFunction · 0.85

Calls 3

setVariableFunction · 0.85
c_strMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected