mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
StringName: Fix empty hash
+Fixed compat hashes
This commit is contained in:
parent
27552a2f26
commit
0dde931bc9
19 changed files with 68 additions and 263 deletions
|
|
@ -247,10 +247,6 @@ protected:
|
|||
void _notification(int p_what);
|
||||
static void _bind_methods();
|
||||
|
||||
#ifndef DISABLE_DEPRECATED
|
||||
static void _bind_compatibility_methods();
|
||||
#endif
|
||||
|
||||
bool _set(const StringName &p_name, const Variant &p_value);
|
||||
bool _get(const StringName &p_name, Variant &r_ret) const;
|
||||
void _get_property_list(List<PropertyInfo> *p_list) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue