WoW:Tooltip pseudo code: Difference between revisions

m
Fixed an oversight (tooltip:AppendText), I know it's just psudo code, but it just didn't look right.
({{uitech}}, formatting...)
m (Fixed an oversight (tooltip:AppendText), I know it's just psudo code, but it just didn't look right.)
Line 95: Line 95:
   end
   end
    
    
   function AppendText(text, etc)
   function tooltip:AppendText(text, etc)
       AddToFirstLine(text)    -- Appends the text to the first line
       AddToFirstLine(text)    -- Appends the text to the first line
       self:Show()
       self:Show()
Anonymous user