mirror of
https://github.com/godotengine/godot-headers.git
synced 2025-12-31 01:49:36 +03:00
204
api.json
204
api.json
@@ -87715,6 +87715,13 @@
|
||||
"constants": {
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"name": "pen_inverted",
|
||||
"type": "bool",
|
||||
"getter": "get_pen_inverted",
|
||||
"setter": "set_pen_inverted",
|
||||
"index": -1
|
||||
},
|
||||
{
|
||||
"name": "pressure",
|
||||
"type": "float",
|
||||
@@ -87747,6 +87754,19 @@
|
||||
"signals": [
|
||||
],
|
||||
"methods": [
|
||||
{
|
||||
"name": "get_pen_inverted",
|
||||
"return_type": "bool",
|
||||
"is_editor": false,
|
||||
"is_noscript": false,
|
||||
"is_const": true,
|
||||
"is_reverse": false,
|
||||
"is_virtual": false,
|
||||
"has_varargs": false,
|
||||
"is_from_script": false,
|
||||
"arguments": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "get_pressure",
|
||||
"return_type": "float",
|
||||
@@ -87799,6 +87819,25 @@
|
||||
"arguments": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "set_pen_inverted",
|
||||
"return_type": "void",
|
||||
"is_editor": false,
|
||||
"is_noscript": false,
|
||||
"is_const": false,
|
||||
"is_reverse": false,
|
||||
"is_virtual": false,
|
||||
"has_varargs": false,
|
||||
"is_from_script": false,
|
||||
"arguments": [
|
||||
{
|
||||
"name": "pen_inverted",
|
||||
"type": "bool",
|
||||
"has_default_value": false,
|
||||
"default_value": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "set_pressure",
|
||||
"return_type": "void",
|
||||
@@ -88849,6 +88888,8 @@
|
||||
"instanciable": true,
|
||||
"is_reference": false,
|
||||
"constants": {
|
||||
"INTERPOLATED_CAMERA_PROCESS_IDLE": 1,
|
||||
"INTERPOLATED_CAMERA_PROCESS_PHYSICS": 0
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
@@ -88858,6 +88899,13 @@
|
||||
"setter": "set_interpolation_enabled",
|
||||
"index": -1
|
||||
},
|
||||
{
|
||||
"name": "process_mode",
|
||||
"type": "int",
|
||||
"getter": "get_process_mode",
|
||||
"setter": "set_process_mode",
|
||||
"index": -1
|
||||
},
|
||||
{
|
||||
"name": "speed",
|
||||
"type": "float",
|
||||
@@ -88876,6 +88924,19 @@
|
||||
"signals": [
|
||||
],
|
||||
"methods": [
|
||||
{
|
||||
"name": "get_process_mode",
|
||||
"return_type": "enum.InterpolatedCamera::InterpolatedCameraProcessMode",
|
||||
"is_editor": false,
|
||||
"is_noscript": false,
|
||||
"is_const": true,
|
||||
"is_reverse": false,
|
||||
"is_virtual": false,
|
||||
"has_varargs": false,
|
||||
"is_from_script": false,
|
||||
"arguments": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "get_speed",
|
||||
"return_type": "float",
|
||||
@@ -88934,6 +88995,25 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "set_process_mode",
|
||||
"return_type": "void",
|
||||
"is_editor": false,
|
||||
"is_noscript": false,
|
||||
"is_const": false,
|
||||
"is_reverse": false,
|
||||
"is_virtual": false,
|
||||
"has_varargs": false,
|
||||
"is_from_script": false,
|
||||
"arguments": [
|
||||
{
|
||||
"name": "mode",
|
||||
"type": "int",
|
||||
"has_default_value": false,
|
||||
"default_value": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "set_speed",
|
||||
"return_type": "void",
|
||||
@@ -88993,6 +89073,13 @@
|
||||
}
|
||||
],
|
||||
"enums": [
|
||||
{
|
||||
"name": "InterpolatedCameraProcessMode",
|
||||
"values": {
|
||||
"INTERPOLATED_CAMERA_PROCESS_PHYSICS": 0,
|
||||
"INTERPOLATED_CAMERA_PROCESS_IDLE": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -154904,6 +154991,13 @@
|
||||
"setter": "set_gizmo",
|
||||
"index": -1
|
||||
},
|
||||
{
|
||||
"name": "global_rotation",
|
||||
"type": "Vector3",
|
||||
"getter": "get_global_rotation",
|
||||
"setter": "set_global_rotation",
|
||||
"index": -1
|
||||
},
|
||||
{
|
||||
"name": "global_transform",
|
||||
"type": "Transform",
|
||||
@@ -154911,6 +155005,13 @@
|
||||
"setter": "set_global_transform",
|
||||
"index": -1
|
||||
},
|
||||
{
|
||||
"name": "global_translation",
|
||||
"type": "Vector3",
|
||||
"getter": "get_global_translation",
|
||||
"setter": "set_global_translation",
|
||||
"index": -1
|
||||
},
|
||||
{
|
||||
"name": "rotation",
|
||||
"type": "Vector3",
|
||||
@@ -155011,6 +155112,19 @@
|
||||
"arguments": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "get_global_rotation",
|
||||
"return_type": "Vector3",
|
||||
"is_editor": false,
|
||||
"is_noscript": false,
|
||||
"is_const": true,
|
||||
"is_reverse": false,
|
||||
"is_virtual": false,
|
||||
"has_varargs": false,
|
||||
"is_from_script": false,
|
||||
"arguments": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "get_global_transform",
|
||||
"return_type": "Transform",
|
||||
@@ -155037,6 +155151,19 @@
|
||||
"arguments": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "get_global_translation",
|
||||
"return_type": "Vector3",
|
||||
"is_editor": false,
|
||||
"is_noscript": false,
|
||||
"is_const": true,
|
||||
"is_reverse": false,
|
||||
"is_virtual": false,
|
||||
"has_varargs": false,
|
||||
"is_from_script": false,
|
||||
"arguments": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "get_parent_spatial",
|
||||
"return_type": "Spatial",
|
||||
@@ -155534,6 +155661,25 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "set_global_rotation",
|
||||
"return_type": "void",
|
||||
"is_editor": false,
|
||||
"is_noscript": false,
|
||||
"is_const": false,
|
||||
"is_reverse": false,
|
||||
"is_virtual": false,
|
||||
"has_varargs": false,
|
||||
"is_from_script": false,
|
||||
"arguments": [
|
||||
{
|
||||
"name": "radians",
|
||||
"type": "Vector3",
|
||||
"has_default_value": false,
|
||||
"default_value": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "set_global_transform",
|
||||
"return_type": "void",
|
||||
@@ -155553,6 +155699,25 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "set_global_translation",
|
||||
"return_type": "void",
|
||||
"is_editor": false,
|
||||
"is_noscript": false,
|
||||
"is_const": false,
|
||||
"is_reverse": false,
|
||||
"is_virtual": false,
|
||||
"has_varargs": false,
|
||||
"is_from_script": false,
|
||||
"arguments": [
|
||||
{
|
||||
"name": "translation",
|
||||
"type": "Vector3",
|
||||
"has_default_value": false,
|
||||
"default_value": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "set_identity",
|
||||
"return_type": "void",
|
||||
@@ -167235,6 +167400,13 @@
|
||||
"setter": "set_deselect_on_focus_loss_enabled",
|
||||
"index": -1
|
||||
},
|
||||
{
|
||||
"name": "drag_and_drop_selection_enabled",
|
||||
"type": "bool",
|
||||
"getter": "is_drag_and_drop_selection_enabled",
|
||||
"setter": "set_drag_and_drop_selection_enabled",
|
||||
"index": -1
|
||||
},
|
||||
{
|
||||
"name": "draw_spaces",
|
||||
"type": "bool",
|
||||
@@ -168502,6 +168674,19 @@
|
||||
"arguments": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "is_drag_and_drop_selection_enabled",
|
||||
"return_type": "bool",
|
||||
"is_editor": false,
|
||||
"is_noscript": false,
|
||||
"is_const": true,
|
||||
"is_reverse": false,
|
||||
"is_virtual": false,
|
||||
"has_varargs": false,
|
||||
"is_from_script": false,
|
||||
"arguments": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "is_drawing_fold_gutter",
|
||||
"return_type": "bool",
|
||||
@@ -169103,6 +169288,25 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "set_drag_and_drop_selection_enabled",
|
||||
"return_type": "void",
|
||||
"is_editor": false,
|
||||
"is_noscript": false,
|
||||
"is_const": false,
|
||||
"is_reverse": false,
|
||||
"is_virtual": false,
|
||||
"has_varargs": false,
|
||||
"is_from_script": false,
|
||||
"arguments": [
|
||||
{
|
||||
"name": "enable",
|
||||
"type": "bool",
|
||||
"has_default_value": false,
|
||||
"default_value": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "set_draw_fold_gutter",
|
||||
"return_type": "void",
|
||||
|
||||
@@ -102,6 +102,10 @@ godot_bool GDAPI godot_dictionary_erase_with_return(godot_dictionary *p_self, co
|
||||
|
||||
godot_variant GDAPI godot_dictionary_get_with_default(const godot_dictionary *p_self, const godot_variant *p_key, const godot_variant *p_default);
|
||||
|
||||
// GDNative core 1.3
|
||||
|
||||
void GDAPI godot_dictionary_merge(godot_dictionary *p_self, const godot_dictionary *p_dictionary, const godot_bool p_overwrite);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -182,6 +182,8 @@ void GDAPI godot_pool_byte_array_remove(godot_pool_byte_array *p_self, const god
|
||||
|
||||
void GDAPI godot_pool_byte_array_resize(godot_pool_byte_array *p_self, const godot_int p_size);
|
||||
|
||||
void GDAPI godot_pool_byte_array_sort(godot_pool_byte_array *p_self);
|
||||
|
||||
godot_pool_byte_array_read_access GDAPI *godot_pool_byte_array_read(const godot_pool_byte_array *p_self);
|
||||
|
||||
godot_pool_byte_array_write_access GDAPI *godot_pool_byte_array_write(godot_pool_byte_array *p_self);
|
||||
@@ -193,6 +195,8 @@ godot_int GDAPI godot_pool_byte_array_size(const godot_pool_byte_array *p_self);
|
||||
|
||||
godot_bool GDAPI godot_pool_byte_array_empty(const godot_pool_byte_array *p_self);
|
||||
|
||||
godot_bool GDAPI godot_pool_byte_array_has(const godot_pool_byte_array *p_self, const uint8_t p_data);
|
||||
|
||||
void GDAPI godot_pool_byte_array_destroy(godot_pool_byte_array *p_self);
|
||||
|
||||
// int
|
||||
@@ -215,6 +219,8 @@ void GDAPI godot_pool_int_array_remove(godot_pool_int_array *p_self, const godot
|
||||
|
||||
void GDAPI godot_pool_int_array_resize(godot_pool_int_array *p_self, const godot_int p_size);
|
||||
|
||||
void GDAPI godot_pool_int_array_sort(godot_pool_int_array *p_self);
|
||||
|
||||
godot_pool_int_array_read_access GDAPI *godot_pool_int_array_read(const godot_pool_int_array *p_self);
|
||||
|
||||
godot_pool_int_array_write_access GDAPI *godot_pool_int_array_write(godot_pool_int_array *p_self);
|
||||
@@ -226,6 +232,8 @@ godot_int GDAPI godot_pool_int_array_size(const godot_pool_int_array *p_self);
|
||||
|
||||
godot_bool GDAPI godot_pool_int_array_empty(const godot_pool_int_array *p_self);
|
||||
|
||||
godot_bool GDAPI godot_pool_int_array_has(const godot_pool_int_array *p_self, const godot_int p_data);
|
||||
|
||||
void GDAPI godot_pool_int_array_destroy(godot_pool_int_array *p_self);
|
||||
|
||||
// real
|
||||
@@ -248,6 +256,8 @@ void GDAPI godot_pool_real_array_remove(godot_pool_real_array *p_self, const god
|
||||
|
||||
void GDAPI godot_pool_real_array_resize(godot_pool_real_array *p_self, const godot_int p_size);
|
||||
|
||||
void GDAPI godot_pool_real_array_sort(godot_pool_real_array *p_self);
|
||||
|
||||
godot_pool_real_array_read_access GDAPI *godot_pool_real_array_read(const godot_pool_real_array *p_self);
|
||||
|
||||
godot_pool_real_array_write_access GDAPI *godot_pool_real_array_write(godot_pool_real_array *p_self);
|
||||
@@ -259,6 +269,8 @@ godot_int GDAPI godot_pool_real_array_size(const godot_pool_real_array *p_self);
|
||||
|
||||
godot_bool GDAPI godot_pool_real_array_empty(const godot_pool_real_array *p_self);
|
||||
|
||||
godot_bool GDAPI godot_pool_real_array_has(const godot_pool_real_array *p_self, const godot_real p_data);
|
||||
|
||||
void GDAPI godot_pool_real_array_destroy(godot_pool_real_array *p_self);
|
||||
|
||||
// string
|
||||
@@ -275,12 +287,16 @@ godot_error GDAPI godot_pool_string_array_insert(godot_pool_string_array *p_self
|
||||
|
||||
void GDAPI godot_pool_string_array_invert(godot_pool_string_array *p_self);
|
||||
|
||||
godot_string GDAPI godot_pool_string_array_join(const godot_pool_string_array *p_self, const godot_string *p_delimiter);
|
||||
|
||||
void GDAPI godot_pool_string_array_push_back(godot_pool_string_array *p_self, const godot_string *p_data);
|
||||
|
||||
void GDAPI godot_pool_string_array_remove(godot_pool_string_array *p_self, const godot_int p_idx);
|
||||
|
||||
void GDAPI godot_pool_string_array_resize(godot_pool_string_array *p_self, const godot_int p_size);
|
||||
|
||||
void GDAPI godot_pool_string_array_sort(godot_pool_string_array *p_self);
|
||||
|
||||
godot_pool_string_array_read_access GDAPI *godot_pool_string_array_read(const godot_pool_string_array *p_self);
|
||||
|
||||
godot_pool_string_array_write_access GDAPI *godot_pool_string_array_write(godot_pool_string_array *p_self);
|
||||
@@ -292,6 +308,8 @@ godot_int GDAPI godot_pool_string_array_size(const godot_pool_string_array *p_se
|
||||
|
||||
godot_bool GDAPI godot_pool_string_array_empty(const godot_pool_string_array *p_self);
|
||||
|
||||
godot_bool GDAPI godot_pool_string_array_has(const godot_pool_string_array *p_self, const godot_string *p_data);
|
||||
|
||||
void GDAPI godot_pool_string_array_destroy(godot_pool_string_array *p_self);
|
||||
|
||||
// vector2
|
||||
@@ -314,6 +332,8 @@ void GDAPI godot_pool_vector2_array_remove(godot_pool_vector2_array *p_self, con
|
||||
|
||||
void GDAPI godot_pool_vector2_array_resize(godot_pool_vector2_array *p_self, const godot_int p_size);
|
||||
|
||||
void GDAPI godot_pool_vector2_array_sort(godot_pool_vector2_array *p_self);
|
||||
|
||||
godot_pool_vector2_array_read_access GDAPI *godot_pool_vector2_array_read(const godot_pool_vector2_array *p_self);
|
||||
|
||||
godot_pool_vector2_array_write_access GDAPI *godot_pool_vector2_array_write(godot_pool_vector2_array *p_self);
|
||||
@@ -325,6 +345,8 @@ godot_int GDAPI godot_pool_vector2_array_size(const godot_pool_vector2_array *p_
|
||||
|
||||
godot_bool GDAPI godot_pool_vector2_array_empty(const godot_pool_vector2_array *p_self);
|
||||
|
||||
godot_bool GDAPI godot_pool_vector2_array_has(const godot_pool_vector2_array *p_self, const godot_vector2 *p_data);
|
||||
|
||||
void GDAPI godot_pool_vector2_array_destroy(godot_pool_vector2_array *p_self);
|
||||
|
||||
// vector3
|
||||
@@ -347,6 +369,8 @@ void GDAPI godot_pool_vector3_array_remove(godot_pool_vector3_array *p_self, con
|
||||
|
||||
void GDAPI godot_pool_vector3_array_resize(godot_pool_vector3_array *p_self, const godot_int p_size);
|
||||
|
||||
void GDAPI godot_pool_vector3_array_sort(godot_pool_vector3_array *p_self);
|
||||
|
||||
godot_pool_vector3_array_read_access GDAPI *godot_pool_vector3_array_read(const godot_pool_vector3_array *p_self);
|
||||
|
||||
godot_pool_vector3_array_write_access GDAPI *godot_pool_vector3_array_write(godot_pool_vector3_array *p_self);
|
||||
@@ -358,6 +382,8 @@ godot_int GDAPI godot_pool_vector3_array_size(const godot_pool_vector3_array *p_
|
||||
|
||||
godot_bool GDAPI godot_pool_vector3_array_empty(const godot_pool_vector3_array *p_self);
|
||||
|
||||
godot_bool GDAPI godot_pool_vector3_array_has(const godot_pool_vector3_array *p_self, const godot_vector3 *p_data);
|
||||
|
||||
void GDAPI godot_pool_vector3_array_destroy(godot_pool_vector3_array *p_self);
|
||||
|
||||
// color
|
||||
@@ -380,6 +406,8 @@ void GDAPI godot_pool_color_array_remove(godot_pool_color_array *p_self, const g
|
||||
|
||||
void GDAPI godot_pool_color_array_resize(godot_pool_color_array *p_self, const godot_int p_size);
|
||||
|
||||
void GDAPI godot_pool_color_array_sort(godot_pool_color_array *p_self);
|
||||
|
||||
godot_pool_color_array_read_access GDAPI *godot_pool_color_array_read(const godot_pool_color_array *p_self);
|
||||
|
||||
godot_pool_color_array_write_access GDAPI *godot_pool_color_array_write(godot_pool_color_array *p_self);
|
||||
@@ -391,6 +419,8 @@ godot_int GDAPI godot_pool_color_array_size(const godot_pool_color_array *p_self
|
||||
|
||||
godot_bool GDAPI godot_pool_color_array_empty(const godot_pool_color_array *p_self);
|
||||
|
||||
godot_bool GDAPI godot_pool_color_array_has(const godot_pool_color_array *p_self, const godot_color *p_data);
|
||||
|
||||
void GDAPI godot_pool_color_array_destroy(godot_pool_color_array *p_self);
|
||||
|
||||
//
|
||||
|
||||
@@ -129,6 +129,8 @@ godot_string GDAPI godot_string_md5(const uint8_t *p_md5);
|
||||
godot_string GDAPI godot_string_num(double p_num);
|
||||
godot_string GDAPI godot_string_num_int64(int64_t p_num, godot_int p_base);
|
||||
godot_string GDAPI godot_string_num_int64_capitalized(int64_t p_num, godot_int p_base, godot_bool p_capitalize_hex);
|
||||
godot_string GDAPI godot_string_num_uint64(uint64_t p_num, godot_int p_base);
|
||||
godot_string GDAPI godot_string_num_uint64_capitalized(uint64_t p_num, godot_int p_base, godot_bool p_capitalize_hex);
|
||||
godot_string GDAPI godot_string_num_real(double p_num);
|
||||
godot_string GDAPI godot_string_num_scientific(double p_num);
|
||||
godot_string GDAPI godot_string_num_with_decimals(double p_num, godot_int p_decimals);
|
||||
@@ -179,6 +181,8 @@ godot_array GDAPI godot_string_split_ints_mk(const godot_string *p_self, const g
|
||||
godot_array GDAPI godot_string_split_ints_mk_allows_empty(const godot_string *p_self, const godot_array *p_splitters);
|
||||
godot_array GDAPI godot_string_split_spaces(const godot_string *p_self);
|
||||
|
||||
godot_string GDAPI godot_string_join(const godot_string *p_self, const godot_array *p_parts);
|
||||
|
||||
wchar_t GDAPI godot_string_char_lowercase(wchar_t p_char);
|
||||
wchar_t GDAPI godot_string_char_uppercase(wchar_t p_char);
|
||||
godot_string GDAPI godot_string_to_lower(const godot_string *p_self);
|
||||
|
||||
@@ -17,7 +17,163 @@
|
||||
"major": 1,
|
||||
"minor": 2
|
||||
},
|
||||
"next": null,
|
||||
"next": {
|
||||
"type": "CORE",
|
||||
"version": {
|
||||
"major": 1,
|
||||
"minor": 3
|
||||
},
|
||||
"next": null,
|
||||
"api": [
|
||||
{
|
||||
"name": "godot_dictionary_merge",
|
||||
"return_type": "void",
|
||||
"arguments": [
|
||||
["godot_dictionary *", "p_self"],
|
||||
["const godot_dictionary *", "p_dictionary"],
|
||||
["const godot_bool", "p_overwrite"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_pool_byte_array_has",
|
||||
"return_type": "godot_bool",
|
||||
"arguments": [
|
||||
["const godot_pool_byte_array *", "p_self"],
|
||||
["const uint8_t", "p_data"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_pool_byte_array_sort",
|
||||
"return_type": "void",
|
||||
"arguments": [
|
||||
["godot_pool_byte_array *", "p_self"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_pool_int_array_has",
|
||||
"return_type": "godot_bool",
|
||||
"arguments": [
|
||||
["const godot_pool_int_array *", "p_self"],
|
||||
["const godot_int", "p_data"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_pool_int_array_sort",
|
||||
"return_type": "void",
|
||||
"arguments": [
|
||||
["godot_pool_int_array *", "p_self"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_pool_real_array_has",
|
||||
"return_type": "godot_bool",
|
||||
"arguments": [
|
||||
["const godot_pool_real_array *", "p_self"],
|
||||
["const godot_real", "p_data"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_pool_real_array_sort",
|
||||
"return_type": "void",
|
||||
"arguments": [
|
||||
["godot_pool_real_array *", "p_self"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_pool_string_array_has",
|
||||
"return_type": "godot_bool",
|
||||
"arguments": [
|
||||
["const godot_pool_string_array *", "p_self"],
|
||||
["const godot_string *", "p_data"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_pool_string_array_join",
|
||||
"return_type": "godot_string",
|
||||
"arguments": [
|
||||
["const godot_pool_string_array *", "p_self"],
|
||||
["const godot_string *", "p_delimiter"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_pool_string_array_sort",
|
||||
"return_type": "void",
|
||||
"arguments": [
|
||||
["godot_pool_string_array *", "p_self"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_pool_vector2_array_has",
|
||||
"return_type": "godot_bool",
|
||||
"arguments": [
|
||||
["const godot_pool_vector2_array *", "p_self"],
|
||||
["const godot_vector2 *", "p_data"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_pool_vector2_array_sort",
|
||||
"return_type": "void",
|
||||
"arguments": [
|
||||
["godot_pool_vector2_array *", "p_self"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_pool_vector3_array_has",
|
||||
"return_type": "godot_bool",
|
||||
"arguments": [
|
||||
["const godot_pool_vector3_array *", "p_self"],
|
||||
["const godot_vector3 *", "p_data"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_pool_vector3_array_sort",
|
||||
"return_type": "void",
|
||||
"arguments": [
|
||||
["godot_pool_vector3_array *", "p_self"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_pool_color_array_has",
|
||||
"return_type": "godot_bool",
|
||||
"arguments": [
|
||||
["const godot_pool_color_array *", "p_self"],
|
||||
["const godot_color *", "p_data"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_pool_color_array_sort",
|
||||
"return_type": "void",
|
||||
"arguments": [
|
||||
["godot_pool_color_array *", "p_self"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_string_join",
|
||||
"return_type": "godot_string",
|
||||
"arguments": [
|
||||
["const godot_string *", "p_self"],
|
||||
["const godot_array *", "p_parts"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_string_num_uint64",
|
||||
"return_type": "godot_string",
|
||||
"arguments": [
|
||||
["uint64_t", "p_num"],
|
||||
["godot_int", "p_base"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_string_num_uint64_capitalized",
|
||||
"return_type": "godot_string",
|
||||
"arguments": [
|
||||
["uint64_t", "p_num"],
|
||||
["godot_int", "p_base"],
|
||||
["godot_bool", "p_capitalize_hex"]
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"api": [
|
||||
{
|
||||
"name": "godot_dictionary_duplicate",
|
||||
|
||||
@@ -157,6 +157,31 @@ typedef struct godot_gdnative_ext_net_api_struct {
|
||||
void (*godot_net_bind_multiplayer_peer)(godot_object *p_obj, const godot_net_multiplayer_peer *p_interface);
|
||||
} godot_gdnative_ext_net_api_struct;
|
||||
|
||||
typedef struct godot_gdnative_core_1_3_api_struct {
|
||||
unsigned int type;
|
||||
godot_gdnative_api_version version;
|
||||
const godot_gdnative_api_struct *next;
|
||||
void (*godot_dictionary_merge)(godot_dictionary *p_self, const godot_dictionary *p_dictionary, const godot_bool p_overwrite);
|
||||
godot_bool (*godot_pool_byte_array_has)(const godot_pool_byte_array *p_self, const uint8_t p_data);
|
||||
void (*godot_pool_byte_array_sort)(godot_pool_byte_array *p_self);
|
||||
godot_bool (*godot_pool_int_array_has)(const godot_pool_int_array *p_self, const godot_int p_data);
|
||||
void (*godot_pool_int_array_sort)(godot_pool_int_array *p_self);
|
||||
godot_bool (*godot_pool_real_array_has)(const godot_pool_real_array *p_self, const godot_real p_data);
|
||||
void (*godot_pool_real_array_sort)(godot_pool_real_array *p_self);
|
||||
godot_bool (*godot_pool_string_array_has)(const godot_pool_string_array *p_self, const godot_string *p_data);
|
||||
godot_string (*godot_pool_string_array_join)(const godot_pool_string_array *p_self, const godot_string *p_delimiter);
|
||||
void (*godot_pool_string_array_sort)(godot_pool_string_array *p_self);
|
||||
godot_bool (*godot_pool_vector2_array_has)(const godot_pool_vector2_array *p_self, const godot_vector2 *p_data);
|
||||
void (*godot_pool_vector2_array_sort)(godot_pool_vector2_array *p_self);
|
||||
godot_bool (*godot_pool_vector3_array_has)(const godot_pool_vector3_array *p_self, const godot_vector3 *p_data);
|
||||
void (*godot_pool_vector3_array_sort)(godot_pool_vector3_array *p_self);
|
||||
godot_bool (*godot_pool_color_array_has)(const godot_pool_color_array *p_self, const godot_color *p_data);
|
||||
void (*godot_pool_color_array_sort)(godot_pool_color_array *p_self);
|
||||
godot_string (*godot_string_join)(const godot_string *p_self, const godot_array *p_parts);
|
||||
godot_string (*godot_string_num_uint64)(uint64_t p_num, godot_int p_base);
|
||||
godot_string (*godot_string_num_uint64_capitalized)(uint64_t p_num, godot_int p_base, godot_bool p_capitalize_hex);
|
||||
} godot_gdnative_core_1_3_api_struct;
|
||||
|
||||
typedef struct godot_gdnative_core_1_2_api_struct {
|
||||
unsigned int type;
|
||||
godot_gdnative_api_version version;
|
||||
|
||||
Reference in New Issue
Block a user