View Single Post
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