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

Event used to insert raw javascript code into events. More...

#include <JsCodeEvent.h>

Inherits gd::BaseEvent.

Public Member Functions

virtual JsCodeEventClone () const
 
virtual bool IsExecutable () const
 
virtual bool CanHaveSubEvents () const
 
const gd::String & GetInlineCode () const
 
void SetInlineCode (const gd::String &code)
 
const gd::String & GetParameterObjects () const
 
void SetParameterObjects (const gd::String &objectName)
 
virtual std::vector< std::pair< gd::Expression *, gd::ParameterMetadata > > GetAllExpressionsWithMetadata ()
 
virtual std::vector< std::pair< const gd::Expression *, const gd::ParameterMetadata > > GetAllExpressionsWithMetadata () const
 
virtual void SerializeTo (gd::SerializerElement &element) const
 
virtual void UnserializeFrom (gd::Project &project, const gd::SerializerElement &element)
 
virtual bool IsUseStrict () const
 
bool IsEventsSheetExpanded () const
 
void SetEventsSheetExpanded (bool enable)
 

Detailed Description

Event used to insert raw javascript code into events.


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