#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. | |
| 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. | |
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.5.1