WoW:API Jump: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(Updated with information that it was removed in 2.0.1)
Line 23: Line 23:


This action is blocked from scripting since [[Patch 1.10 (Release Notes)|Patch 1.10]].
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 18:45, 9 December 2006

WoW API < Jump

The player jumps.

Jump();

Arguments
none

Returns
nil

Example
Jump();
Result

The player jumps.


This action is blocked from scripting since Patch 1.10. This function was removed in Patch 2.0.1 and replaced with JumpOrAscendStart() and AscendStop().