comparison Events.lua @ 90:73810564e4b8

cleaning up some abandoned ideas
author Nenue
date Tue, 17 Jul 2018 16:18:31 -0400
parents d4c100b0fd01
children f9df7cd7bfd6
comparison
equal deleted inserted replaced
89:460281881dbf 90:73810564e4b8
23 kb.PLAYER_REGEN_ENABLED = function() 23 kb.PLAYER_REGEN_ENABLED = function()
24 SkeletonKey:SetShown(kb.db.showUI) 24 SkeletonKey:SetShown(kb.db.showUI)
25 end 25 end
26 kb.ACTIONBAR_SLOT_CHANGED = function(self, event, slot) 26 kb.ACTIONBAR_SLOT_CHANGED = function(self, event, slot)
27 --kb.HotKeyText(slot) 27 --kb.HotKeyText(slot)
28 return true 28 --return true -- what is this for?
29 end 29 end
30 30
31 31
32 kb.PLAYER_TALENT_UPDATE = function() 32 kb.PLAYER_TALENT_UPDATE = function()
33 kb.TalentsChanged = true 33 --kb.TalentsChanged = true -- not being used yet
34 end 34 end
35 kb.PLAYER_PVP_TALENT_UPDATE = kb.PLAYER_TALENT_UPDATE 35 kb.PLAYER_PVP_TALENT_UPDATE = kb.PLAYER_TALENT_UPDATE
36 36
37 -- only need to respond to this for pet actions 37 -- only need to respond to this for pet actions
38 kb.PLAYER_SPECIALIZATION_CHANGED = function(self, event, unit) 38 kb.PLAYER_SPECIALIZATION_CHANGED = function(self, event, unit)