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