Mercurial > wow > turok
comparison Turok/Modules/Utilities/PetBattle.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 |
---|---|
5 -- Created: 1/17/2016 6:51 PM | 5 -- Created: 1/17/2016 6:51 PM |
6 | 6 |
7 local ADDON, Turok = ... | 7 local ADDON, Turok = ... |
8 local T, _G, pairs, pairs = Turok.Addon, _G, pairs, ipairs | 8 local T, _G, pairs, pairs = Turok.Addon, _G, pairs, ipairs |
9 local mod = T:NewModule("PetBattle") | 9 local mod = T:NewModule("PetBattle") |
10 local print = function(...) _G.print('Petz', ...) end | 10 local print = function(...) |
11 if not DEBUG then return end | |
12 if _G.Devian and _G.DevianDB.workspace ~= 1 then | |
13 _G.print('Petz', ...) | |
14 end | |
15 end | |
11 local trace = function(self, e, ...) | 16 local trace = function(self, e, ...) |
12 print(e, ...) | 17 print(e, ...) |
13 end | 18 end |
14 | 19 |
15 local PBS | 20 local PBS |