WoW:CVar particleDensity: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Creation)
 
(corrected range based on testing in game version 3.1.2)
Line 2: Line 2:




;value :Floating point value between 0.25 and 1.00
;value :Floating point value between 0.1 (exclusive) and 1.0 (inclusive)




Line 8: Line 8:
Default:
Default:
  SET particleDensity "1.00000"
  SET particleDensity "1.00000"
[[Category:Console variables]]
[[Category:Console variables]]

Revision as of 20:26, 19 May 2009

Controls the density of visual effects in the game world.


value
Floating point value between 0.1 (exclusive) and 1.0 (inclusive)


Default:

SET particleDensity "1.00000"