Thread Tools Display Modes
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
11/21/15, 02:35 AM   #2
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
I also found this when I added numbers to sidWarTools.
There is even a hidden setting (UI_SETTING_ALWAYS_SHOW_STATUS_TEXT) for it.

My guess is that it is reeeeaaaaaaallly old code that was left over.
The attribute bars generally look more like an ancient ruin than polished code to me (talk about code decay).
  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