![]() |
GDevelop JS Platform
Platform for developing HTML5/Javascript based games with GDevelop
|
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. | |
The class being responsible for generating JavaScript code for EventsFunctionsExtension.
See also gd::BehaviorCodeGenerator. See also gd::EventsCodeGenerator.