Provides callbacks for admin cache operations. More...
#include <public/IAdminSystem.h>
Public Member Functions | |
| virtual void | OnRebuildAdminCache (bool auto_rebuild)=0 |
| Called when the admin cache needs to be rebuilt. | |
| 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.
Definition at line 186 of file IAdminSystem.h.
| virtual void SourceMod::IAdminListener::OnRebuildAdminCache | ( | bool | auto_rebuild | ) | [pure virtual] |
Called when the admin cache needs to be rebuilt.
| auto_rebuild | True if this is being called because of a group rebuild. |
1.7.1