mirror of
https://github.com/godotengine/godot.git
synced 2026-02-08 03:38:29 +00:00
Add missing != operator to StringName
This commit is contained in:
@@ -102,6 +102,7 @@ public:
|
||||
bool operator==(const String &p_name) const;
|
||||
bool operator==(const char *p_name) const;
|
||||
bool operator!=(const String &p_name) const;
|
||||
bool operator!=(const char *p_name) const;
|
||||
|
||||
_FORCE_INLINE_ bool is_node_unique_name() const {
|
||||
if (!_data) {
|
||||
|
||||
Reference in New Issue
Block a user