CommandIterator < Handle

Last Updated2022-12-04
Created At2018-07-10

Methods4
SymbolDescription
CommandIteratorCreates 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.
GetDescriptionRetrieves the command's description.
GetNameRetrieves the command's name.
NextDetermines if there is a next command. If one is found, the iterator is advanced to it.
Properties4
SymbolTypeDescription
AdminFlagsintRetrieves the command's effective admin flags.
ConVarFlagsintRetrieves the command's convar flags.
Flagsint
PluginHandleRetrieves the plugin handle of the command's creator