Reads the next entry in a ConCommandBase iterator.
bool FindNextConCommand(Handle search, char[] buffer, int max_size, bool& isCommand, int& flags, char[] description, int descrmax_size)
ConCmdIter Handle to search.
Buffer to store entry name.
Maximum size of the buffer.
Variable to store whether the entry is a command. If it is not a command, it is a ConVar.
Variable to store entry flags.
Buffer to store the description, empty if no description present.
Maximum size of the description buffer.
On success, the outputs are filled, the iterator is advanced to the next entry, and true is returned. If no more entries exist, false is returned, and the contents of outputs is undefined.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.