|
SourceMod SDK
1.7
|
Iterates over a list of plugins. More...
#include <public/IPluginSys.h>
Public Member Functions | |
| virtual | ~IPluginIterator () |
| virtual bool | MorePlugins ()=0 |
| Returns true if there are more plugins in the iterator. | |
| virtual IPlugin * | GetPlugin ()=0 |
| Returns the plugin at the current iterator position. | |
| virtual void | NextPlugin ()=0 |
| Advances to the next plugin in the iterator. | |
| virtual void | Release ()=0 |
| Destroys the iterator object. Note: You may use 'delete' in lieu of this function. | |
Iterates over a list of plugins.
|
inlinevirtual |
Virtual destructor