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

Function getCVarCount

TheForceEngine/TFE_FrontEndUI/console.cpp:647–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645 }
646
647 u32 getCVarCount()
648 {
649 return (u32)s_var.size();
650 }
651
652 const CVar* getCVarByIndex(u32 index)
653 {

Callers 1

writeCVarsFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected