WoW:CVar ObjectSelectionCircle: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created)
 
m (Move page script moved page CVar ObjectSelectionCircle to CVar ObjectSelectionCircle without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
__NOTOC__
{{cvar}}
 
This CVar turns the circle under a selected person/pet on and off.
This CVar turns the circle under a selected person/pet on and off.


Line 24: Line 23:
==References==
==References==
{{reflist}}
{{reflist}}
[[Category:Console variables|ObjectSelectionCircle]]
[[Category:Console variables|ObjectSelectionCircle]]

Latest revision as of 04:48, 15 August 2023

Console variables < ObjectSelectionCircle

This CVar turns the circle under a selected person/pet on and off.

This CVar wasn't used until an issue cropped up the day after Patch 2.0.12 released. This CVar fixed a ERROR 132 crash for those with out of date graphics cards in Tempest Keep caused by selecting a person/pet while they're standing on a transparent floor [1].

Default Setting

1

Possible Settings

0
off
1
on

Changing this setting

In-game, type the following

/console objectselectioncircle setting

Alternatively, you can exit wow, open the Config.wtf file, and add the following line:

SET objectselectioncircle setting

Patches

Template:Patch 2.0.12

References