WoW API: TaxiGetDestY

From AddOn Studio
Revision as of 18:56, 6 June 2007 by WoWWiki>Ravas (New page: {{wowapi}} __NOTOC__ Returns the vertical position of the destination node of a given route to the destination. local dY = TaxiGetDestX(destinationIndex, routeIndex) == Arguments == :...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < TaxiGetDestY


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

local dY = TaxiGetDestX(destinationIndex, routeIndex)


Arguments

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


Returns

dY
Number - The vertical position of the destination node for the route.