WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Lua/XML Help (https://www.wowinterface.com/forums/forumdisplay.php?f=16)
-   -   How to Reference Character Menu Stat Labels (https://www.wowinterface.com/forums/showthread.php?t=59066)

repgainer3 03-12-22 12:52 PM

How to Reference Character Menu Stat Labels
 
1 Attachment(s)
In the Character Menu, I want to be able to alter the white text which displays the value of a stat.
I can already change the title frame's text, I found that using GetMouseFocus(), but the white ones don't appear that way. I did that with this code:

Lua Code:
  1. local Frame1 = CharacterRangedAttackFrame
  2. Frame1.Label:SetText("Altered Text")

How can I find the white text, and change it?


All times are GMT -6. The time now is 05:51 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI