Add missing class methods

This commit is contained in:
lupoDharkael
2019-05-22 11:06:01 +02:00
parent bcc39bbf4b
commit b895d3c326
14 changed files with 305 additions and 0 deletions

View File

@@ -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);