Toggle menu
2
16
17
151
The My Singing Monsters Modding Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Menu Editing

From The My Singing Monsters Modding Wiki
Revision as of 20:07, 31 October 2023 by FlutterStutter (talk | contribs) (Created page with "''This article is a stub. You can help the My Singing Monsters Modding Wiki by expanding it.'' '''Functions''' are short strings of code used internally to cause something inside of the game to happen. This article lists all of those functions. ==Functions found in the menu files== This section lists all functions that you can find and use inside of the menu XML files. game.popPopUp() This function closes the current menu on the screen. game.pushPopUp() This functi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This article is a stub. You can help the My Singing Monsters Modding Wiki by expanding it.

Functions are short strings of code used internally to cause something inside of the game to happen. This article lists all of those functions.

Functions found in the menu files

This section lists all functions that you can find and use inside of the menu XML files.

game.popPopUp()

This function closes the current menu on the screen.

game.pushPopUp()

This function opens almost any xml file found in the 'menus' folder. Usage: game.pushPopUp("filename").

Cookies help us deliver our services. By using our services, you agree to our use of cookies.