Mercurial > wow > buffalo2
comparison Templates.lua @ 98:dadddb8a551f
- bag scan intervals
- progress visualization
- artifact xp updates
| author | Nenue |
|---|---|
| date | Tue, 17 Jan 2017 09:49:15 -0500 |
| parents | caded2668701 |
| children | 74d6d97a2d24 |
comparison
equal
deleted
inserted
replaced
| 97:5476337198ec | 98:dadddb8a551f |
|---|---|
| 53 function VeneerHandlerMixin:Reanchor (anchorAll) | 53 function VeneerHandlerMixin:Reanchor (anchorAll) |
| 54 if not anchorAll then | 54 if not anchorAll then |
| 55 Veneer:InternalReanchor(self) | 55 Veneer:InternalReanchor(self) |
| 56 end | 56 end |
| 57 end | 57 end |
| 58 | |
| 59 function VeneerHandlerMixin:Print(...) | |
| 60 local txt = '|cFFFFFF00'..self:GetName()..'|r:' | |
| 61 for i = 1, select('#', ...) do | |
| 62 txt = txt .. ' '.. tostring(select(i, ...)) | |
| 63 end | |
| 64 | |
| 65 DEFAULT_CHAT_FRAME:AddMessage(txt) | |
| 66 end |
