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

The class being responsible for generating JavaScript code for EventsFunctionsExtension. More...

#include <EventsFunctionsExtensionCodeGenerator.h>

Public Member Functions

 EventsFunctionsExtensionCodeGenerator (gd::Project &project_)
 
gd::String GenerateFreeEventsFunctionCompleteCode (const gd::EventsFunctionsExtension &extension, const gd::EventsFunction &eventsFunction, const gd::String &codeNamespace, std::set< gd::String > &includeFiles, bool compilationForRuntime)
 Generate the complete code for the specified events function.
 

Detailed Description

The class being responsible for generating JavaScript code for EventsFunctionsExtension.

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


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