![]() |
GDevelop JS Platform
Platform for developing HTML5/Javascript based games with GDevelop
|
GDevelop Javascript Platform. More...
#include <JsPlatform.h>
Inherits gd::Platform.
Public Member Functions | |
virtual gd::String | GetName () const |
virtual gd::String | GetFullName () const |
virtual gd::String | GetSubtitle () const |
virtual gd::String | GetDescription () const |
virtual gd::String | GetIcon () const |
virtual gd::String | GetExtensionCreateFunctionName () |
The name of the function searched in an extension file to create the extension. | |
void | AddNewExtension (const gd::PlatformExtension &extension) |
virtual void | ReloadBuiltinExtensions () |
(Re)load platform built-in extensions. More... | |
Static Public Member Functions | |
static JsPlatform & | Get () |
static void | DestroySingleton () |
Destroy the singleton. More... | |
GDevelop Javascript Platform.
Platform designed to be used to create 2D games based on Javascript.
This is the core class that is exposing to the IDE the features of the platform.
The IDE creates this platform during its startup, thanks to CreateGDPlatform/DestroyGDPlatform.
|
static |
Destroy the singleton.
|
static |
Get access to the JsPlatform instance (JsPlatform is a singleton).
|
virtual |
(Re)load platform built-in extensions.