comparison Turok/Modules/Timer/Container.lua @ 9:9400a0ff8540

Ugh Timer: - container update directionality - talent update iterates over a non-volatile table to carry out updates - index management steps organized - talentRow status implemented, returns the spell associated with the talent chosen from that row CombatLog: - sort out font controls and unbork arguments
author Nenue
date Sun, 21 Feb 2016 13:08:30 -0500
parents a9b8b0866ece
children
comparison
equal deleted inserted replaced
8:7790dff0fe13 9:9400a0ff8540
19 if not DEBUG then return end 19 if not DEBUG then return end
20 if _G.Devian and _G.DevianDB.workspace ~= 1 then 20 if _G.Devian and _G.DevianDB.workspace ~= 1 then
21 _G.print('TimerContainer', ...) 21 _G.print('TimerContainer', ...)
22 end 22 end
23 end 23 end
24 print('Peep!', ...)
25 24
26 --- defaults 25 --- defaults
27 local Containers = {} 26 local Containers = {}
28 27
29 --- manages collections of timer displays 28 --- manages collections of timer displays