|
@@ -2488,6 +2488,14 @@
|
|
|
["const godot_int", "p_idx"]
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "godot_array_operator_index_const",
|
|
|
+ "return_type": "const godot_variant *",
|
|
|
+ "arguments": [
|
|
|
+ ["const godot_array *", "p_self"],
|
|
|
+ ["const godot_int", "p_idx"]
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
"name": "godot_array_append",
|
|
|
"return_type": "void",
|
|
@@ -2786,6 +2794,14 @@
|
|
|
["const godot_variant *", "p_key"]
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "godot_dictionary_operator_index_const",
|
|
|
+ "return_type": "const godot_variant *",
|
|
|
+ "arguments": [
|
|
|
+ ["const godot_dictionary *", "p_self"],
|
|
|
+ ["const godot_variant *", "p_key"]
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
"name": "godot_dictionary_next",
|
|
|
"return_type": "godot_variant *",
|
|
@@ -5644,6 +5660,13 @@
|
|
|
["godot_object *", "p_instance"]
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "godot_pluginscript_register_language",
|
|
|
+ "return_type": "void",
|
|
|
+ "arguments": [
|
|
|
+ ["const godot_pluginscript_language_desc *", "language_desc"]
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
"name": "godot_arvr_register_interface",
|
|
|
"return_type": "void",
|