Thread Tools Display Modes
03-12-22, 12:52 PM   #1
repgainer3
A Kobold Labourer
Join Date: Mar 2022
Posts: 1
Question How to Reference Character Menu Stat Labels

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?
Attached Thumbnails
Click image for larger version

Name:	Untitled.png
Views:	44
Size:	15.4 KB
ID:	9721  

Last edited by repgainer3 : 03-12-22 at 01:01 PM. Reason: Changed icon to question.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » How to Reference Character Menu Stat Labels

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