Mercurial > wow > worldplan
comparison QuestPOI.lua @ 63:8e130c92698f
- Added methods for obtaining pin data, and registering callbacks on data updates.
| author | Nick@Zahhak |
|---|---|
| date | Tue, 21 Mar 2017 16:36:12 -0400 |
| parents | abcdef801db5 |
| children | 876c3f0bfd0e |
comparison
equal
deleted
inserted
replaced
| 62:abcdef801db5 | 63:8e130c92698f |
|---|---|
| 469 end | 469 end |
| 470 | 470 |
| 471 | 471 |
| 472 function QuestPOI:ShowFrames() | 472 function QuestPOI:ShowFrames() |
| 473 if not self:IsShown() then | 473 if not self:IsShown() then |
| 474 self:SetShown(true) | 474 --self:SetShown(true) |
| 475 print('|cFFFFFF00' ..self:GetName()..':ShowFrames()') | 475 print('|cFFFFFF00' ..self:GetName()..':ShowFrames()') |
| 476 qprint('|cFFFFFF00'..tostring(self:GetName())..':OnShow()|r update:', self.isStale, 'new:', self.isNew, 'animation:', self.isAnimating) | 476 qprint('|cFFFFFF00'..tostring(self:GetName())..':OnShow()|r update:', self.isStale, 'new:', self.isNew, 'animation:', self.isAnimating) |
| 477 else | 477 else |
| 478 | 478 |
| 479 --print(self:GetName()..':ShowFrames()') | 479 --print(self:GetName()..':ShowFrames()') |
