Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
700
size_t CPlugin::GetConfigCount()
701
{
702
return (unsigned int)m_configs.size();
703
}
704
705
AutoConfig *CPlugin::GetConfig(size_t i)
706
{
Callers
2
SM_ExecuteForPlugin
Function · 0.80
SM_ExecuteAllConfigs
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected