WoW API: TaxiGetDestY
← WoW API < TaxiGetDestY
Returns the vertical position of the destination node of a given route to the destination.
local dY = TaxiGetDestX(destinationIndex, routeIndex)
ArgumentsEdit
- (destinationIndex, routeIndex)
- destinationIndex
- Number - The final destination taxi node.
- routeIndex
- Number - The index of the route to get the source from.
ReturnsEdit
- dY
- Number - The vertical position of the destination node for the route.