diff modules/ReAction_PetAction/ReAction_PetAction.lua @ 88:fc83b3f5b322

Added keybindings using LibKeyBound-1.0, with modifications for Override bindings instead of standard bindings.
author Flick <flickerstreak@gmail.com>
date Sun, 31 Aug 2008 06:02:18 +0000
parents 913857b7e123
children 7cabc8ac6c16
line wrap: on
line diff
--- a/modules/ReAction_PetAction/ReAction_PetAction.lua	Sat Jun 28 00:54:21 2008 +0000
+++ b/modules/ReAction_PetAction/ReAction_PetAction.lua	Sun Aug 31 06:02:18 2008 +0000
@@ -249,6 +249,8 @@
       end
     end)
 
+  self.binder = ReAction:AttachBinder(self)
+
   self:Refresh()
   return self
 end
@@ -285,6 +287,10 @@
   return self.name
 end
 
+function Button:GetConfig()
+  return self.config
+end
+
 function Button:GetActionID()
   return self.config.actionID
 end