-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathBindings.xml
39 lines (39 loc) · 1.07 KB
/
Bindings.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
<Bindings>
<Binding
name="Vendor Toggle Add Item To Sell List"
category="Vendor Addon">
Vendor.AddTooltipItemToSellList()
</Binding>
<Binding
name="Vendor Toggle Add Item To Keep List"
category="Vendor Addon">
Vendor.AddTooltipItemToKeepList()
</Binding>
<Binding
name="Vendor Toggle Add Item To Destroy List"
category="Vendor Addon">
Vendor.AddTooltipItemToDestroyList()
</Binding>
<Binding
name="Vendor Destroy Next Item"
category="Vendor Addon">
Vendor.DestroyItems()
</Binding>
<Binding
name="Vendor Autosell At Merchant"
category="Vendor Addon">
Vendor.AutoSell()
</Binding>
<Binding
name="Vendor Rules Dialog"
category="Vendor Addon">
Vendor.ShowRules()
</Binding>
<!--@do-not-package@-->
<Binding
name="Vendor Item Properties Debug Dump"
category="Vendor Addon">
Vendor.DumpItemPropertiesFromTooltip()
</Binding>
<!--@end-do-not-package@-->
</Bindings>