| Symbol | Description |
|---|---|
| CommandIterator | Creates a new CommandIterator. Must be freed with delete or CloseHandle(). The CommandIterator can be used to iterate commands created by SourceMod plugins and allows inspection of properties associated with the command. |
| GetDescription | Retrieves the command's description. |
| GetName | Retrieves the command's name. |
| Next | Determines if there is a next command. If one is found, the iterator is advanced to it. |
| Symbol | Type | Description |
|---|---|---|
| AdminFlags | int | Retrieves the command's effective admin flags. |
| ConVarFlags | int | Retrieves the command's convar flags. |
| Flags | int | |
| Plugin | Handle | Retrieves the plugin handle of the command's creator |