Starts a ConCommandBase search, traversing the list of ConVars and ConCommands. If a Handle is returned, the next entry must be read via FindNextConCommand(). The order of the list is undefined.
Handle FindFirstConCommand(char[] buffer, int max_size, bool& isCommand, int& flags, char[] description, int descrmax_size)
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, a ConCmdIter Handle is returned, which can be read via FindNextConCommand(), and must be closed via CloseHandle(). Additionally, the output parameters will be filled with information of the first ConCommandBase entry. On failure, INVALID_HANDLE is returned, and the contents of outputs is undefined.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.