WoW:API Jump: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API Jump to API Jump without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
{{removedapi|2.0.1|Replaced by [[API JumpOrAscendStart|JumpOrAscendStart]]() and [[API AscendStop|AscendStop]](), both protected.}}
The player jumps.
The player jumps.
Jump();
----
;''Arguments''
:''none''
----
;''Returns''
:;nil
----
;''Example''
  Jump();
  Jump();


;''Result''
==Notes==
The player jumps.
This action requires a hardware event since [[Patch 1.10 (Release Notes)|Patch 1.10]], has been removed in [[Patch 2.0.1 (Release Notes)|Patch 2.0.1]].
 
 
This action is blocked from scripting.

Latest revision as of 04:46, 15 August 2023

WoW API < Jump

The player jumps.

Jump();

Notes[edit]

This action requires a hardware event since Patch 1.10, has been removed in Patch 2.0.1.