Thread Tools Display Modes
Prev Previous Post   Next Post Next
11/20/15, 10:05 PM   #1
haggen
 
haggen's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2015
Posts: 137
Vanilla UI has text on attribute bars

I was checking with the addons that adds text with current/max levels of Health, Magicka and Stamina, and also with the UI source code that handles that as well and found that if you type this

Lua Code:
  1. /script ZO_PlayerAttributeHealth.playerAttributeBarObject:SetTextEnabled(true)
  2. /script ZO_PlayerAttributeHealth.playerAttributeBarObject.forceVisible = true

Your Health bar stays visible and with text. No addon needed.

Is it leftover from a previous implementation or something that might gonna come on a future patch?

Also it doesn't work completely, something else always end up hiding the bar again.
  Reply With Quote
 

ESOUI » Developer Discussions » General Authoring Discussion » Vanilla UI has text on attribute bars


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