#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. | |
Definition at line 205 of file IPluginSys.h.
| virtual SourceMod::IPluginIterator::~IPluginIterator | ( | ) | [inline, virtual] |
Virtual destructor
Definition at line 209 of file IPluginSys.h.
1.5.1