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

Function DumpAdminCache

core/logic/smn_admin.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36using namespace SourceMod;
37
38static cell_t DumpAdminCache(IPluginContext *pContext, const cell_t *params)
39{
40 adminsys->DumpAdminCache((AdminCachePart)params[1], (params[2] == 1) ? true : false);
41 return 1;
42}
43
44static cell_t AddCommandOverride(IPluginContext *pContext, const cell_t *params)
45{

Callers 2

~AdminCacheMethod · 0.85

Calls 1

DumpAdminCacheMethod · 0.80

Tested by

no test coverage detected