WoW:API TaxiGetDestX: Difference between revisions
Jump to navigation
Jump to search
(New page: {{wowapi}} __NOTOC__ Returns the horizontal position of the destination node of a given route to the destination. local sX = TaxiGetDestX(destinationIndex, routeIndex) == Arguments ==...) |
m (Move page script moved page API TaxiGetDestX to API TaxiGetDestX without leaving a redirect) |
(No difference)
|
Latest revision as of 04:47, 15 August 2023
← WoW API < TaxiGetDestX
Returns the horizontal position of the destination node of a given route to the destination.
local dX = 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]
- dX
- Number - The horizontal position of the destination node for the route.