Skip to content

Commit

Permalink
docs(zscript): add documentation regarding 'Hero->Warp()' and its ret…
Browse files Browse the repository at this point in the history
…urn square
  • Loading branch information
EmilyV99 committed Apr 5, 2024
1 parent e35ac8f commit b90683c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/docs/ZScript_Additions.txt
Expand Up @@ -6063,6 +6063,11 @@ int Attack;
* Sets the extend value for all of Link's various actions.
*/

void Warp(int DMap, int screen);
* Warps link to the given screen in the given DMap, just like if he'd
* triggered an 'Insta-Warp'-type warp.
* Uses the warp return square of the current screen's Sidewarp A.

void WarpEx(int ptr[])

* Similar to Link->Warp, but with more options. This takes an array, or
Expand Down

0 comments on commit b90683c

Please sign in to comment.