diff --git a/modules/gdnative/gdnative_api.json b/modules/gdnative/gdnative_api.json index 2f304ca49c1..9e5295a9369 100644 --- a/modules/gdnative/gdnative_api.json +++ b/modules/gdnative/gdnative_api.json @@ -91,6 +91,55 @@ ["const godot_int", "p_step"], ["const godot_bool", "p_deep"] ] + }, + { + "name": "godot_pool_byte_array_empty", + "return_type": "godot_bool", + "arguments": [ + ["const godot_pool_byte_array *", "p_self"] + ] + }, + { + "name": "godot_pool_int_array_empty", + "return_type": "godot_bool", + "arguments": [ + ["const godot_pool_int_array *", "p_self"] + ] + }, + { + "name": "godot_pool_real_array_empty", + "return_type": "godot_bool", + "arguments": [ + ["const godot_pool_real_array *", "p_self"] + ] + }, + { + "name": "godot_pool_string_array_empty", + "return_type": "godot_bool", + "arguments": [ + ["const godot_pool_string_array *", "p_self"] + ] + }, + { + "name": "godot_pool_vector2_array_empty", + "return_type": "godot_bool", + "arguments": [ + ["const godot_pool_vector2_array *", "p_self"] + ] + }, + { + "name": "godot_pool_vector3_array_empty", + "return_type": "godot_bool", + "arguments": [ + ["const godot_pool_vector3_array *", "p_self"] + ] + }, + { + "name": "godot_pool_color_array_empty", + "return_type": "godot_bool", + "arguments": [ + ["const godot_pool_color_array *", "p_self"] + ] } ] }, @@ -1716,13 +1765,6 @@ ["const godot_pool_byte_array *", "p_self"] ] }, - { - "name": "godot_pool_byte_array_empty", - "return_type": "godot_bool", - "arguments": [ - ["const godot_pool_byte_array *", "p_self"] - ] - }, { "name": "godot_pool_byte_array_destroy", "return_type": "void", @@ -1847,13 +1889,6 @@ ["const godot_pool_int_array *", "p_self"] ] }, - { - "name": "godot_pool_int_array_empty", - "return_type": "godot_bool", - "arguments": [ - ["const godot_pool_int_array *", "p_self"] - ] - }, { "name": "godot_pool_int_array_destroy", "return_type": "void", @@ -1978,13 +2013,6 @@ ["const godot_pool_real_array *", "p_self"] ] }, - { - "name": "godot_pool_real_array_empty", - "return_type": "godot_bool", - "arguments": [ - ["const godot_pool_real_array *", "p_self"] - ] - }, { "name": "godot_pool_real_array_destroy", "return_type": "void", @@ -2109,13 +2137,6 @@ ["const godot_pool_string_array *", "p_self"] ] }, - { - "name": "godot_pool_string_array_empty", - "return_type": "godot_bool", - "arguments": [ - ["const godot_pool_string_array *", "p_self"] - ] - }, { "name": "godot_pool_string_array_destroy", "return_type": "void", @@ -2240,13 +2261,6 @@ ["const godot_pool_vector2_array *", "p_self"] ] }, - { - "name": "godot_pool_vector2_array_empty", - "return_type": "godot_bool", - "arguments": [ - ["const godot_pool_vector2_array *", "p_self"] - ] - }, { "name": "godot_pool_vector2_array_destroy", "return_type": "void", @@ -2371,13 +2385,6 @@ ["const godot_pool_vector3_array *", "p_self"] ] }, - { - "name": "godot_pool_vector3_array_empty", - "return_type": "godot_bool", - "arguments": [ - ["const godot_pool_vector3_array *", "p_self"] - ] - }, { "name": "godot_pool_vector3_array_destroy", "return_type": "void", @@ -2502,13 +2509,6 @@ ["const godot_pool_color_array *", "p_self"] ] }, - { - "name": "godot_pool_color_array_empty", - "return_type": "godot_bool", - "arguments": [ - ["const godot_pool_color_array *", "p_self"] - ] - }, { "name": "godot_pool_color_array_destroy", "return_type": "void",