Thread Tools Display Modes
Prev Previous Post   Next Post Next
10-26-19, 09:55 AM   #1
Zax
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 147
Binding a SecureActionButton

Hello,

I know how to create basic bindings with a Bindings.xml file, like this:
Code:
<Bindings>
	<Binding name="SOMETHING" header="XXX">
		MyAddon.MyFunction();
	</Binding>
</Bindings>
but I don't understand how to bind some personal buttons created from the "SecureActionButtonTemplate" template. As my buttons are protected and only contains macros, I can't call any lua functions.

Thank you.
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » Binding a SecureActionButton

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off