WoW:API IsMounted: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 August 2023

19 September 2019

20 March 2019

29 July 2016

  • curprev 02:5602:56, 29 July 2016WoWWiki>9871687cc 690 bytes +28 I was confused because "if IsMounted() == nil" was never working, until I tested "/script print(IsMounted())" and found out that the function now outputs 'true' or 'false' (possibly new to 7.0.3?) undo

15 June 2009

11 December 2008

  • curprev 23:0423:04, 11 December 2008WoWWiki>Caelumito 662 bytes +662 New page: Checks to see if the player is mounted or not. == Arguments == None == Returns == 1 if the player is currently flying, nil otherwise == Example Code == mounted = IsMounted() If the...