Thread Tools Display Modes
04/03/20, 11:18 AM   #1
Racke
 
Racke's Avatar
Join Date: Dec 2015
Posts: 9
Any way to reduce compass opacity?

I tried ZO_Compass:SetAlpha() and ZO_CompassFrame:SetAlpha(), but neither works.
  Reply With Quote
04/03/20, 12:05 PM   #2
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
Lua Code:
  1. ZO_CompassFrameLeft:SetAlpha(0)
  2. ZO_CompassFrameCenter:SetAlpha(0)
  3. ZO_CompassFrameRight:SetAlpha(0)
  Reply With Quote
04/03/20, 12:18 PM   #3
Racke
 
Racke's Avatar
Join Date: Dec 2015
Posts: 9
Legend. Thank you.
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » Any way to reduce compass opacity?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off