Mercurial > wow > buffalo2
annotate ObjectiveTracker/Scenarios.lua @ 39:92534dc793f2
- restore the previous QuestLogSelection after pulling for selection-restricted quest data; fixes icon mixups while quest map is open
- moved progressbar builders into the schema environment, with all the other Frame.lua functions; prep for configuration access
- relegate the various removal events to a framescript in their corresponding blocks; this takes care of resolving dead frames
author | Nenue |
---|---|
date | Thu, 21 Apr 2016 16:43:37 -0400 |
parents | e84d645c8ab8 |
children |
rev | line source |
---|---|
Nenue@27 | 1 --- ${PACKAGE_NAME} |
Nenue@27 | 2 -- @file-author@ |
Nenue@27 | 3 -- @project-revision@ @project-hash@ |
Nenue@27 | 4 -- @file-revision@ @file-hash@ |
Nenue@27 | 5 -- Created: 4/13/2016 8:17 PM |
Nenue@30 | 6 local B = select(2,...).frame |
Nenue@30 | 7 local T = B:RegisterModule("ObjectiveTracker", _G.VeneerObjectiveWrapper, 'BuffFrame') |
Nenue@27 | 8 |
Nenue@37 | 9 local Scenario = T.Scenario |
Nenue@30 | 10 |
Nenue@30 | 11 Scenario.GetNumWatched = function() |
Nenue@37 | 12 if true then return 0, 0, nil end |
Nenue@30 | 13 end |
Nenue@30 | 14 |