annotate ObjectiveTracker/ScenarioData.lua @ 54:ed74c5cabe98

Core - updated comment notes Objectives - force hide blocks when their tracker is hidden Clock - convert clock into its own module - display zone coordinates alongside time
author Nenue
date Wed, 01 Jun 2016 20:48:14 -0400
parents 9480bd904f4c
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