ConVarQueryResult Enumeration

Console variable query result values.

Values 5

Name Description
ConVarQuery_Okay

< Retrieval of client convar value was successful. */

ConVarQuery_NotFound

< Client convar was not found. */

ConVarQuery_NotValid

< A console command with the same name was found, but there is no convar. */

ConVarQuery_Protected

< Client convar was found, but it is protected. The server cannot retrieve its value. */

ConVarQuery_Cancelled

< Client disconnected during query */