Updated to match the current API boilerplate.
mNo edit summary |
(Updated to match the current API boilerplate.) |
||
| Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} __NOTOC__ | ||
Returns 1 if unit is on a taxi, nil otherwise. | Returns 1 if unit is on a taxi, nil otherwise. | ||
onTaxi = UnitOnTaxi() | |||
== Arguments == | |||
:none | |||
== Returns == | |||
:; onTaxi : [[Boolean]] - Whether the unit is on a taxi. | |||