1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Added GDNative copy constructor for PoolVectors Read and Write

This commit is contained in:
Marc Gilleron
2018-01-18 02:44:37 +01:00
parent 1699978e24
commit a3937e1220
3 changed files with 168 additions and 0 deletions

View File

@@ -2089,6 +2089,13 @@
["godot_pool_color_array *", "p_self"]
]
},
{
"name": "godot_pool_byte_array_read_access_copy",
"return_type": "godot_pool_byte_array_read_access *",
"arguments": [
["const godot_pool_byte_array_read_access *", "p_read"]
]
},
{
"name": "godot_pool_byte_array_read_access_ptr",
"return_type": "const uint8_t *",
@@ -2111,6 +2118,13 @@
["godot_pool_byte_array_read_access *", "p_read"]
]
},
{
"name": "godot_pool_int_array_read_access_copy",
"return_type": "godot_pool_int_array_read_access *",
"arguments": [
["const godot_pool_int_array_read_access *", "p_read"]
]
},
{
"name": "godot_pool_int_array_read_access_ptr",
"return_type": "const godot_int *",
@@ -2133,6 +2147,13 @@
["godot_pool_int_array_read_access *", "p_read"]
]
},
{
"name": "godot_pool_real_array_read_access_copy",
"return_type": "godot_pool_real_array_read_access *",
"arguments": [
["const godot_pool_real_array_read_access *", "p_read"]
]
},
{
"name": "godot_pool_real_array_read_access_ptr",
"return_type": "const godot_real *",
@@ -2155,6 +2176,13 @@
["godot_pool_real_array_read_access *", "p_read"]
]
},
{
"name": "godot_pool_string_array_read_access_copy",
"return_type": "godot_pool_string_array_read_access *",
"arguments": [
["const godot_pool_string_array_read_access *", "p_read"]
]
},
{
"name": "godot_pool_string_array_read_access_ptr",
"return_type": "const godot_string *",
@@ -2177,6 +2205,13 @@
["godot_pool_string_array_read_access *", "p_read"]
]
},
{
"name": "godot_pool_vector2_array_read_access_copy",
"return_type": "godot_pool_vector2_array_read_access *",
"arguments": [
["const godot_pool_vector2_array_read_access *", "p_read"]
]
},
{
"name": "godot_pool_vector2_array_read_access_ptr",
"return_type": "const godot_vector2 *",
@@ -2199,6 +2234,13 @@
["godot_pool_vector2_array_read_access *", "p_read"]
]
},
{
"name": "godot_pool_vector3_array_read_access_copy",
"return_type": "godot_pool_vector3_array_read_access *",
"arguments": [
["const godot_pool_vector3_array_read_access *", "p_read"]
]
},
{
"name": "godot_pool_vector3_array_read_access_ptr",
"return_type": "const godot_vector3 *",
@@ -2221,6 +2263,13 @@
["godot_pool_vector3_array_read_access *", "p_read"]
]
},
{
"name": "godot_pool_color_array_read_access_copy",
"return_type": "godot_pool_color_array_read_access *",
"arguments": [
["const godot_pool_color_array_read_access *", "p_read"]
]
},
{
"name": "godot_pool_color_array_read_access_ptr",
"return_type": "const godot_color *",
@@ -2243,6 +2292,13 @@
["godot_pool_color_array_read_access *", "p_read"]
]
},
{
"name": "godot_pool_byte_array_write_access_copy",
"return_type": "godot_pool_byte_array_write_access *",
"arguments": [
["const godot_pool_byte_array_write_access *", "p_write"]
]
},
{
"name": "godot_pool_byte_array_write_access_ptr",
"return_type": "uint8_t *",
@@ -2265,6 +2321,13 @@
["godot_pool_byte_array_write_access *", "p_write"]
]
},
{
"name": "godot_pool_int_array_write_access_copy",
"return_type": "godot_pool_int_array_write_access *",
"arguments": [
["const godot_pool_int_array_write_access *", "p_write"]
]
},
{
"name": "godot_pool_int_array_write_access_ptr",
"return_type": "godot_int *",
@@ -2287,6 +2350,13 @@
["godot_pool_int_array_write_access *", "p_write"]
]
},
{
"name": "godot_pool_real_array_write_access_copy",
"return_type": "godot_pool_real_array_write_access *",
"arguments": [
["const godot_pool_real_array_write_access *", "p_write"]
]
},
{
"name": "godot_pool_real_array_write_access_ptr",
"return_type": "godot_real *",
@@ -2309,6 +2379,13 @@
["godot_pool_real_array_write_access *", "p_write"]
]
},
{
"name": "godot_pool_string_array_write_access_copy",
"return_type": "godot_pool_string_array_write_access *",
"arguments": [
["const godot_pool_string_array_write_access *", "p_write"]
]
},
{
"name": "godot_pool_string_array_write_access_ptr",
"return_type": "godot_string *",
@@ -2331,6 +2408,13 @@
["godot_pool_string_array_write_access *", "p_write"]
]
},
{
"name": "godot_pool_vector2_array_write_access_copy",
"return_type": "godot_pool_vector2_array_write_access *",
"arguments": [
["const godot_pool_vector2_array_write_access *", "p_write"]
]
},
{
"name": "godot_pool_vector2_array_write_access_ptr",
"return_type": "godot_vector2 *",
@@ -2353,6 +2437,13 @@
["godot_pool_vector2_array_write_access *", "p_write"]
]
},
{
"name": "godot_pool_vector3_array_write_access_copy",
"return_type": "godot_pool_vector3_array_write_access *",
"arguments": [
["const godot_pool_vector3_array_write_access *", "p_write"]
]
},
{
"name": "godot_pool_vector3_array_write_access_ptr",
"return_type": "godot_vector3 *",
@@ -2375,6 +2466,13 @@
["godot_pool_vector3_array_write_access *", "p_write"]
]
},
{
"name": "godot_pool_color_array_write_access_copy",
"return_type": "godot_pool_color_array_write_access *",
"arguments": [
["const godot_pool_color_array_write_access *", "p_write"]
]
},
{
"name": "godot_pool_color_array_write_access_ptr",
"return_type": "godot_color *",