[GDnative] Add string_name api

This commit is contained in:
Emmanuel Leblond 2017-09-05 18:07:13 +02:00
parent 7a58c0f9fb
commit d17951f57e
No known key found for this signature in database
GPG key ID: C360860E645EFFC0
6 changed files with 228 additions and 0 deletions

View file

@ -113,6 +113,9 @@ public:
else
return 0;
}
_FORCE_INLINE_ const void *data_unique_pointer() const {
return (void *)_data;
}
bool operator!=(const StringName &p_name) const;
_FORCE_INLINE_ operator String() const {