Interface administrators, moderator
2,603
edits
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
CVars are values that affect specific game features. For example, the "Traffic" cvar will toggle the server traffic on/off, depending on the value provided. See the "Settings" section above to see how to add a cvar to a server configuration. Below is a list of built in cvars and values for each. You can also add custom cvars and access them with server.getCVar. CVars added to server config are not case sensitive. | CVars are values that affect specific game features. For example, the "Traffic" cvar will toggle the server traffic on/off, depending on the value provided. See the "Settings" section above to see how to add a cvar to a server configuration. Below is a list of built in cvars and values for each. You can also add custom cvars and access them with server.getCVar. CVars added to server config are not case sensitive. | ||
'''All CVars set in server config are sent to clients, so don't use any sensitive info | '''All CVars set in server config are sent to clients, so don't use any sensitive info in them!''' | ||
{| class="wikitable" | {| class="wikitable" | ||
!CVar Name | !CVar Name |