Add cvar_modified command
Based on cvarlist command, it only lists modified cvars.
This commit is contained in:
parent
c02528cf1d
commit
37de879211
2 changed files with 88 additions and 0 deletions
|
@ -314,6 +314,9 @@ The defaults for these variables differ depending on the target platform.
|
|||
all bots even if someone is named "allbots")
|
||||
|
||||
tell <client num> <msg> - send message to a single client (new to server)
|
||||
|
||||
cvar_modified [filter] - list modified cvars, can filter results (such as "r*"
|
||||
for renderer cvars) like cvarlist which lists all cvars
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue