MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / GetConfigCount

Method GetConfigCount

core/logic/PluginSys.cpp:700–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698}
699
700size_t CPlugin::GetConfigCount()
701{
702 return (unsigned int)m_configs.size();
703}
704
705AutoConfig *CPlugin::GetConfig(size_t i)
706{

Callers 2

SM_ExecuteForPluginFunction · 0.80
SM_ExecuteAllConfigsFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected