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

Contains a variables container or a variable. Useful to refer to the parent of a variable (which can be a VariablesContainer or another Variable). More...

#include <ExpressionVariableParentFinder.h>

Public Attributes

const gd::VariablesContainerparentVariablesContainer
 
const gd::VariableparentVariable
 

Detailed Description

Contains a variables container or a variable. Useful to refer to the parent of a variable (which can be a VariablesContainer or another Variable).


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