Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ GetCoreConfigValue
Method
GetCoreConfigValue
core/sourcemod.cpp:714–717 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
712
}
713
714
const char *SourceModBase::GetCoreConfigValue(const char *key)
715
{
716
return g_CoreConfig.GetCoreConfigValue(key);
717
}
718
719
int SourceModBase::GetPluginId()
720
{
Callers
6
get_core_config_value
Function · 0.45
OnSourceModAllInitialized
Method · 0.45
logic_init
Function · 0.45
SDK_OnLoad
Method · 0.45
SDK_OnLoad
Method · 0.45
PumpUpdate
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected