WoW API: TaxiGetDestX

From AddOn Studio
Revision as of 04:47, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API TaxiGetDestX to API TaxiGetDestX without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < TaxiGetDestX


Returns the horizontal position of the destination node of a given route to the destination.

local dX = TaxiGetDestX(destinationIndex, routeIndex)


Arguments[edit]

(destinationIndex, routeIndex)
destinationIndex
Number - The final destination taxi node.
routeIndex
Number - The index of the route to get the source from.


Returns[edit]

dX
Number - The horizontal position of the destination node for the route.