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

Method OnSourceModAllInitialized

core/logic/GameConfigs.cpp:1146–1158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1144}
1145
1146void GameConfigManager::OnSourceModAllInitialized()
1147{
1148 /* NOW initialize the game file */
1149 CGameConfig *pGameConf = (CGameConfig *)g_pGameConf;
1150
1151 char error[255];
1152 if (!pGameConf->Reparse(error, sizeof(error)))
1153 {
1154 /* :TODO: log */
1155 }
1156
1157 sharesys->AddInterface(NULL, this);
1158}
1159
1160void GameConfigManager::OnSourceModAllShutdown()
1161{

Callers

nothing calls this directly

Calls 2

ReparseMethod · 0.45
AddInterfaceMethod · 0.45

Tested by

no test coverage detected