WoW API: TaxiGetSrcX

From AddOn Studio
Revision as of 18:54, 6 June 2007 by WoWWiki>Ravas (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < TaxiGetSrcX


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

local sX = TaxiGetSrcX(destinationIndex, routeIndex)


Arguments

(destinationIndex, routeIndex)
destinationIndex
Number - The final destination taxi node.
routeIndex
Number - The index of the route to get the source from.


Returns

sX
Number - The horizontal position of the source node.