WoW:CVar weatherDensity: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Move page script moved page CVar weatherDensity to CVar weatherDensity without leaving a redirect)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Stub/API}}
{{Cvar}}
{{Cvar}}
This CVar controls the weather density in the game, such as, but not limited to, rain and snow. The changes to this CVar are immediately visible.
This CVar controls the weather density in the game, such as, but not limited to, rain and snow. The changes to this CVar are immediately visible.


== Possible settings ==
== Possible settings ==
*0 - very low weather density
* 0 - very low weather density
*1 - low weather density
* 1 - low weather density
*2 - medium weather density
* 2 - medium weather density
*3 - max weather density
* 3 - max weather density


== Changing Weather Density ==
== Changing weather density ==
This setting '''does not''' require a client restart or UI reload, and is applied instantly.
This setting '''does not''' require a client restart or UI reload, and is applied instantly.


In-game type the following:
In-game type the following:
  /console WeatherDensity <0 - 3>
  /console WeatherDensity <0 - 3>
Where a value given is described in the "Possible settings" section.
Where a value given is described in the "Possible settings" section.

Latest revision as of 04:48, 15 August 2023

Console variables < weatherDensity

This CVar controls the weather density in the game, such as, but not limited to, rain and snow. The changes to this CVar are immediately visible.

Possible settings

  • 0 - very low weather density
  • 1 - low weather density
  • 2 - medium weather density
  • 3 - max weather density

Changing weather density

This setting does not require a client restart or UI reload, and is applied instantly.

In-game type the following:

/console WeatherDensity <0 - 3>

Where a value given is described in the "Possible settings" section.