WoW:API UnitOnTaxi: Difference between revisions
Jump to navigation
Jump to search
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. |
Revision as of 17:05, 25 June 2007
← WoW API < UnitOnTaxi
Returns 1 if unit is on a taxi, nil otherwise.
onTaxi = UnitOnTaxi()
Arguments
- none
Returns
- onTaxi
- Boolean - Whether the unit is on a taxi.