View Single Post
11-18-19, 01:13 AM   #1
UberAce
A Murloc Raider
Join Date: Nov 2019
Posts: 4
[WoW Classic] - Modify Honor Tab fields

As a start to a quick and dirty project I want o take on, what is the PROPER way to either modify existing text fields on the Honor Tab(any tab would be similar I guess) or even move text fields around to organize them differently or make space to add more.

Based on the API call SetUIPanelAttribute(frame, name, value), would I...
Just an example...
SetUIPanelAttribute(HonorFrame, HonorFrameCurrentHKValue, “600”)

Or can I reference the field directly from anywhere in LUA code?

honorframecurrenthkvalue:SetText(“600”);

Also...can someone provide a brief code sample if I wanted to move the location of a field. Say move HonorFrameCurrentHKValue field down 10 pixels?

Appreciate any help!
  Reply With Quote