GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
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 > ¶meters, gd::EventsCodeGenerator &codeGenerator, gd::EventsCodeGenerationContext &context)> | customCodeGenerator |
std::vector< gd::String > | includeFiles |
Information about how generate code for an expression.