Game Developer API
Search
⌃
K
Introduction
Guidelines
Concepts
Game Load + Unload
Save + Load State
Start Game
Pause + Resume
Player Progress
Language + Translation
Text to Speech (TTS)
Audio
Questions + Answers
Unity
Javascript
Construct 3
Construct 2
Testing
Submission
Powered By
GitBook
Start Game
The Platform will send an initialization payload; the game may want to act on this data to initialize. The game may then begin.
Language Code
"en" for english, "es" for Spanish, etc.
{
"languageCode"
:
"en"
}
Previous
Save + Load State
Next
Pause + Resume
Last modified
2yr ago