WoW:API SitStandOrDescendStart: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Move page script moved page API SitStandOrDescendStart to API SitStandOrDescendStart without leaving a redirect) |
(No difference)
|
Latest revision as of 04:47, 15 August 2023
This function is PROTECTED, and can only be called from Blizzard code.
|
← WoW API < SitStandOrDescendStart
The player sits, stands, or begins to descend (while swimming or flying)
SitStandOrDescendStart();
Arguments[edit]
- none
Returns[edit]
- nil
Example[edit]
SitStandOrDescendStart();
Result[edit]
- The player sits, stands back up, or begins to descend (if flying or swimming)
Notes[edit]
- Prior to patch 2.1, when the descending functionality was added, this API was "SitOrStand()".