comparison bossmods.lua @ 6:df3e27edbd60

Much work on history tab.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Wed, 15 Jun 2011 03:59:13 +0000
parents fe437e761ef8
children d929c40cdb09
comparison
equal deleted inserted replaced
5:7adbc59de8fe 6:df3e27edbd60
17 NOTA BENE: 17 NOTA BENE:
18 - 'register' will not be called multiple times in a row for the same boss mod. 18 - 'register' will not be called multiple times in a row for the same boss mod.
19 - The callback for (3) must check if OL is appropriately active. 19 - The callback for (3) must check if OL is appropriately active.
20 20
21 ------ Constants 21 ------ Constants
22 ------ Locals 22 ------ Globals
23 ------ Deadly Boss Mods 23 ------ Deadly Boss Mods
24 ]] 24 ]]
25 25
26 ------ Constants 26 ------ Constants
27 27
28 ------ Locals 28 ------ Globals
29 local flib = LibStub("LibFarmbuyer") 29 local flib = LibStub("LibFarmbuyer")
30 local pprint, tabledump = addon.pprint, flib.tabledump 30 local pprint, tabledump = addon.pprint, flib.tabledump
31 31
32 -- Lua 32 -- Lua
33 local pairs, ipairs, tinsert, tremove, tonumber = pairs, ipairs, table.insert, table.remove, tonumber 33 local pairs, ipairs, tinsert, tremove = pairs, ipairs, table.insert, table.remove
34 local tonumber = tonumber
34 35
35 -- WoW 36 -- WoW
36 local GetRaidRosterInfo = GetRaidRosterInfo 37 local GetRaidRosterInfo = GetRaidRosterInfo
37 38
38 -- OL 39 -- OL