GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public Member Functions | Public Attributes | List of all members
gd::TextNode Struct Reference

A text node. For example: "Hello World". Its type is always "string". More...

#include <ExpressionParser2Node.h>

Inherits gd::ExpressionNode.

Public Member Functions

 TextNode (const gd::String &text_)
 
virtual void Visit (ExpressionParser2NodeWorker &worker)
 

Public Attributes

gd::String text
 
- Public Attributes inherited from gd::ExpressionNode
std::unique_ptr< ExpressionParserDiagnosticdiagnostic
 
ExpressionParserLocation location
 
ExpressionNodeparent
 

Detailed Description

A text node. For example: "Hello World". Its type is always "string".


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