diff options
author | lupoDharkael <izhe@hotmail.es> | 2019-05-22 11:06:01 +0200 |
---|---|---|
committer | lupoDharkael <izhe@hotmail.es> | 2019-08-05 00:23:42 +0200 |
commit | b895d3c3264dd52312e65af01e34ed04bbf86222 (patch) | |
tree | 986d39e1ff65c0b2b4aa1f43c7675bea96ec9087 /include/core/NodePath.hpp | |
parent | bcc39bbf4bf9922c1a5eaea91885eda05cd1202c (diff) | |
download | redot-cpp-b895d3c3264dd52312e65af01e34ed04bbf86222.tar.gz |
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); |