[GDnative] Add string_name api
This commit is contained in:
parent
7a58c0f9fb
commit
d17951f57e
6 changed files with 228 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue