WoW:API SitStandOrDescendStart: Difference between revisions
(→Notes: Note taht you can use DoEmote("SIT"|"STAND") instead) |
m (Move page script moved page API SitStandOrDescendStart to API SitStandOrDescendStart without leaving a redirect) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| 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) | ||
| Line 24: | Line 25: | ||
* You can use [[API DoEmote|DoEmote]]("STAND") / [[API DoEmote|DoEmote]]("SIT") to accomplish what this API did prior to being protected. | * You can use [[API DoEmote|DoEmote]]("STAND") / [[API DoEmote|DoEmote]]("SIT") to accomplish what this API did prior to being protected. | ||
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
- 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()".