WoW:API TaxiNodePosition: Difference between revisions
Jump to navigation
Jump to search
(doc'd! more info needed) |
m (Move page script moved page API TaxiNodePosition to API TaxiNodePosition without leaving a redirect) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
Returns | {{wowapi}} | ||
Returns 2 floats which correspond to the relative position of the node on a 1x1 map.<br /> | |||
Returns an error "invalid taxi node slot" if no taxi map is up or an invalid slot is used. | |||
---- | |||
;''Example'' | |||
local x,y = TaxiNodePosition(1); |