diff options
| author | Thomas Herzog <thomas.herzog@mail.com> | 2019-08-05 10:39:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-05 10:39:56 +0200 |
| commit | c2ec46f64a24de9a46b06c3e987c306f549ccadb (patch) | |
| tree | c47c280be3a9638536011440b75bdc99dfe9b578 /include/core/NodePath.hpp | |
| parent | cdd50260d0c2bd620f15d16e2e00a4d8c965eb67 (diff) | |
| parent | b895d3c3264dd52312e65af01e34ed04bbf86222 (diff) | |
| download | redot-cpp-c2ec46f64a24de9a46b06c3e987c306f549ccadb.tar.gz | |
Merge pull request #296 from lupoDharkael/missing
Add missing class methods
Diffstat (limited to 'include/core/NodePath.hpp')
| -rw-r--r-- | include/core/NodePath.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/core/NodePath.hpp b/include/core/NodePath.hpp index aaa6727..221c5ce 100644 --- a/include/core/NodePath.hpp +++ b/include/core/NodePath.hpp @@ -31,6 +31,10 @@ public: bool is_empty() const; + NodePath get_as_property_path() const; + + String get_concatenated_subnames() const; + operator String() const; void operator=(const NodePath &other); |
