|
@@ -63,6 +63,8 @@ void GDAPI godot_dictionary_new(godot_dictionary *r_dest);
|
|
void GDAPI godot_dictionary_new_copy(godot_dictionary *r_dest, const godot_dictionary *p_src);
|
|
void GDAPI godot_dictionary_new_copy(godot_dictionary *r_dest, const godot_dictionary *p_src);
|
|
void GDAPI godot_dictionary_destroy(godot_dictionary *p_self);
|
|
void GDAPI godot_dictionary_destroy(godot_dictionary *p_self);
|
|
|
|
|
|
|
|
+godot_dictionary GDAPI godot_dictionary_duplicate(const godot_dictionary *p_self, const godot_bool p_deep);
|
|
|
|
+
|
|
godot_int GDAPI godot_dictionary_size(const godot_dictionary *p_self);
|
|
godot_int GDAPI godot_dictionary_size(const godot_dictionary *p_self);
|
|
|
|
|
|
godot_bool GDAPI godot_dictionary_empty(const godot_dictionary *p_self);
|
|
godot_bool GDAPI godot_dictionary_empty(const godot_dictionary *p_self);
|