WoW:API Stuck: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{wowapi}} __NOTOC__ | ||
{{protectedapi|?|}} | |||
This has been protected. If you type /script Stuck() then you will get an error | 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. | |||
:This function was implemented in the UI, in the Help menu as part of patch 2.4.3. Now, it's a button in the help menu. |
Latest revision as of 04:47, 15 August 2023
This function is PROTECTED, and can only be called from Blizzard code.
|
Notifies the game engine that the player is stuck. There is a 5 minute cooldown.
Stuck()
Arguments[edit]
- None
Returns[edit]
- nil
Details[edit]
- 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.
- This function was implemented in the UI, in the Help menu as part of patch 2.4.3. Now, it's a button in the help menu.