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

Method OnSourceModPluginsLoaded

core/logic/AdminCache.cpp:322–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322void AdminCache::OnSourceModPluginsLoaded()
323{
324 DumpAdminCache(AdminCache_Overrides, true);
325 DumpAdminCache(AdminCache_Groups, true);
326}
327
328void AdminCache::NameFlag(const char *str, AdminFlag flag)
329{

Callers 1

LevelInitMethod · 0.45

Calls 1

DumpAdminCacheFunction · 0.85

Tested by

no test coverage detected