Restore GDNative compatibility by moving new functions introduced in #33210 to core API 1.2 extension.
This commit is contained in:
parent
4569f5ec82
commit
047ecffaac
1 changed files with 49 additions and 49 deletions
|
@ -91,6 +91,55 @@
|
||||||
["const godot_int", "p_step"],
|
["const godot_int", "p_step"],
|
||||||
["const godot_bool", "p_deep"]
|
["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"]
|
["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",
|
"name": "godot_pool_byte_array_destroy",
|
||||||
"return_type": "void",
|
"return_type": "void",
|
||||||
|
@ -1847,13 +1889,6 @@
|
||||||
["const godot_pool_int_array *", "p_self"]
|
["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",
|
"name": "godot_pool_int_array_destroy",
|
||||||
"return_type": "void",
|
"return_type": "void",
|
||||||
|
@ -1978,13 +2013,6 @@
|
||||||
["const godot_pool_real_array *", "p_self"]
|
["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",
|
"name": "godot_pool_real_array_destroy",
|
||||||
"return_type": "void",
|
"return_type": "void",
|
||||||
|
@ -2109,13 +2137,6 @@
|
||||||
["const godot_pool_string_array *", "p_self"]
|
["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",
|
"name": "godot_pool_string_array_destroy",
|
||||||
"return_type": "void",
|
"return_type": "void",
|
||||||
|
@ -2240,13 +2261,6 @@
|
||||||
["const godot_pool_vector2_array *", "p_self"]
|
["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",
|
"name": "godot_pool_vector2_array_destroy",
|
||||||
"return_type": "void",
|
"return_type": "void",
|
||||||
|
@ -2371,13 +2385,6 @@
|
||||||
["const godot_pool_vector3_array *", "p_self"]
|
["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",
|
"name": "godot_pool_vector3_array_destroy",
|
||||||
"return_type": "void",
|
"return_type": "void",
|
||||||
|
@ -2502,13 +2509,6 @@
|
||||||
["const godot_pool_color_array *", "p_self"]
|
["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",
|
"name": "godot_pool_color_array_destroy",
|
||||||
"return_type": "void",
|
"return_type": "void",
|
||||||
|
|
Loading…
Reference in a new issue