Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
4ian committed Nov 28, 2023
1 parent eea3d4a commit a10f923
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Core/GDCore/IDE/Events/ExpressionVariableParentFinder.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ class ExpressionMetadata;

namespace gd {

/**
* \brief Contains a variables container or a variable. Useful
* to refer to the parent of a variable (which can be a VariablesContainer
* or another Variable).
*/
struct VariableOrVariablesContainer {
const gd::VariablesContainer* variablesContainer;
const gd::Variable* variable;
Expand Down

0 comments on commit a10f923

Please sign in to comment.