WoW API: TaxiGetSrcY

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

WoW API < TaxiGetSrcY


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

local sY = TaxiGetSrcY(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

sY
Number - The vertical position of the source node.