WoW:API Stuck: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Removed a typo.)
Line 1: Line 1:
{{stub/API}}
{{wowapi}} __NOTOC__
{{protectedapi|?|}}


It has the same functionality as the 'feature' available through the GM Ticket Screen. When run, the character starts to 'cast' the Unstuck, after which, he/she will be teleported to a safe location.
[[Category:World of Warcraft API]]


This has been protected. If you type /script Stuck() then you will get an error from that this macro has been blocked by blizzard.
Notifies the game engine that the player is stuck. There is a 5 minute cooldown.
Stuck()
 
 
== Arguments ==
:None
 
 
== Returns ==
:nil
 
 
== Details ==
: May try to teleport the player a short distance.
: May use the player's hearth stone even if it is on cooldown.
: This has been protected. If you type /script Stuck() then you will get an error that this macro has been blocked by blizzard.

Revision as of 12:34, 12 June 2007

WoW API < Stuck


Notifies the game engine that the player is stuck. There is a 5 minute cooldown.

Stuck()


Arguments

None


Returns

nil


Details

May try to teleport the player a short distance.
May use the player's hearth stone even if it is on cooldown.
This has been protected. If you type /script Stuck() then you will get an error that this macro has been blocked by blizzard.