ConVar & Command Viewer
What are ConVars and ConCommands?
ConVars are console variables - persistent, typed settings with an optional default, min, and max. ConCommands are console commands - callbacks the engine or a module registers to run when invoked. Both carry flags that describe where they can run and who can change them.
What can you find here?
Look up any convar or concommand by name, see its module, description, flags, and default/min/max where applicable. The data is dumped offline from game files and updated as the game patches - see Swiftly-Tracker/CS2-Dumps.
How SwiftlyS2 uses this
This is the same kind of data SwiftlyS2 resolves internally - the framework's ConVars & ConCommands capability reads and registers these exact entries so your C# plugin code can query or change engine behavior at runtime.
Search tips
Type any text in the sidebar search to filter names - matching modules expand automatically. Clear the search to browse module by module instead. V marks a convar, X marks a concommand.