MCPcopy 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
714const char *SourceModBase::GetCoreConfigValue(const char *key)
715{
716 return g_CoreConfig.GetCoreConfigValue(key);
717}
718
719int SourceModBase::GetPluginId()
720{

Callers 6

get_core_config_valueFunction · 0.45
logic_initFunction · 0.45
SDK_OnLoadMethod · 0.45
SDK_OnLoadMethod · 0.45
PumpUpdateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected