|
SourceMod SDK
1.7
|
Provides callbacks for admin cache operations. More...
#include <public/IAdminSystem.h>
Public Member Functions | |
| virtual unsigned int | GetInterfaceVersion () |
| virtual void | OnRebuildAdminCache (bool auto_rebuild)=0 |
| Called when the admin cache needs to be rebuilt. More... | |
| virtual void | OnRebuildGroupCache ()=0 |
| Called when the group cache needs to be rebuilt. | |
| virtual void | OnRebuildOverrideCache ()=0 |
| Called when the global override cache needs to be rebuilt. | |
Provides callbacks for admin cache operations.
|
pure virtual |
Called when the admin cache needs to be rebuilt.
| auto_rebuild | True if this is being called because of a group rebuild. |