Advertisement
Xzempt

Untitled

Apr 11th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. if not bindings then
  2.     bindings = CreateFrame("frame")
  3. end
  4. local frame = bindings
  5. frame:RegisterEvent("UPDATE_BINDINGS")
  6. frame:SetScript("OnEvent", function(self, event, ...)
  7.     if (event == "UPDATE_BINDINGS") then
  8.         print("Bindings Updated")
  9.     end
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement