Guest User

Untitled

a guest
Jun 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. -- Position and size
  2. local qicon = self:CreateTexture(nil, 'OVERLAY')
  3. qicon:SetPoint('TOPLEFT', self)
  4. qicon:SetSize(16, 16)
  5.  
  6. -- Register it with oUF
  7. self.QuestIcon = qicon
Add Comment
Please, Sign In to add comment