Contents
← WoW API < TaxiGetSrcY
Returns the vertical position of the source node of a given route to the destination.
local sY = TaxiGetSrcY(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]
- sY
- Number - The vertical position of the source node.
Community content is available under CC-BY-SA unless otherwise noted.