diff options
| author | Sintinium <sintinium@gmail.com> | 2019-04-26 12:23:50 -0500 |
|---|---|---|
| committer | Sintinium <sintinium@gmail.com> | 2019-04-26 18:16:59 -0500 |
| commit | d1fa546dc93c5278b3878186d88e99a1236cf03c (patch) | |
| tree | 8311e14c2ea6fb2474161493e2d2f2dd172c961a /core/object.h | |
| parent | 260530f01caa8ea3e2fb7bfda04f4bd718ae14f5 (diff) | |
| download | redot-engine-d1fa546dc93c5278b3878186d88e99a1236cf03c.tar.gz | |
Undo support for locking and grouping for both 2D and 3D
Diffstat (limited to 'core/object.h')
| -rw-r--r-- | core/object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/object.h b/core/object.h index 3730af1ad4..94abaacdcc 100644 --- a/core/object.h +++ b/core/object.h @@ -673,6 +673,7 @@ public: bool has_meta(const String &p_name) const; void set_meta(const String &p_name, const Variant &p_value); + void remove_meta(const String &p_name); Variant get_meta(const String &p_name) const; void get_meta_list(List<String> *p_list) const; |
