diff ObjectiveTracker/Scenarios.lua @ 37:e84d645c8ab8

- revised the tracker update function to build its complete data list up front and use the values as points of comparison for determining possible out of place blocks, which will be iterated over afterward to remove what wasn't re-used - also entailed revising the exact role of global event handlers and function hooks, limiting their directions of communication so one doesn't end up calling the other multiple or inifinity times - schema handling polish
author Nenue
date Mon, 18 Apr 2016 07:56:23 -0400
parents 7583684becf4
children
line wrap: on
line diff
--- a/ObjectiveTracker/Scenarios.lua	Sun Apr 17 13:00:31 2016 -0400
+++ b/ObjectiveTracker/Scenarios.lua	Mon Apr 18 07:56:23 2016 -0400
@@ -6,8 +6,9 @@
 local B = select(2,...).frame
 local T = B:RegisterModule("ObjectiveTracker", _G.VeneerObjectiveWrapper, 'BuffFrame')
 
-local Scenario = Module.Scenario
+local Scenario = T.Scenario
 
 Scenario.GetNumWatched = function()
+  if true then return 0, 0, nil end
 end