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

Function getCVarByIndex

TheForceEngine/TFE_FrontEndUI/console.cpp:652–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650 }
651
652 const CVar* getCVarByIndex(u32 index)
653 {
654 assert(index < s_var.size());
655 return &s_var[index];
656 }
657
658 void registerDefaultCommands()
659 {

Callers 1

writeCVarsFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected