WoW:API TakeTaxiNode: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{wowapi}} __NOTOC__
Causes the unit to begin the flight to the specified node, if possible.
Causes the unit to begin the flight to the specified node, if possible.
----
TakeTaxiNode(nodeId)
{{template:WoW API}}
 
== Arguments ==
:; nodeId : Number - The ID number of the taxi node to take
 
== Returns ==
:nil

Latest revision as of 07:15, 15 August 2023

WoW API < TakeTaxiNode

Causes the unit to begin the flight to the specified node, if possible.

TakeTaxiNode(nodeId)

Arguments[edit]

nodeId
Number - The ID number of the taxi node to take

Returns[edit]

nil