You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
485 B

<Bindings>
<Binding name="ROUTESTTSTART" header="Routes" category="ADDONS">
LibStub("AceAddon-3.0"):GetAddon("Routes"):GetModule("TomTom"):QueueFirstNode()
</Binding>
<Binding name="ROUTESTTSTOP" category="ADDONS">
LibStub("AceAddon-3.0"):GetAddon("Routes"):GetModule("TomTom"):RemoveQueuedNode()
</Binding>
<Binding name="ROUTESTTCHANGEDIR" category="ADDONS">
LibStub("AceAddon-3.0"):GetAddon("Routes"):GetModule("TomTom"):ChangeWaypointDirection()
</Binding>
</Bindings>