Contents
← 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 | edit source]
- (destinationIndex, routeIndex)
- destinationIndex
- Number - The final destination taxi node.
- routeIndex
- Number - The index of the route to get the source from.
Returns[edit | edit source]
- dX
- Number - The horizontal position of the destination node for the route.
Community content is available under CC-BY-SA unless otherwise noted.