Cvarlist: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (more text) |
||
Line 1: | Line 1: | ||
{{Console command}} | {{Console command}} | ||
This console command generates a list of all console commands for the game it is run from. Parameters allow the generation of a partial list and saving the list to a file. | {{Entity|type=convar|cvarlist}}{{confirm}} This console command generates a list of all console commands for the game it is run from. Parameters allow the generation of a partial list and saving the list to a file. | ||
For instance: | For instance: |
Revision as of 04:39, 23 July 2023
Template:Console command Template:Entity[confirm] This console command generates a list of all console commands for the game it is run from. Parameters allow the generation of a partial list and saving the list to a file.
For instance:
cvarlist ai log ai_commands.txt
Will display a list of all console commands beginning with "ai", and will record that list to "ai_commands.txt" (in the game's root directory).