forked from Bestride/BeStride
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BeStride.xml
46 lines (42 loc) · 1.31 KB
/
BeStride.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<Ui xmlns="https://www.blizzard.com/wow/ui/" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">
<Button name="BeStride_ABRegularMount" inherits="SecureActionButtonTemplate" parent="UIParent">
<Attributes>
<Attribute name="type" type="string" value="macro"/>
</Attributes>
<Scripts>
<PreClick>
BeStride_ActionButtonRegularMount:PreClick()
</PreClick>
</Scripts>
</Button>
<Button name="BeStride_ABGroundMount" inherits="SecureActionButtonTemplate" parent="UIParent">
<Attributes>
<Attribute name="type" type="string" value="macro"/>
</Attributes>
<Scripts>
<PreClick>
BeStride_ActionButtonGroundMount:PreClick()
</PreClick>
</Scripts>
</Button>
<Button name="BeStride_ABPassengerMount" inherits="SecureActionButtonTemplate" parent="UIParent">
<Attributes>
<Attribute name="type" type="string" value="macro"/>
</Attributes>
<Scripts>
<PreClick>
BeStride_ActionButtonPassengerMount:PreClick()
</PreClick>
</Scripts>
</Button>
<Button name="BeStride_ABRepairMount" inherits="SecureActionButtonTemplate" parent="UIParent">
<Attributes>
<Attribute name="type" type="string" value="macro"/>
</Attributes>
<Scripts>
<PreClick>
BeStride_ActionButtonRepairMount:PreClick()
</PreClick>
</Scripts>
</Button>
</Ui>