WoW:API TaxiGetDestY: Difference between revisions
Jump to navigation
Jump to search
(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 == :...) |
m (Move page script moved page API TaxiGetDestY to API TaxiGetDestY without leaving a redirect) |
(No difference)
|
Latest revision as of 04:47, 15 August 2023
← WoW API < TaxiGetDestY
Returns the vertical position of the destination node of a given route to the destination.
local dY = 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]
- dY
- Number - The vertical position of the destination node for the route.