View Single Post
02-07-12, 05:40 PM   #17
yj589794
A Rage Talon Dragon Guard
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 314
For the 3rd part, there is no explicit concatenation of the target name. Instead the concatenation will be done based upon the anchor points assigned to the name tag.
Look at this part:
Code:
        name:SetPoint("LEFT", hp, 2, 0)
        name:SetPoint("RIGHT", hp, -95, 0)
I've not looked into it too much, so altering the anchor points may cause some overlap with other elements.
  Reply With Quote