GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
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< ExpressionParserError > | diagnostic |
ExpressionParserLocation | location |
ExpressionNode * | parent |
A text node. For example: "Hello World". Its type
is always "string".