This type has no description.
function void(QueryCookie cookie, int client, ConVarQueryResult result, const char[] cvarName, const char[] cvarValue, any value)
Called when a query to retrieve a client's console variable has finished.
Unique identifier of query.
Player index.
Result of query that tells one whether or not query was successful. See ConVarQueryResult enum for more details.
Name of client convar that was queried.
Value of client convar that was queried if successful. This will be "" if it was not.
Value that was passed when query was started.
function void(QueryCookie cookie, int client, ConVarQueryResult result, const char[] cvarName, const char[] cvarValue)
Called when a query to retrieve a client's console variable has finished.
Unique identifier of query.
Player index.
Result of query that tells one whether or not query was successful. See ConVarQueryResult enum for more details.
Name of client convar that was queried.
Value of client convar that was queried if successful. This will be "" if it was not.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.