diff options
author | BastiaanOlij <mux213@gmail.com> | 2017-11-23 22:50:05 +1100 |
---|---|---|
committer | BastiaanOlij <mux213@gmail.com> | 2017-11-23 22:50:05 +1100 |
commit | 0f773c2d72a4666e2ecf7235201f035773775f71 (patch) | |
tree | aea20447f52162fc269c7d138bd2dda6c2d4d4bb /include/core/NodePath.hpp | |
parent | e72f4beec1b091edf6f16a0fe27d5ed13ca450c2 (diff) | |
download | redot-cpp-0f773c2d72a4666e2ecf7235201f035773775f71.tar.gz |
Update bindings to use new Api extensions and rename Rect3->AABB
Diffstat (limited to 'include/core/NodePath.hpp')
-rw-r--r-- | include/core/NodePath.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/core/NodePath.hpp b/include/core/NodePath.hpp index 235c95e..026414b 100644 --- a/include/core/NodePath.hpp +++ b/include/core/NodePath.hpp @@ -24,8 +24,6 @@ public: int get_name_count() const; - String get_property() const; - String get_subname(const int idx) const; int get_subname_count() const; |