Reads a command iterator, then advances to the next command if any. Only SourceMod specific commands are returned.
bool ReadCommandIterator(Handle iter, char[] name, int nameLen, int& eflags, char[] desc, int descLen)
Command iterator Handle.
Name buffer.
Name buffer size.
Effective default flags of a command.
Command description buffer.
Command description buffer size.
True on success, false if there are no more commands.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.