WoW:CVar particleDensity: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page CVar particleDensity to CVar particleDensity without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{cvar}}
{{cvar}}
Controls the density of visual effects in the game world.


;value :Floating point value between 0.1 (exclusive) and 1.0 (inclusive)
Controls the density of visual effects in the game world. 10 to 100
Integer value between 10 and 100 (inclusive)


Default:
Default:
  SET particleDensity "1.00000"
  SET particleDensity "100"
 
== Details ==
 
See https://us.battle.net/forums/en/wow/topic/9363046351
[[Category:Console variables|particleDensity]]
[[Category:Console variables|particleDensity]]

Latest revision as of 04:48, 15 August 2023

Console variables < particleDensity

Controls the density of visual effects in the game world. 10 to 100

Integer value between 10 and 100 (inclusive)

Default:

SET particleDensity "100"

Details[edit]

See https://us.battle.net/forums/en/wow/topic/9363046351