GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public Attributes | List of all members
gd::ExpressionCodeGenerationInformation Class Reference

Information about how generate code for an expression. More...

#include <ExpressionMetadata.h>

Public Attributes

bool staticFunction
 
gd::String functionCallName
 
bool hasCustomCodeGenerator
 
std::function< gd::String(const std::vector< gd::Expression > &parameters, gd::EventsCodeGenerator &codeGenerator, gd::EventsCodeGenerationContext &context)> customCodeGenerator
 
std::vector< gd::StringincludeFiles
 

Detailed Description

Information about how generate code for an expression.


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