![]() |
GDevelop JS Platform
Platform for developing HTML5/Javascript based games with GDevelop
|
The class being responsible for generating JavaScript code for the events of a scene. More...
#include <LayoutCodeGenerator.h>
Public Member Functions | |
LayoutCodeGenerator (const gd::Project &project_) | |
gd::String | GenerateLayoutCompleteCode (const gd::Layout &layout, std::set< gd::String > &includeFiles, gd::DiagnosticReport &diagnosticReport, bool compilationForRuntime) |
Generate the complete code for the events of the specified scene. | |
The class being responsible for generating JavaScript code for the events of a scene.
See also gd::BehaviorCodeGenerator. See also gd::EventsCodeGenerator.