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

Method AddUserConfigHook

core/logic/GameConfigs.cpp:1231–1234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1229}
1230
1231void GameConfigManager::AddUserConfigHook(const char *sectionname, ITextListener_SMC *listener)
1232{
1233 m_customHandlers.insert(sectionname, listener);
1234}
1235
1236void GameConfigManager::RemoveUserConfigHook(const char *sectionname, ITextListener_SMC *aListener)
1237{

Callers 2

SDK_OnAllLoadedMethod · 0.80
SDK_OnAllLoadedMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected