Add bsearch and bsearch_custom to Array
This commit is contained in:
@@ -2679,6 +2679,26 @@
|
||||
["const godot_string *", "p_func"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_array_bsearch",
|
||||
"return_type": "godot_int",
|
||||
"arguments": [
|
||||
["godot_array *", "p_self"],
|
||||
["const godot_variant *", "p_value"],
|
||||
["const godot_bool", "p_before"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_array_bsearch_custom",
|
||||
"return_type": "godot_int",
|
||||
"arguments": [
|
||||
["godot_array *", "p_self"],
|
||||
["const godot_variant *", "p_value"],
|
||||
["godot_object *", "p_obj"],
|
||||
["const godot_string *", "p_func"],
|
||||
["const godot_bool", "p_before"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_array_destroy",
|
||||
"return_type": "void",
|
||||
|
||||
Reference in New Issue
Block a user