Stanzilla / AdvancedInterfaceOptions

WoW Addon that restores access to removed interface options in Legion
https://www.curseforge.com/wow/addons/advancedinterfaceoptions
48 stars 11 forks source link

CVar hideHelptips #63

Open voidzone opened 1 year ago

voidzone commented 1 year ago

https://github.com/Gethe/wow-ui-source/blob/f0084386950fe3dc31a1d61de33b364e268cf66b/Interface/SharedXML/HelpTip.lua#L145

semlar commented 1 year ago

If this is intended to be a bug report, please describe the issue.

voidzone commented 1 year ago

Just noticed it wasn't in the cvar browser.

Ketho commented 1 year ago

It seems to be either Blizzard forgot to register it as an actual cvar or they intended it to be used via C_CVar.RegisterCVar("hideHelptips", 1). Anyway thanks for the tip, it will be a good addition to HideTutorial 👍

voidzone commented 1 year ago

Yeah, also looks like it doesn't get saved if you exit the game, but will persist though logouts.