WoW:API TaxiNodePosition: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Returns | 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); | |||
---- | ---- | ||
{{template:WoW API}} | {{template:WoW API}} |
Revision as of 11:16, 8 May 2006
Returns 2 floats which correspond to the relative position of the node on a 1x1 map.
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);