SourceMod SDK  1.7
SourceMod::IAdminListener Class Referenceabstract

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.
 

Detailed Description

Provides callbacks for admin cache operations.

Member Function Documentation

virtual void SourceMod::IAdminListener::OnRebuildAdminCache ( bool  auto_rebuild)
pure virtual

Called when the admin cache needs to be rebuilt.

Parameters
auto_rebuildTrue if this is being called because of a group rebuild.

The documentation for this class was generated from the following file: