Mercurial > wow > buffalo2
comparison ObjectiveInfo.lua @ 5:e9b61fd5f607
- use IsQuestWatched as the determinant for setting action button updates
- check for block match-up in deferred action button updates
author | Nenue |
---|---|
date | Thu, 31 Mar 2016 15:58:08 -0400 |
parents | 3397aae1f44d |
children | 589de8ea05b9 |
comparison
equal
deleted
inserted
replaced
4:18eee961038e | 5:e9b61fd5f607 |
---|---|
10 --- Tracker-specific data retrieval functions | 10 --- Tracker-specific data retrieval functions |
11 -------------------------------------------------------------------- | 11 -------------------------------------------------------------------- |
12 Quest.itemButtons = {} | 12 Quest.itemButtons = {} |
13 Quest.freeButtons = {} | 13 Quest.freeButtons = {} |
14 Quest.POI = {} | 14 Quest.POI = {} |
15 Quest.QuestBlock = {} | |
15 Quest.GetNumWatched = function() | 16 Quest.GetNumWatched = function() |
16 return GetNumQuestWatches () | 17 return GetNumQuestWatches () |
17 end | 18 end |
18 Quest.GetInfo = function (self, watchIndex) | 19 Quest.GetInfo = function (self, watchIndex) |
19 print('|cFF00DDFFQuest|r.|cFF0088FFGetInfo(|r'.. tostring(watchIndex)..'|r)') | 20 print('|cFF00DDFFQuest|r.|cFF0088FFGetInfo(|r'.. tostring(watchIndex)..'|r)') |