View Single Post
04-23-23, 09:48 PM   #2
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,903
Are you meaning, how to get achievement information?
and GetAchievementCriteriaInfo

In Blizzard_AchievementUI.lua probably start at:
Code:
function AchievementStatTemplateMixin:Init(elementData)
You'll see where it's setting header text (if elementData.header) else the stat name text and quantity.
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 04-23-23 at 10:12 PM.
  Reply With Quote