WoW:API SitStandOrDescendStart: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{protectedapi|2.1|}} | |||
{{wowapi}} | |||
The player sits, stands, or begins to descend (while swimming or flying) | The player sits, stands, or begins to descend (while swimming or flying) |
Revision as of 19:22, 12 February 2021
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
- none
Returns
- nil
Example
SitStandOrDescendStart();
Result
- The player sits, stands back up, or begins to descend (if flying or swimming)
Notes
- Prior to patch 2.1, when the descending functionality was added, this API was "SitOrStand()".