show_message_native
A downloadable extension for Windows
Download NowName your own price
This extension lets you display native popups in your game. It's this simple:
var choice = show_message_native( string(window_handle()), "Warning", "You're entering dangerous territory. Continue?", "EXCLAMATION|OKCANCEL" ); show_message("You clicked \"" + choice + "\"!");
The last argument represents the icon and buttons, separated by the pipe character.
Allowed icons:
- ERROR
- QUESTION
- INFORMATION
- EXCLAMATION
Allowed buttons:
- OK
- OKCANCEL
- YESNO
- YESNOCANCEL
- RETRYCANCEL
- CANCELTRYCONTINUE
- ABORTRETRYIGNORE
This extension is for version 2.2 of GameMaker Studio.
Status | Released |
Category | Assets |
Author | Girkov Arpa |
Tags | extension, GameMaker |
Download
Download NowName your own price
Click download now to get access to the following files:
Extension 72 kB
Rust source code 3.2 kB
if you pay $3.50 USD or more
Leave a comment
Log in with itch.io to leave a comment.