annotate ObjectiveTracker/Scenarios.lua @ 33:64f2a9bbea79

- implementing structural revisions in bonus objectives - prevent instances of nil arithmetic - decide on where to keep style values - start widgets with dummy values for operability
author Nenue
date Fri, 15 Apr 2016 17:01:06 -0400
parents 7583684becf4
children e84d645c8ab8
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@30 9 local Scenario = Module.Scenario
Nenue@30 10
Nenue@30 11 Scenario.GetNumWatched = function()
Nenue@30 12 end
Nenue@30 13