Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
Editing
WoW:Bindings file
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{stub/API}} {{uiaddon}} WoW Bindings file is an [[WoW AddOn|AddOn]] file that describes the key bindings for an AddOns. == Reference == * [[BindingID]] == Guides == * [[Bindings.xml|Creating a bindings file]] * [[Localizing an addon|Localizing an AddOn]] == Summary == === Example === <Bindings> <Binding name="Stop" description="Stop logging chat messages" header="MyAddon"> MyAddon_StopLogChat(); </Binding> <Binding name="Start" description="Start logging chat messages" runOnUp="true"> MyAddon_StartLogChat(); </Binding> <Binding name="OpenWindow" description="Open chat log window"> MyAddon_OpenLogChat(); </Binding> </Bindings> == Format == [[Category:Terminology]] [[Category:Game terms]]
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Apinav
(
edit
)
Template:Editlink
(
edit
)
Template:Stub/API
(
edit
)
Template:Stub/Box
(
edit
)
Template:Tocright
(
edit
)
Template:Uiaddon
(
edit
)