GDevelop JS Platform
Platform for developing HTML5/Javascript based games with GDevelop
Public Member Functions | List of all members
gdjs::LayoutCodeGenerator Class Reference

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.
 

Detailed Description

The class being responsible for generating JavaScript code for the events of a scene.

See also gd::BehaviorCodeGenerator. See also gd::EventsCodeGenerator.


The documentation for this class was generated from the following files: