|
@@ -106,6 +106,23 @@
|
|
["const godot_real", "p_t"]
|
|
["const godot_real", "p_t"]
|
|
]
|
|
]
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "godot_dictionary_get_with_default",
|
|
|
|
+ "return_type": "godot_variant",
|
|
|
|
+ "arguments": [
|
|
|
|
+ ["const godot_dictionary *", "p_self"],
|
|
|
|
+ ["const godot_variant *", "p_key"],
|
|
|
|
+ ["const godot_variant *", "p_default"]
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "godot_dictionary_erase_with_return",
|
|
|
|
+ "return_type": "bool",
|
|
|
|
+ "arguments": [
|
|
|
|
+ ["godot_dictionary *", "p_self"],
|
|
|
|
+ ["const godot_variant *", "p_key"]
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "godot_node_path_get_as_property_path",
|
|
"name": "godot_node_path_get_as_property_path",
|
|
"return_type": "godot_node_path",
|
|
"return_type": "godot_node_path",
|
|
@@ -233,14 +250,6 @@
|
|
["const godot_vector3 *", "p_scale"]
|
|
["const godot_vector3 *", "p_scale"]
|
|
]
|
|
]
|
|
},
|
|
},
|
|
- {
|
|
|
|
- "name": "godot_dictionary_erase_with_return",
|
|
|
|
- "return_type": "bool",
|
|
|
|
- "arguments": [
|
|
|
|
- ["godot_dictionary *", "p_self"],
|
|
|
|
- ["const godot_variant *", "p_key"]
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
{
|
|
{
|
|
"name": "godot_is_instance_valid",
|
|
"name": "godot_is_instance_valid",
|
|
"return_type": "bool",
|
|
"return_type": "bool",
|