WoW:API GetBinding: Difference between revisions

Updated with new information
mNo edit summary
(Updated with new information)
Line 23: Line 23:
  if (key1) then DEFAULT_CHAT_FRAME:AddMessage(key1,1.0,1.0,1.0); end
  if (key1) then DEFAULT_CHAT_FRAME:AddMessage(key1,1.0,1.0,1.0); end
  if (key2) then DEFAULT_CHAT_FRAME:AddMessage(key2,1.0,1.0,1.0); end
  if (key2) then DEFAULT_CHAT_FRAME:AddMessage(key2,1.0,1.0,1.0); end
----
;''Notes''
It may also be helpful to use the [[API_select | select]] function to return a table of all the values.  See the [[API_select | select]] page example of the Catenation function.
Anonymous user