WoW:API Jump: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Updated with information that it was removed in 2.0.1)
({{removedapi}}, remove obvious example / detail.)
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 since [[Patch 1.10 (Release Notes)|Patch 1.10]].
This function was removed in Patch 2.0.1 and replaced with [[API JumpOrAscendStart|JumpOrAscendStart]]() and [[API AscendStop|AscendStop]]().

Revision as of 20:20, 23 December 2006

WoW API < Jump

The player jumps.

Jump();

Notes

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