Application
Information
FREEUsing the properties of the application manager, you can get basic information about the game.
- JavaScript
- Construct 3
- Unity
// Taken from project title
gp.app.title;
// Taken from project description
gp.app.description;
// Taken from project icon (add in the Assets section)
gp.app.image;
// URL on the platform
gp.app.url;
// Taken from project title
GP_App.Title();
// Taken from project description
GP_App.Description();
// Taken from project icon (add in the Assets section)
GP_App.ImageUrl();
// URL on the platform
GP_App.Url();
Capabilities
📄️ Reviews
Suggest to the player to leave a review for the game.
📄️ Shortcut / Favorites
Suggest to the player to create a shortcut or add the game to favorites.
Stay in Touch
Other documents of this chapter available Here. To get started, welcome to the Tutorials chapter.
GamePush Community Telegram
: @gs_community.
For your suggestions e-mail
: [email protected]
We Wish you Success!