diff --git a/generation/builtins_templates/gdstring.tmpl.pxi b/generation/builtins_templates/gdstring.tmpl.pxi index c24ba57..9c4812b 100644 --- a/generation/builtins_templates/gdstring.tmpl.pxi +++ b/generation/builtins_templates/gdstring.tmpl.pxi @@ -193,6 +193,8 @@ from libc.stdint cimport int8_t {{ force_mark_rendered("pandemonium_string_split_ints_mk") }} {{ force_mark_rendered("pandemonium_string_split_spaces") }} {{ force_mark_rendered("pandemonium_string_sprintf") }} +{{ force_mark_rendered("pandemonium_string_to_real") }} +{{ force_mark_rendered("pandemonium_string_to_float") }} {{ force_mark_rendered("pandemonium_string_to_double") }} {{ force_mark_rendered("pandemonium_string_to_int64") }} {{ force_mark_rendered("pandemonium_string_utf8") }} diff --git a/pandemonium_headers/android/pandemonium_android.h b/pandemonium_headers/android/pandemonium_android.h index 91c7aed..9f4045b 100644 --- a/pandemonium_headers/android/pandemonium_android.h +++ b/pandemonium_headers/android/pandemonium_android.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* pandemonium_android.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef PANDEMONIUM_ANDROID_H #define PANDEMONIUM_ANDROID_H +/*************************************************************************/ +/* pandemonium_android.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #include #ifdef __ANDROID__ diff --git a/pandemonium_headers/api.json b/pandemonium_headers/api.json index 522cceb..cc5c3e3 100644 --- a/pandemonium_headers/api.json +++ b/pandemonium_headers/api.json @@ -6,7 +6,7 @@ "singleton": true, "singleton_name": "GlobalConstants", "instanciable": false, - "is_reference": true, + "is_reference": false, "constants": { "BUTTON_LEFT": 1, "BUTTON_MASK_LEFT": 1, @@ -30109,6 +30109,25 @@ "arguments": [ ] }, + { + "name": "_shortcut_input", + "return_type": "void", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "arg0", + "type": "InputEvent", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "_toggled", "return_type": "void", @@ -30128,25 +30147,6 @@ } ] }, - { - "name": "_unhandled_input", - "return_type": "void", - "is_editor": false, - "is_noscript": false, - "is_const": false, - "is_reverse": false, - "is_virtual": true, - "has_varargs": false, - "is_from_script": false, - "arguments": [ - { - "name": "arg0", - "type": "InputEvent", - "has_default_value": false, - "default_value": "" - } - ] - }, { "name": "get_action_mode", "return_type": "enum.BaseButton::ActionMode", @@ -32747,6 +32747,19 @@ "signals": [ ], "methods": [ + { + "name": "_texture_changed", + "return_type": "void", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, { "name": "get_button_icon", "return_type": "Texture", @@ -33039,6 +33052,73 @@ "enums": [ ] }, + { + "name": "CBoxContainer", + "base_class": "BoxContainer", + "api_type": "core", + "singleton": false, + "singleton_name": "", + "instanciable": true, + "is_reference": false, + "constants": { + "CONTAINER_MODE_HORIZONTAL": 0, + "CONTAINER_MODE_VERTICAL": 1 + }, + "properties": [ + { + "name": "mode", + "type": "int", + "getter": "get_mode", + "setter": "set_mode", + "index": -1 + } + ], + "signals": [ + ], + "methods": [ + { + "name": "get_mode", + "return_type": "enum.CBoxContainer::ContainerMode", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "set_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": "" + } + ] + } + ], + "enums": [ + { + "name": "ContainerMode", + "values": { + "CONTAINER_MODE_HORIZONTAL": 0, + "CONTAINER_MODE_VERTICAL": 1 + } + } + ] + }, { "name": "CPUParticles", "base_class": "GeometryInstance", @@ -36418,6 +36498,2205 @@ } ] }, + { + "name": "CSGBox", + "base_class": "CSGPrimitive", + "api_type": "core", + "singleton": false, + "singleton_name": "", + "instanciable": true, + "is_reference": false, + "constants": { + }, + "properties": [ + { + "name": "depth", + "type": "float", + "getter": "get_depth", + "setter": "set_depth", + "index": -1 + }, + { + "name": "height", + "type": "float", + "getter": "get_height", + "setter": "set_height", + "index": -1 + }, + { + "name": "material", + "type": "SpatialMaterial,ShaderMaterial", + "getter": "get_material", + "setter": "set_material", + "index": -1 + }, + { + "name": "width", + "type": "float", + "getter": "get_width", + "setter": "set_width", + "index": -1 + } + ], + "signals": [ + ], + "methods": [ + { + "name": "get_depth", + "return_type": "float", + "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_height", + "return_type": "float", + "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_material", + "return_type": "Material", + "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_width", + "return_type": "float", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "set_depth", + "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": "depth", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_height", + "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": "height", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_material", + "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": "material", + "type": "Material", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_width", + "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": "width", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + } + ], + "enums": [ + ] + }, + { + "name": "CSGCombiner", + "base_class": "CSGShape", + "api_type": "core", + "singleton": false, + "singleton_name": "", + "instanciable": true, + "is_reference": false, + "constants": { + }, + "properties": [ + ], + "signals": [ + ], + "methods": [ + ], + "enums": [ + ] + }, + { + "name": "CSGCylinder", + "base_class": "CSGPrimitive", + "api_type": "core", + "singleton": false, + "singleton_name": "", + "instanciable": true, + "is_reference": false, + "constants": { + }, + "properties": [ + { + "name": "cone", + "type": "bool", + "getter": "is_cone", + "setter": "set_cone", + "index": -1 + }, + { + "name": "height", + "type": "float", + "getter": "get_height", + "setter": "set_height", + "index": -1 + }, + { + "name": "material", + "type": "SpatialMaterial,ShaderMaterial", + "getter": "get_material", + "setter": "set_material", + "index": -1 + }, + { + "name": "radius", + "type": "float", + "getter": "get_radius", + "setter": "set_radius", + "index": -1 + }, + { + "name": "sides", + "type": "int", + "getter": "get_sides", + "setter": "set_sides", + "index": -1 + }, + { + "name": "smooth_faces", + "type": "bool", + "getter": "get_smooth_faces", + "setter": "set_smooth_faces", + "index": -1 + } + ], + "signals": [ + ], + "methods": [ + { + "name": "get_height", + "return_type": "float", + "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_material", + "return_type": "Material", + "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_radius", + "return_type": "float", + "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_sides", + "return_type": "int", + "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_smooth_faces", + "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_cone", + "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": "set_cone", + "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": "cone", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_height", + "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": "height", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_material", + "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": "material", + "type": "Material", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_radius", + "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": "radius", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_sides", + "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": "sides", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_smooth_faces", + "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": "smooth_faces", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + } + ], + "enums": [ + ] + }, + { + "name": "CSGMesh", + "base_class": "CSGPrimitive", + "api_type": "core", + "singleton": false, + "singleton_name": "", + "instanciable": true, + "is_reference": false, + "constants": { + }, + "properties": [ + { + "name": "material", + "type": "SpatialMaterial,ShaderMaterial", + "getter": "get_material", + "setter": "set_material", + "index": -1 + }, + { + "name": "mesh", + "type": "Mesh", + "getter": "get_mesh", + "setter": "set_mesh", + "index": -1 + } + ], + "signals": [ + ], + "methods": [ + { + "name": "_mesh_changed", + "return_type": "void", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "get_material", + "return_type": "Material", + "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_mesh", + "return_type": "Mesh", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "set_material", + "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": "material", + "type": "Material", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_mesh", + "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": "mesh", + "type": "Mesh", + "has_default_value": false, + "default_value": "" + } + ] + } + ], + "enums": [ + ] + }, + { + "name": "CSGPolygon", + "base_class": "CSGPrimitive", + "api_type": "core", + "singleton": false, + "singleton_name": "", + "instanciable": true, + "is_reference": false, + "constants": { + "MODE_DEPTH": 0, + "MODE_PATH": 2, + "MODE_SPIN": 1, + "PATH_INTERVAL_DISTANCE": 0, + "PATH_INTERVAL_SUBDIVIDE": 1, + "PATH_ROTATION_PATH": 1, + "PATH_ROTATION_PATH_FOLLOW": 2, + "PATH_ROTATION_POLYGON": 0 + }, + "properties": [ + { + "name": "depth", + "type": "float", + "getter": "get_depth", + "setter": "set_depth", + "index": -1 + }, + { + "name": "material", + "type": "SpatialMaterial,ShaderMaterial", + "getter": "get_material", + "setter": "set_material", + "index": -1 + }, + { + "name": "mode", + "type": "int", + "getter": "get_mode", + "setter": "set_mode", + "index": -1 + }, + { + "name": "path_continuous_u", + "type": "bool", + "getter": "is_path_continuous_u", + "setter": "set_path_continuous_u", + "index": -1 + }, + { + "name": "path_interval", + "type": "float", + "getter": "get_path_interval", + "setter": "set_path_interval", + "index": -1 + }, + { + "name": "path_interval_type", + "type": "int", + "getter": "get_path_interval_type", + "setter": "set_path_interval_type", + "index": -1 + }, + { + "name": "path_joined", + "type": "bool", + "getter": "is_path_joined", + "setter": "set_path_joined", + "index": -1 + }, + { + "name": "path_local", + "type": "bool", + "getter": "is_path_local", + "setter": "set_path_local", + "index": -1 + }, + { + "name": "path_node", + "type": "NodePath", + "getter": "get_path_node", + "setter": "set_path_node", + "index": -1 + }, + { + "name": "path_rotation", + "type": "int", + "getter": "get_path_rotation", + "setter": "set_path_rotation", + "index": -1 + }, + { + "name": "path_simplify_angle", + "type": "float", + "getter": "get_path_simplify_angle", + "setter": "set_path_simplify_angle", + "index": -1 + }, + { + "name": "path_u_distance", + "type": "float", + "getter": "get_path_u_distance", + "setter": "set_path_u_distance", + "index": -1 + }, + { + "name": "polygon", + "type": "PoolVector2Array", + "getter": "get_polygon", + "setter": "set_polygon", + "index": -1 + }, + { + "name": "smooth_faces", + "type": "bool", + "getter": "get_smooth_faces", + "setter": "set_smooth_faces", + "index": -1 + }, + { + "name": "spin_degrees", + "type": "float", + "getter": "get_spin_degrees", + "setter": "set_spin_degrees", + "index": -1 + }, + { + "name": "spin_sides", + "type": "int", + "getter": "get_spin_sides", + "setter": "set_spin_sides", + "index": -1 + } + ], + "signals": [ + ], + "methods": [ + { + "name": "_has_editable_3d_polygon_no_depth", + "return_type": "bool", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "_is_editable_3d_polygon", + "return_type": "bool", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "_path_changed", + "return_type": "void", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "_path_exited", + "return_type": "void", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "get_depth", + "return_type": "float", + "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_material", + "return_type": "Material", + "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_mode", + "return_type": "enum.CSGPolygon::Mode", + "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_path_interval", + "return_type": "float", + "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_path_interval_type", + "return_type": "enum.CSGPolygon::PathIntervalType", + "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_path_node", + "return_type": "NodePath", + "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_path_rotation", + "return_type": "enum.CSGPolygon::PathRotation", + "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_path_simplify_angle", + "return_type": "float", + "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_path_u_distance", + "return_type": "float", + "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_polygon", + "return_type": "PoolVector2Array", + "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_smooth_faces", + "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_spin_degrees", + "return_type": "float", + "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_spin_sides", + "return_type": "int", + "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_path_continuous_u", + "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_path_joined", + "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_path_local", + "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": "set_depth", + "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": "depth", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_material", + "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": "material", + "type": "Material", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_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_path_continuous_u", + "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_path_interval", + "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": "path_interval", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_path_interval_type", + "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": "interval_type", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_path_joined", + "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_path_local", + "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_path_node", + "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": "path", + "type": "NodePath", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_path_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": "path_rotation", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_path_simplify_angle", + "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": "degrees", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_path_u_distance", + "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": "distance", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_polygon", + "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": "polygon", + "type": "PoolVector2Array", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_smooth_faces", + "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": "smooth_faces", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_spin_degrees", + "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": "degrees", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_spin_sides", + "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": "spin_sides", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + } + ], + "enums": [ + { + "name": "Mode", + "values": { + "MODE_DEPTH": 0, + "MODE_SPIN": 1, + "MODE_PATH": 2 + } + }, + { + "name": "PathRotation", + "values": { + "PATH_ROTATION_POLYGON": 0, + "PATH_ROTATION_PATH": 1, + "PATH_ROTATION_PATH_FOLLOW": 2 + } + }, + { + "name": "PathIntervalType", + "values": { + "PATH_INTERVAL_DISTANCE": 0, + "PATH_INTERVAL_SUBDIVIDE": 1 + } + } + ] + }, + { + "name": "CSGPrimitive", + "base_class": "CSGShape", + "api_type": "core", + "singleton": false, + "singleton_name": "", + "instanciable": false, + "is_reference": false, + "constants": { + }, + "properties": [ + { + "name": "invert_faces", + "type": "bool", + "getter": "is_inverting_faces", + "setter": "set_invert_faces", + "index": -1 + } + ], + "signals": [ + ], + "methods": [ + { + "name": "is_inverting_faces", + "return_type": "bool", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "set_invert_faces", + "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": "invert_faces", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + } + ], + "enums": [ + ] + }, + { + "name": "CSGShape", + "base_class": "GeometryInstance", + "api_type": "core", + "singleton": false, + "singleton_name": "", + "instanciable": false, + "is_reference": false, + "constants": { + "OPERATION_INTERSECTION": 1, + "OPERATION_SUBTRACTION": 2, + "OPERATION_UNION": 0 + }, + "properties": [ + { + "name": "calculate_tangents", + "type": "bool", + "getter": "is_calculating_tangents", + "setter": "set_calculate_tangents", + "index": -1 + }, + { + "name": "collision_layer", + "type": "int", + "getter": "get_collision_layer", + "setter": "set_collision_layer", + "index": -1 + }, + { + "name": "collision_mask", + "type": "int", + "getter": "get_collision_mask", + "setter": "set_collision_mask", + "index": -1 + }, + { + "name": "operation", + "type": "int", + "getter": "get_operation", + "setter": "set_operation", + "index": -1 + }, + { + "name": "snap", + "type": "float", + "getter": "get_snap", + "setter": "set_snap", + "index": -1 + }, + { + "name": "use_collision", + "type": "bool", + "getter": "is_using_collision", + "setter": "set_use_collision", + "index": -1 + } + ], + "signals": [ + ], + "methods": [ + { + "name": "_update_shape", + "return_type": "void", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "get_collision_layer", + "return_type": "int", + "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_collision_layer_bit", + "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": "bit", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "get_collision_mask", + "return_type": "int", + "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_collision_mask_bit", + "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": "bit", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "get_meshes", + "return_type": "Array", + "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_operation", + "return_type": "enum.CSGShape::Operation", + "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_snap", + "return_type": "float", + "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_calculating_tangents", + "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_root_shape", + "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_using_collision", + "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": "set_calculate_tangents", + "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": "enabled", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_collision_layer", + "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": "layer", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_collision_layer_bit", + "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": "bit", + "type": "int", + "has_default_value": false, + "default_value": "" + }, + { + "name": "value", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_collision_mask", + "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": "mask", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_collision_mask_bit", + "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": "bit", + "type": "int", + "has_default_value": false, + "default_value": "" + }, + { + "name": "value", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_operation", + "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": "operation", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_snap", + "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": "snap", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_use_collision", + "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": "operation", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + } + ], + "enums": [ + { + "name": "Operation", + "values": { + "OPERATION_UNION": 0, + "OPERATION_INTERSECTION": 1, + "OPERATION_SUBTRACTION": 2 + } + } + ] + }, + { + "name": "CSGSphere", + "base_class": "CSGPrimitive", + "api_type": "core", + "singleton": false, + "singleton_name": "", + "instanciable": true, + "is_reference": false, + "constants": { + }, + "properties": [ + { + "name": "material", + "type": "SpatialMaterial,ShaderMaterial", + "getter": "get_material", + "setter": "set_material", + "index": -1 + }, + { + "name": "radial_segments", + "type": "int", + "getter": "get_radial_segments", + "setter": "set_radial_segments", + "index": -1 + }, + { + "name": "radius", + "type": "float", + "getter": "get_radius", + "setter": "set_radius", + "index": -1 + }, + { + "name": "rings", + "type": "int", + "getter": "get_rings", + "setter": "set_rings", + "index": -1 + }, + { + "name": "smooth_faces", + "type": "bool", + "getter": "get_smooth_faces", + "setter": "set_smooth_faces", + "index": -1 + } + ], + "signals": [ + ], + "methods": [ + { + "name": "get_material", + "return_type": "Material", + "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_radial_segments", + "return_type": "int", + "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_radius", + "return_type": "float", + "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_rings", + "return_type": "int", + "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_smooth_faces", + "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": "set_material", + "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": "material", + "type": "Material", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_radial_segments", + "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": "radial_segments", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_radius", + "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": "radius", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_rings", + "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": "rings", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_smooth_faces", + "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": "smooth_faces", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + } + ], + "enums": [ + ] + }, + { + "name": "CSGTorus", + "base_class": "CSGPrimitive", + "api_type": "core", + "singleton": false, + "singleton_name": "", + "instanciable": true, + "is_reference": false, + "constants": { + }, + "properties": [ + { + "name": "inner_radius", + "type": "float", + "getter": "get_inner_radius", + "setter": "set_inner_radius", + "index": -1 + }, + { + "name": "material", + "type": "SpatialMaterial,ShaderMaterial", + "getter": "get_material", + "setter": "set_material", + "index": -1 + }, + { + "name": "outer_radius", + "type": "float", + "getter": "get_outer_radius", + "setter": "set_outer_radius", + "index": -1 + }, + { + "name": "ring_sides", + "type": "int", + "getter": "get_ring_sides", + "setter": "set_ring_sides", + "index": -1 + }, + { + "name": "sides", + "type": "int", + "getter": "get_sides", + "setter": "set_sides", + "index": -1 + }, + { + "name": "smooth_faces", + "type": "bool", + "getter": "get_smooth_faces", + "setter": "set_smooth_faces", + "index": -1 + } + ], + "signals": [ + ], + "methods": [ + { + "name": "get_inner_radius", + "return_type": "float", + "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_material", + "return_type": "Material", + "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_outer_radius", + "return_type": "float", + "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_ring_sides", + "return_type": "int", + "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_sides", + "return_type": "int", + "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_smooth_faces", + "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": "set_inner_radius", + "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": "radius", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_material", + "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": "material", + "type": "Material", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_outer_radius", + "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": "radius", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_ring_sides", + "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": "sides", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_sides", + "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": "sides", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_smooth_faces", + "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": "smooth_faces", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + } + ], + "enums": [ + ] + }, { "name": "CSRFTokenWebServerMiddleware", "base_class": "WebServerMiddleware", @@ -36490,23 +38769,32 @@ ] }, { - "name": "CScript", - "base_class": "Script", + "name": "CSplitContainer", + "base_class": "SplitContainer", "api_type": "core", "singleton": false, "singleton_name": "", "instanciable": true, - "is_reference": true, + "is_reference": false, "constants": { + "CONTAINER_MODE_HORIZONTAL": 0, + "CONTAINER_MODE_VERTICAL": 1 }, "properties": [ + { + "name": "mode", + "type": "int", + "getter": "get_mode", + "setter": "set_mode", + "index": -1 + } ], "signals": [ ], "methods": [ { - "name": "get_as_byte_code", - "return_type": "PoolByteArray", + "name": "get_mode", + "return_type": "enum.CSplitContainer::ContainerMode", "is_editor": false, "is_noscript": false, "is_const": true, @@ -36518,20 +38806,33 @@ ] }, { - "name": "new", - "return_type": "Variant", + "name": "set_mode", + "return_type": "void", "is_editor": false, "is_noscript": false, "is_const": false, "is_reverse": false, "is_virtual": false, - "has_varargs": true, + "has_varargs": false, "is_from_script": false, "arguments": [ + { + "name": "mode", + "type": "int", + "has_default_value": false, + "default_value": "" + } ] } ], "enums": [ + { + "name": "ContainerMode", + "values": { + "CONTAINER_MODE_HORIZONTAL": 0, + "CONTAINER_MODE_VERTICAL": 1 + } + } ] }, { @@ -38488,13 +40789,6 @@ "setter": "set_draw_behind_parent", "index": -1 }, - { - "name": "show_on_top", - "type": "bool", - "getter": "_is_on_top", - "setter": "_set_on_top", - "index": -1 - }, { "name": "use_parent_material", "type": "bool", @@ -38790,38 +41084,6 @@ "arguments": [ ] }, - { - "name": "_is_on_top", - "return_type": "bool", - "is_editor": false, - "is_noscript": false, - "is_const": true, - "is_reverse": false, - "is_virtual": true, - "has_varargs": false, - "is_from_script": false, - "arguments": [ - ] - }, - { - "name": "_set_on_top", - "return_type": "void", - "is_editor": false, - "is_noscript": false, - "is_const": false, - "is_reverse": false, - "is_virtual": true, - "has_varargs": false, - "is_from_script": false, - "arguments": [ - { - "name": "on_top", - "type": "bool", - "has_default_value": false, - "default_value": "" - } - ] - }, { "name": "_toplevel_raise_self", "return_type": "void", @@ -49699,6 +51961,20 @@ "setter": "_set_size", "index": -1 }, + { + "name": "shortcut_context", + "type": "Object", + "getter": "get_shortcut_context", + "setter": "set_shortcut_context", + "index": -1 + }, + { + "name": "shortcut_context_path", + "type": "NodePath", + "getter": "get_shortcut_context_path", + "setter": "set_shortcut_context_path", + "index": -1 + }, { "name": "size_flags_horizontal", "type": "int", @@ -50671,6 +52947,32 @@ "arguments": [ ] }, + { + "name": "get_shortcut_context", + "return_type": "Node", + "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_shortcut_context_path", + "return_type": "NodePath", + "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_size", "return_type": "Vector2", @@ -51229,6 +53531,19 @@ "arguments": [ ] }, + { + "name": "is_focus_owner_in_shortcut_context", + "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": "minimum_size_changed", "return_type": "void", @@ -51972,6 +54287,44 @@ } ] }, + { + "name": "set_shortcut_context", + "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": "node", + "type": "Node", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_shortcut_context_path", + "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": "path", + "type": "NodePath", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "set_size", "return_type": "void", @@ -56728,12 +59081,15 @@ "COMPRESSION_LEVEL_3": 3, "DATA_TYPE_BOOL": 0, "DATA_TYPE_INT": 1, - "DATA_TYPE_NORMALIZED_VECTOR2": 6, - "DATA_TYPE_NORMALIZED_VECTOR3": 8, - "DATA_TYPE_REAL": 2, - "DATA_TYPE_UNIT_REAL": 4, - "DATA_TYPE_VECTOR2": 5, - "DATA_TYPE_VECTOR3": 7 + "DATA_TYPE_NORMALIZED_VECTOR2": 7, + "DATA_TYPE_NORMALIZED_VECTOR3": 9, + "DATA_TYPE_POSITIVE_UNIT_REAL": 4, + "DATA_TYPE_REAL": 3, + "DATA_TYPE_UINT": 2, + "DATA_TYPE_UNIT_REAL": 5, + "DATA_TYPE_VARIANT": 10, + "DATA_TYPE_VECTOR2": 6, + "DATA_TYPE_VECTOR3": 8 }, "properties": [ ], @@ -56884,6 +59240,31 @@ } ] }, + { + "name": "add_uint", + "return_type": "int", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "value", + "type": "int", + "has_default_value": false, + "default_value": "" + }, + { + "name": "compression_level", + "type": "int", + "has_default_value": true, + "default_value": "1" + } + ] + }, { "name": "add_unit_real", "return_type": "float", @@ -57112,6 +59493,25 @@ } ] }, + { + "name": "get_uint_size", + "return_type": "int", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "compression_level", + "type": "int", + "has_default_value": true, + "default_value": "1" + } + ] + }, { "name": "get_unit_real_size", "return_type": "int", @@ -57309,6 +59709,25 @@ } ] }, + { + "name": "read_positive_unit_real", + "return_type": "float", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "compression_level", + "type": "int", + "has_default_value": true, + "default_value": "1" + } + ] + }, { "name": "read_real", "return_type": "float", @@ -57347,6 +59766,44 @@ } ] }, + { + "name": "read_uint", + "return_type": "int", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "compression_level", + "type": "int", + "has_default_value": true, + "default_value": "1" + } + ] + }, + { + "name": "read_uint_size", + "return_type": "int", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "compression_level", + "type": "int", + "has_default_value": true, + "default_value": "1" + } + ] + }, { "name": "read_unit_real", "return_type": "float", @@ -57589,6 +60046,25 @@ } ] }, + { + "name": "skip_uint", + "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": "compression_level", + "type": "int", + "has_default_value": true, + "default_value": "1" + } + ] + }, { "name": "skip_unit_real", "return_type": "void", @@ -57653,12 +60129,15 @@ "values": { "DATA_TYPE_BOOL": 0, "DATA_TYPE_INT": 1, - "DATA_TYPE_REAL": 2, - "DATA_TYPE_UNIT_REAL": 4, - "DATA_TYPE_VECTOR2": 5, - "DATA_TYPE_NORMALIZED_VECTOR2": 6, - "DATA_TYPE_VECTOR3": 7, - "DATA_TYPE_NORMALIZED_VECTOR3": 8 + "DATA_TYPE_UINT": 2, + "DATA_TYPE_REAL": 3, + "DATA_TYPE_POSITIVE_UNIT_REAL": 4, + "DATA_TYPE_UNIT_REAL": 5, + "DATA_TYPE_VECTOR2": 6, + "DATA_TYPE_NORMALIZED_VECTOR2": 7, + "DATA_TYPE_VECTOR3": 8, + "DATA_TYPE_NORMALIZED_VECTOR3": 9, + "DATA_TYPE_VARIANT": 10 } }, { @@ -58256,7 +60735,8 @@ "SHADOW_DEPTH_RANGE_STABLE": 0, "SHADOW_ORTHOGONAL": 0, "SHADOW_PARALLEL_2_SPLITS": 1, - "SHADOW_PARALLEL_4_SPLITS": 2 + "SHADOW_PARALLEL_3_SPLITS": 2, + "SHADOW_PARALLEL_4_SPLITS": 3 }, "properties": [ { @@ -58429,7 +60909,8 @@ "values": { "SHADOW_ORTHOGONAL": 0, "SHADOW_PARALLEL_2_SPLITS": 1, - "SHADOW_PARALLEL_4_SPLITS": 2 + "SHADOW_PARALLEL_3_SPLITS": 2, + "SHADOW_PARALLEL_4_SPLITS": 3 } }, { @@ -64454,6 +66935,25 @@ } ] }, + { + "name": "_shortcut_input", + "return_type": "void", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "arg0", + "type": "InputEvent", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "_thumbnail_done", "return_type": "void", @@ -64528,25 +67028,6 @@ } ] }, - { - "name": "_unhandled_input", - "return_type": "void", - "is_editor": false, - "is_noscript": false, - "is_const": false, - "is_reverse": false, - "is_virtual": true, - "has_varargs": false, - "is_from_script": false, - "arguments": [ - { - "name": "arg0", - "type": "InputEvent", - "has_default_value": false, - "default_value": "" - } - ] - }, { "name": "_update_dir", "return_type": "void", @@ -66065,6 +68546,142 @@ } ] }, + { + "name": "collapse_all_folding", + "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": "edit", + "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": "object", + "type": "Object", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "expand_all_folding", + "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": "get_edited_object", + "return_type": "Object", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "get_object_class", + "return_type": "String", + "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_property_clipboard", + "return_type": "Variant", + "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_property_prefix", + "return_type": "String", + "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_scroll_offset", + "return_type": "int", + "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_sub_inspector", + "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_using_folding", + "return_type": "bool", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, { "name": "refresh", "return_type": "void", @@ -66077,6 +68694,215 @@ "is_from_script": false, "arguments": [ ] + }, + { + "name": "register_text_enter", + "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": "line_edit", + "type": "Node", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_hide_script", + "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": "hide", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_object_class", + "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": "class", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_property_clipboard", + "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": "value", + "type": "Variant", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_property_prefix", + "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": "prefix", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_scroll_offset", + "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": "offset", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_show_categories", + "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": "show", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_sub_inspector", + "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_use_doc_hints", + "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_use_filter", + "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": "use", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_use_folding", + "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": "" + } + ] } ], "enums": [ @@ -66411,6 +69237,31 @@ "arguments": [ ] }, + { + "name": "get_class_icon", + "return_type": "Texture", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "class", + "type": "String", + "has_default_value": false, + "default_value": "" + }, + { + "name": "fallback", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "get_current_path", "return_type": "String", @@ -66502,6 +69353,31 @@ "arguments": [ ] }, + { + "name": "get_object_icon", + "return_type": "Texture", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "object", + "type": "Object", + "has_default_value": false, + "default_value": "" + }, + { + "name": "fallback", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "get_open_scenes", "return_type": "Array", @@ -68429,7 +71305,7 @@ ] }, { - "name": "_unhandled_key_input", + "name": "_shortcut_input", "return_type": "void", "is_editor": false, "is_noscript": false, @@ -70895,6 +73771,25 @@ } ] }, + { + "name": "_shortcut_input", + "return_type": "void", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "arg0", + "type": "InputEvent", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "_show_debugger", "return_type": "void", @@ -71003,25 +73898,6 @@ "arguments": [ ] }, - { - "name": "_unhandled_input", - "return_type": "void", - "is_editor": false, - "is_noscript": false, - "is_const": false, - "is_reverse": false, - "is_virtual": true, - "has_varargs": false, - "is_from_script": false, - "arguments": [ - { - "name": "arg0", - "type": "InputEvent", - "has_default_value": false, - "default_value": "" - } - ] - }, { "name": "_update_autosave_timer", "return_type": "void", @@ -71149,6 +74025,19 @@ } ] }, + { + "name": "get_base_editor", + "return_type": "Control", + "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_current_script", "return_type": "Script", @@ -98914,70 +101803,7 @@ ] }, { - "name": "wwwroot_deregister_file", - "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": "file_path", - "type": "String", - "has_default_value": false, - "default_value": "" - } - ] - }, - { - "name": "wwwroot_evaluate_dir", - "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": "file_path", - "type": "String", - "has_default_value": false, - "default_value": "" - }, - { - "name": "should_exist ", - "type": "bool", - "has_default_value": true, - "default_value": "True" - } - ] - }, - { - "name": "wwwroot_get_file_index", - "return_type": "int", - "is_editor": false, - "is_noscript": false, - "is_const": false, - "is_reverse": false, - "is_virtual": false, - "has_varargs": false, - "is_from_script": false, - "arguments": [ - { - "name": "file_path", - "type": "String", - "has_default_value": false, - "default_value": "" - } - ] - }, - { - "name": "wwwroot_get_file_orig_path", + "name": "wwwroot_get_file_abspath", "return_type": "String", "is_editor": false, "is_noscript": false, @@ -98988,27 +101814,8 @@ "is_from_script": false, "arguments": [ { - "name": "index", - "type": "int", - "has_default_value": false, - "default_value": "" - } - ] - }, - { - "name": "wwwroot_get_file_orig_path_abs", - "return_type": "String", - "is_editor": false, - "is_noscript": false, - "is_const": false, - "is_reverse": false, - "is_virtual": false, - "has_varargs": false, - "is_from_script": false, - "arguments": [ - { - "name": "index", - "type": "int", + "name": "file_path", + "type": "String", "has_default_value": false, "default_value": "" } @@ -99032,38 +101839,6 @@ "default_value": "" } ] - }, - { - "name": "wwwroot_refresh_cache", - "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": "wwwroot_register_file", - "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": "file_path", - "type": "String", - "has_default_value": false, - "default_value": "" - } - ] } ], "enums": [ @@ -99335,6 +102110,25 @@ } ] }, + { + "name": "_shortcut_input", + "return_type": "void", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "arg0", + "type": "InputEvent", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "_tree_item_activated", "return_type": "void", @@ -99392,25 +102186,6 @@ "arguments": [ ] }, - { - "name": "_unhandled_input", - "return_type": "void", - "is_editor": false, - "is_noscript": false, - "is_const": false, - "is_reverse": false, - "is_virtual": true, - "has_varargs": false, - "is_from_script": false, - "arguments": [ - { - "name": "arg0", - "type": "InputEvent", - "has_default_value": false, - "default_value": "" - } - ] - }, { "name": "_update_dir", "return_type": "void", @@ -100691,6 +103466,19 @@ } ] }, + { + "name": "ensure_visible", + "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": "get_drag_data_fw", "return_type": "Variant", @@ -117439,13 +120227,6 @@ "setter": "set_mesh_library", "index": -1 }, - { - "name": "navigation_layers", - "type": "int", - "getter": "get_navigation_layers", - "setter": "set_navigation_layers", - "index": -1 - }, { "name": "physics_material", "type": "PhysicsMaterial", @@ -117796,27 +120577,8 @@ ] }, { - "name": "get_navigation_layer_value", - "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": "layer_number", - "type": "int", - "has_default_value": false, - "default_value": "" - } - ] - }, - { - "name": "get_navigation_layers", - "return_type": "int", + "name": "get_navigation_map", + "return_type": "RID", "is_editor": false, "is_noscript": false, "is_const": true, @@ -118288,7 +121050,7 @@ ] }, { - "name": "set_navigation_layer_value", + "name": "set_navigation_map", "return_type": "void", "is_editor": false, "is_noscript": false, @@ -118299,33 +121061,8 @@ "is_from_script": false, "arguments": [ { - "name": "layer_number", - "type": "int", - "has_default_value": false, - "default_value": "" - }, - { - "name": "value", - "type": "bool", - "has_default_value": false, - "default_value": "" - } - ] - }, - { - "name": "set_navigation_layers", - "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": "navigation_layers", - "type": "int", + "name": "navigation_map", + "type": "RID", "has_default_value": false, "default_value": "" } @@ -122804,7 +125541,7 @@ ] }, { - "name": "_udpate_table", + "name": "_update_table", "return_type": "void", "is_editor": false, "is_noscript": false, @@ -123034,7 +125771,7 @@ ] }, { - "name": "udpate_table", + "name": "update_table", "return_type": "void", "is_editor": false, "is_noscript": false, @@ -126872,6 +129609,31 @@ } ] }, + { + "name": "should_ignore_device", + "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": "vendor_id", + "type": "int", + "has_default_value": false, + "default_value": "" + }, + { + "name": "product_id", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "start_joy_vibration", "return_type": "void", @@ -129333,6 +132095,64 @@ "enums": [ ] }, + { + "name": "InputEventShortCut", + "base_class": "InputEvent", + "api_type": "core", + "singleton": false, + "singleton_name": "", + "instanciable": true, + "is_reference": true, + "constants": { + }, + "properties": [ + { + "name": "shortcut", + "type": "ShortCut", + "getter": "get_shortcut", + "setter": "set_shortcut", + "index": -1 + } + ], + "signals": [ + ], + "methods": [ + { + "name": "get_shortcut", + "return_type": "ShortCut", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "set_shortcut", + "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": "shortcut", + "type": "ShortCut", + "has_default_value": false, + "default_value": "" + } + ] + } + ], + "enums": [ + ] + }, { "name": "InputEventWithModifiers", "base_class": "InputEvent", @@ -130458,6 +133278,188 @@ "enums": [ ] }, + { + "name": "InputNetworkEncoder", + "base_class": "Resource", + "api_type": "core", + "singleton": false, + "singleton_name": "", + "instanciable": true, + "is_reference": true, + "constants": { + }, + "properties": [ + ], + "signals": [ + ], + "methods": [ + { + "name": "are_different", + "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": "buffer_a", + "type": "Object", + "has_default_value": false, + "default_value": "" + }, + { + "name": "buffer_b", + "type": "Object", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "count_size", + "return_type": "int", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "buffer", + "type": "Object", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "decode", + "return_type": "Array", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "buffer", + "type": "Object", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "encode", + "return_type": "void", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "inputs", + "type": "Array", + "has_default_value": false, + "default_value": "" + }, + { + "name": "buffer", + "type": "Object", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "find_input_id", + "return_type": "int", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "name", + "type": "StringName", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "get_defaults", + "return_type": "Array", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "register_input", + "return_type": "int", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "name", + "type": "StringName", + "has_default_value": false, + "default_value": "" + }, + { + "name": "default_value", + "type": "Variant", + "has_default_value": false, + "default_value": "" + }, + { + "name": "type", + "type": "int", + "has_default_value": false, + "default_value": "" + }, + { + "name": "compression_level", + "type": "int", + "has_default_value": false, + "default_value": "" + }, + { + "name": "comparison_floating_point_precision", + "type": "float", + "has_default_value": true, + "default_value": "0.00001" + } + ] + } + ], + "enums": [ + ] + }, { "name": "InputProfile", "base_class": "Reference", @@ -131203,182 +134205,6 @@ } ] }, - { - "name": "Interpolator", - "base_class": "Object", - "api_type": "core", - "singleton": false, - "singleton_name": "", - "instanciable": true, - "is_reference": false, - "constants": { - "FALLBACK_DEFAULT": 1, - "FALLBACK_INTERPOLATE": 0, - "FALLBACK_NEW_OR_NEAREST": 3, - "FALLBACK_OLD_OR_NEAREST": 2 - }, - "properties": [ - ], - "signals": [ - ], - "methods": [ - { - "name": "epoch_insert", - "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": "var_id", - "type": "int", - "has_default_value": false, - "default_value": "" - }, - { - "name": "value", - "type": "Variant", - "has_default_value": false, - "default_value": "" - } - ] - }, - { - "name": "get_last_pop_epoch", - "return_type": "int", - "is_editor": false, - "is_noscript": false, - "is_const": true, - "is_reverse": false, - "is_virtual": false, - "has_varargs": false, - "is_from_script": false, - "arguments": [ - ] - }, - { - "name": "pop_epoch", - "return_type": "Array", - "is_editor": false, - "is_noscript": false, - "is_const": false, - "is_reverse": false, - "is_virtual": false, - "has_varargs": false, - "is_from_script": false, - "arguments": [ - { - "name": "epoch", - "type": "int", - "has_default_value": false, - "default_value": "" - }, - { - "name": "arg1", - "type": "float", - "has_default_value": false, - "default_value": "" - } - ] - }, - { - "name": "register_variable", - "return_type": "int", - "is_editor": false, - "is_noscript": false, - "is_const": false, - "is_reverse": false, - "is_virtual": false, - "has_varargs": false, - "is_from_script": false, - "arguments": [ - { - "name": "default", - "type": "Variant", - "has_default_value": false, - "default_value": "" - }, - { - "name": "fallback", - "type": "int", - "has_default_value": false, - "default_value": "" - } - ] - }, - { - "name": "set_variable_custom_interpolator", - "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": "var_id", - "type": "int", - "has_default_value": false, - "default_value": "" - }, - { - "name": "object", - "type": "Object", - "has_default_value": false, - "default_value": "" - }, - { - "name": "function_name", - "type": "StringName", - "has_default_value": false, - "default_value": "" - } - ] - }, - { - "name": "set_variable_default", - "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": "var_id", - "type": "int", - "has_default_value": false, - "default_value": "" - }, - { - "name": "default", - "type": "Variant", - "has_default_value": false, - "default_value": "" - } - ] - } - ], - "enums": [ - { - "name": "Fallback", - "values": { - "FALLBACK_INTERPOLATE": 0, - "FALLBACK_DEFAULT": 1, - "FALLBACK_OLD_OR_NEAREST": 2, - "FALLBACK_NEW_OR_NEAREST": 3 - } - } - ] - }, { "name": "IntervalTweener", "base_class": "Tweener", @@ -135990,6 +138816,221 @@ "enums": [ ] }, + { + "name": "JSONRPC", + "base_class": "Object", + "api_type": "core", + "singleton": false, + "singleton_name": "", + "instanciable": true, + "is_reference": false, + "constants": { + "INTERNAL_ERROR": -32603, + "INVALID_PARAMS": -32602, + "INVALID_REQUEST": -32600, + "METHOD_NOT_FOUND": -32601, + "PARSE_ERROR": -32700 + }, + "properties": [ + ], + "signals": [ + ], + "methods": [ + { + "name": "make_notification", + "return_type": "Dictionary", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "method", + "type": "String", + "has_default_value": false, + "default_value": "" + }, + { + "name": "params", + "type": "Variant", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "make_request", + "return_type": "Dictionary", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "method", + "type": "String", + "has_default_value": false, + "default_value": "" + }, + { + "name": "params", + "type": "Variant", + "has_default_value": false, + "default_value": "" + }, + { + "name": "id", + "type": "Variant", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "make_response", + "return_type": "Dictionary", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "result", + "type": "Variant", + "has_default_value": false, + "default_value": "" + }, + { + "name": "id", + "type": "Variant", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "make_response_error", + "return_type": "Dictionary", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "code", + "type": "int", + "has_default_value": false, + "default_value": "" + }, + { + "name": "message", + "type": "String", + "has_default_value": false, + "default_value": "" + }, + { + "name": "id", + "type": "Variant", + "has_default_value": true, + "default_value": "Null" + } + ] + }, + { + "name": "process_action", + "return_type": "Variant", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "action", + "type": "Variant", + "has_default_value": false, + "default_value": "" + }, + { + "name": "recurse", + "type": "bool", + "has_default_value": true, + "default_value": "False" + } + ] + }, + { + "name": "process_string", + "return_type": "String", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "action", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_scope", + "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": "scope", + "type": "String", + "has_default_value": false, + "default_value": "" + }, + { + "name": "target", + "type": "Object", + "has_default_value": false, + "default_value": "" + } + ] + } + ], + "enums": [ + { + "name": "ErrorCode", + "values": { + "PARSE_ERROR": -32700, + "INTERNAL_ERROR": -32603, + "INVALID_PARAMS": -32602, + "METHOD_NOT_FOUND": -32601, + "INVALID_REQUEST": -32600 + } + } + ] + }, { "name": "JavaClass", "base_class": "Reference", @@ -142356,6 +145397,25 @@ "arguments": [ ] }, + { + "name": "_unhandled_key_input", + "return_type": "void", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "arg0", + "type": "InputEvent", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "append_at_cursor", "return_type": "void", @@ -167025,25 +170085,6 @@ } ] }, - { - "name": "_unhandled_key_input", - "return_type": "void", - "is_editor": false, - "is_noscript": false, - "is_const": false, - "is_reverse": false, - "is_virtual": true, - "has_varargs": false, - "is_from_script": false, - "arguments": [ - { - "name": "arg0", - "type": "InputEvent", - "has_default_value": false, - "default_value": "" - } - ] - }, { "name": "get_popup", "return_type": "PopupMenu", @@ -169628,7 +172669,26 @@ ] }, { - "name": "get_item_navmesh", + "name": "get_item_navigation_layers", + "return_type": "int", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "id", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "get_item_navigation_mesh", "return_type": "NavigationMesh", "is_editor": false, "is_noscript": false, @@ -169647,7 +172707,7 @@ ] }, { - "name": "get_item_navmesh_transform", + "name": "get_item_navigation_mesh_transform", "return_type": "Transform", "is_editor": false, "is_noscript": false, @@ -169811,7 +172871,7 @@ ] }, { - "name": "set_item_navmesh", + "name": "set_item_navigation_layers", "return_type": "void", "is_editor": false, "is_noscript": false, @@ -169828,7 +172888,32 @@ "default_value": "" }, { - "name": "navmesh", + "name": "navigation_layers", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_item_navigation_mesh", + "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": "id", + "type": "int", + "has_default_value": false, + "default_value": "" + }, + { + "name": "navigation_mesh", "type": "NavigationMesh", "has_default_value": false, "default_value": "" @@ -169836,7 +172921,7 @@ ] }, { - "name": "set_item_navmesh_transform", + "name": "set_item_navigation_mesh_transform", "return_type": "void", "is_editor": false, "is_noscript": false, @@ -169853,7 +172938,7 @@ "default_value": "" }, { - "name": "navmesh", + "name": "navigation_mesh", "type": "Transform", "has_default_value": false, "default_value": "" @@ -174427,6 +177512,25 @@ } ] }, + { + "name": "agent_get_paused", + "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": "agent", + "type": "RID", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "agent_is_map_changed", "return_type": "bool", @@ -174683,6 +177787,31 @@ } ] }, + { + "name": "agent_set_paused", + "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": "agent", + "type": "RID", + "has_default_value": false, + "default_value": "" + }, + { + "name": "paused", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "agent_set_position", "return_type": "void", @@ -174891,6 +178020,25 @@ "arguments": [ ] }, + { + "name": "link_get_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": "link", + "type": "RID", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "link_get_end_position", "return_type": "Vector2", @@ -175068,6 +178216,31 @@ } ] }, + { + "name": "link_set_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": "link", + "type": "RID", + "has_default_value": false, + "default_value": "" + }, + { + "name": "enabled", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "link_set_end_position", "return_type": "void", @@ -175294,25 +178467,6 @@ } ] }, - { - "name": "map_get_cell_height", - "return_type": "float", - "is_editor": false, - "is_noscript": false, - "is_const": true, - "is_reverse": false, - "is_virtual": false, - "has_varargs": false, - "is_from_script": false, - "arguments": [ - { - "name": "map", - "type": "RID", - "has_default_value": false, - "default_value": "" - } - ] - }, { "name": "map_get_cell_size", "return_type": "float", @@ -175583,31 +178737,6 @@ } ] }, - { - "name": "map_set_cell_height", - "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": "map", - "type": "RID", - "has_default_value": false, - "default_value": "" - }, - { - "name": "cell_height", - "type": "float", - "has_default_value": false, - "default_value": "" - } - ] - }, { "name": "map_set_cell_size", "return_type": "void", @@ -175721,6 +178850,25 @@ "arguments": [ ] }, + { + "name": "obstacle_get_avoidance_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": "obstacle", + "type": "RID", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "obstacle_get_map", "return_type": "RID", @@ -175740,6 +178888,50 @@ } ] }, + { + "name": "obstacle_get_paused", + "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": "obstacle", + "type": "RID", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "obstacle_set_avoidance_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": "obstacle", + "type": "RID", + "has_default_value": false, + "default_value": "" + }, + { + "name": "enabled", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "obstacle_set_avoidance_layers", "return_type": "void", @@ -175790,6 +178982,31 @@ } ] }, + { + "name": "obstacle_set_paused", + "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": "obstacle", + "type": "RID", + "has_default_value": false, + "default_value": "" + }, + { + "name": "paused", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "obstacle_set_position", "return_type": "void", @@ -175815,6 +179032,56 @@ } ] }, + { + "name": "obstacle_set_radius", + "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": "obstacle", + "type": "RID", + "has_default_value": false, + "default_value": "" + }, + { + "name": "radius", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "obstacle_set_velocity", + "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": "obstacle", + "type": "RID", + "has_default_value": false, + "default_value": "" + }, + { + "name": "velocity", + "type": "Vector2", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "obstacle_set_vertices", "return_type": "void", @@ -175922,6 +179189,25 @@ } ] }, + { + "name": "region_get_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": "region", + "type": "RID", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "region_get_enter_cost", "return_type": "float", @@ -176061,6 +179347,31 @@ } ] }, + { + "name": "region_set_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": "region", + "type": "RID", + "has_default_value": false, + "default_value": "" + }, + { + "name": "enabled", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "region_set_enter_cost", "return_type": "void", @@ -176137,7 +179448,7 @@ ] }, { - "name": "region_set_navpoly", + "name": "region_set_navigation_polygon", "return_type": "void", "is_editor": false, "is_noscript": false, @@ -176414,6 +179725,20 @@ "setter": "set_path_metadata_flags", "index": -1 }, + { + "name": "path_postprocessing", + "type": "int", + "getter": "get_path_postprocessing", + "setter": "set_path_postprocessing", + "index": -1 + }, + { + "name": "pathfinding_algorithm", + "type": "int", + "getter": "get_pathfinding_algorithm", + "setter": "set_pathfinding_algorithm", + "index": -1 + }, { "name": "radius", "type": "float", @@ -176929,6 +180254,32 @@ "arguments": [ ] }, + { + "name": "get_path_postprocessing", + "return_type": "enum.NavigationPathQueryParameters3D::PathPostProcessing", + "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_pathfinding_algorithm", + "return_type": "enum.NavigationPathQueryParameters3D::PathfindingAlgorithm", + "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_radius", "return_type": "float", @@ -177508,6 +180859,44 @@ } ] }, + { + "name": "set_path_postprocessing", + "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": "path_postprocessing", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_pathfinding_algorithm", + "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": "pathfinding_algorithm", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "set_radius", "return_type": "void", @@ -177787,6 +181176,20 @@ "setter": "set_path_metadata_flags", "index": -1 }, + { + "name": "path_postprocessing", + "type": "int", + "getter": "get_path_postprocessing", + "setter": "set_path_postprocessing", + "index": -1 + }, + { + "name": "pathfinding_algorithm", + "type": "int", + "getter": "get_pathfinding_algorithm", + "setter": "set_pathfinding_algorithm", + "index": -1 + }, { "name": "radius", "type": "float", @@ -178282,6 +181685,32 @@ "arguments": [ ] }, + { + "name": "get_path_postprocessing", + "return_type": "enum.NavigationPathQueryParameters2D::PathPostProcessing", + "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_pathfinding_algorithm", + "return_type": "enum.NavigationPathQueryParameters2D::PathfindingAlgorithm", + "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_radius", "return_type": "float", @@ -178829,6 +182258,44 @@ } ] }, + { + "name": "set_path_postprocessing", + "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": "path_postprocessing", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_pathfinding_algorithm", + "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": "pathfinding_algorithm", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "set_radius", "return_type": "void", @@ -180060,13 +183527,6 @@ "setter": "set_source_group_name", "index": -1 }, - { - "name": "polygon_verts_per_poly", - "type": "float", - "getter": "get_verts_per_poly", - "setter": "set_verts_per_poly", - "index": -1 - }, { "name": "polygons", "type": "Array", @@ -180101,6 +183561,13 @@ "getter": "get_vertices", "setter": "set_vertices", "index": -1 + }, + { + "name": "vertices_per_polygon", + "type": "float", + "getter": "get_vertices_per_polygon", + "setter": "set_vertices_per_polygon", + "index": -1 } ], "signals": [ @@ -180566,7 +184033,7 @@ ] }, { - "name": "get_verts_per_poly", + "name": "get_vertices_per_polygon", "return_type": "float", "is_editor": false, "is_noscript": false, @@ -181041,7 +184508,7 @@ ] }, { - "name": "set_verts_per_poly", + "name": "set_vertices_per_polygon", "return_type": "void", "is_editor": false, "is_noscript": false, @@ -181052,7 +184519,7 @@ "is_from_script": false, "arguments": [ { - "name": "verts_per_poly", + "name": "vertices_per_polygon", "type": "float", "has_default_value": false, "default_value": "" @@ -181461,7 +184928,7 @@ "index": -1 }, { - "name": "navmesh", + "name": "navigation_mesh", "type": "NavigationMesh", "getter": "get_navigation_mesh", "setter": "set_navigation_mesh", @@ -181827,7 +185294,7 @@ "is_from_script": false, "arguments": [ { - "name": "navmesh", + "name": "navigation_mesh", "type": "NavigationMesh", "has_default_value": false, "default_value": "" @@ -182246,6 +185713,13 @@ "constants": { }, "properties": [ + { + "name": "avoidance_enabled", + "type": "bool", + "getter": "get_avoidance_enabled", + "setter": "set_avoidance_enabled", + "index": -1 + }, { "name": "avoidance_layers", "type": "int", @@ -182319,8 +185793,8 @@ ] }, { - "name": "get_agent_rid", - "return_type": "RID", + "name": "get_avoidance_enabled", + "return_type": "bool", "is_editor": false, "is_noscript": false, "is_const": true, @@ -182403,8 +185877,8 @@ ] }, { - "name": "get_obstacle_rid", - "return_type": "RID", + "name": "get_radius", + "return_type": "float", "is_editor": false, "is_noscript": false, "is_const": true, @@ -182416,8 +185890,8 @@ ] }, { - "name": "get_radius", - "return_type": "float", + "name": "get_rid", + "return_type": "RID", "is_editor": false, "is_noscript": false, "is_const": true, @@ -182467,6 +185941,25 @@ "arguments": [ ] }, + { + "name": "set_avoidance_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": "enabled", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "set_avoidance_layer_value", "return_type": "void", @@ -182659,6 +186152,13 @@ "constants": { }, "properties": [ + { + "name": "avoidance_enabled", + "type": "bool", + "getter": "get_avoidance_enabled", + "setter": "set_avoidance_enabled", + "index": -1 + }, { "name": "avoidance_layers", "type": "int", @@ -182692,8 +186192,8 @@ ], "methods": [ { - "name": "get_agent_rid", - "return_type": "RID", + "name": "get_avoidance_enabled", + "return_type": "bool", "is_editor": false, "is_noscript": false, "is_const": true, @@ -182750,7 +186250,7 @@ ] }, { - "name": "get_obstacle_rid", + "name": "get_navigation_map", "return_type": "RID", "is_editor": false, "is_noscript": false, @@ -182775,6 +186275,19 @@ "arguments": [ ] }, + { + "name": "get_rid", + "return_type": "RID", + "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_velocity", "return_type": "Vector2", @@ -182801,6 +186314,25 @@ "arguments": [ ] }, + { + "name": "set_avoidance_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": "enabled", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "set_avoidance_layer_value", "return_type": "void", @@ -182864,6 +186396,25 @@ } ] }, + { + "name": "set_navigation_map", + "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": "navigation_map", + "type": "RID", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "set_radius", "return_type": "void", @@ -184007,6 +187558,13 @@ "setter": "set_baked_outlines", "index": -1 }, + { + "name": "cell_size", + "type": "float", + "getter": "get_cell_size", + "setter": "set_cell_size", + "index": -1 + }, { "name": "geometry_collision_mask", "type": "int", @@ -184202,6 +187760,19 @@ "arguments": [ ] }, + { + "name": "get_cell_size", + "return_type": "float", + "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_collision_mask", "return_type": "int", @@ -184485,6 +188056,25 @@ } ] }, + { + "name": "set_cell_size", + "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": "cell_size", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "set_collision_mask", "return_type": "void", @@ -184794,7 +188384,7 @@ "index": -1 }, { - "name": "navpoly", + "name": "navigation_polygon", "type": "NavigationPolygon", "getter": "get_navigation_polygon", "setter": "set_navigation_polygon", @@ -185249,7 +188839,7 @@ "is_from_script": false, "arguments": [ { - "name": "navpoly", + "name": "navigation_polygon", "type": "NavigationPolygon", "has_default_value": false, "default_value": "" @@ -185420,6 +189010,25 @@ } ] }, + { + "name": "agent_get_paused", + "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": "agent", + "type": "RID", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "agent_get_use_3d_avoidance", "return_type": "bool", @@ -185720,6 +189329,31 @@ } ] }, + { + "name": "agent_set_paused", + "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": "agent", + "type": "RID", + "has_default_value": false, + "default_value": "" + }, + { + "name": "paused", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "agent_set_position", "return_type": "void", @@ -185972,6 +189606,25 @@ "arguments": [ ] }, + { + "name": "link_get_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": "link", + "type": "RID", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "link_get_end_position", "return_type": "Vector3", @@ -186149,6 +189802,31 @@ } ] }, + { + "name": "link_set_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": "link", + "type": "RID", + "has_default_value": false, + "default_value": "" + }, + { + "name": "enabled", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "link_set_end_position", "return_type": "void", @@ -186908,6 +190586,25 @@ "arguments": [ ] }, + { + "name": "obstacle_get_avoidance_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": "obstacle", + "type": "RID", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "obstacle_get_map", "return_type": "RID", @@ -186927,6 +190624,69 @@ } ] }, + { + "name": "obstacle_get_paused", + "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": "obstacle", + "type": "RID", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "obstacle_get_use_3d_avoidance", + "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": "obstacle", + "type": "RID", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "obstacle_set_avoidance_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": "obstacle", + "type": "RID", + "has_default_value": false, + "default_value": "" + }, + { + "name": "enabled", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "obstacle_set_avoidance_layers", "return_type": "void", @@ -187002,6 +190762,31 @@ } ] }, + { + "name": "obstacle_set_paused", + "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": "obstacle", + "type": "RID", + "has_default_value": false, + "default_value": "" + }, + { + "name": "paused", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "obstacle_set_position", "return_type": "void", @@ -187027,6 +190812,81 @@ } ] }, + { + "name": "obstacle_set_radius", + "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": "obstacle", + "type": "RID", + "has_default_value": false, + "default_value": "" + }, + { + "name": "radius", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "obstacle_set_use_3d_avoidance", + "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": "obstacle", + "type": "RID", + "has_default_value": false, + "default_value": "" + }, + { + "name": "enabled", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "obstacle_set_velocity", + "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": "obstacle", + "type": "RID", + "has_default_value": false, + "default_value": "" + }, + { + "name": "velocity", + "type": "Vector3", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "obstacle_set_vertices", "return_type": "void", @@ -187052,25 +190912,6 @@ } ] }, - { - "name": "process", - "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": "delta_time", - "type": "float", - "has_default_value": false, - "default_value": "" - } - ] - }, { "name": "query_path", "return_type": "void", @@ -187178,6 +191019,25 @@ } ] }, + { + "name": "region_get_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": "region", + "type": "RID", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "region_get_enter_cost", "return_type": "float", @@ -187317,6 +191177,31 @@ } ] }, + { + "name": "region_set_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": "region", + "type": "RID", + "has_default_value": false, + "default_value": "" + }, + { + "name": "enabled", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "region_set_enter_cost", "return_type": "void", @@ -187393,7 +191278,7 @@ ] }, { - "name": "region_set_navmesh", + "name": "region_set_navigation_mesh", "return_type": "void", "is_editor": false, "is_noscript": false, @@ -187410,7 +191295,7 @@ "default_value": "" }, { - "name": "nav_mesh", + "name": "navigation_mesh", "type": "NavigationMesh", "has_default_value": false, "default_value": "" @@ -187592,31 +191477,10 @@ "index": -1 }, { - "name": "doll_epoch_batch_sync_rate", + "name": "doll_interpolation_max_overshot", "type": "float", - "getter": "get_doll_epoch_batch_sync_rate", - "setter": "set_doll_epoch_batch_sync_rate", - "index": -1 - }, - { - "name": "doll_epoch_collect_rate", - "type": "int", - "getter": "get_doll_epoch_collect_rate", - "setter": "set_doll_epoch_collect_rate", - "index": -1 - }, - { - "name": "doll_interpolation_max_speedup", - "type": "float", - "getter": "get_doll_interpolation_max_speedup", - "setter": "set_doll_interpolation_max_speedup", - "index": -1 - }, - { - "name": "doll_max_delay", - "type": "int", - "getter": "get_doll_max_delay", - "setter": "set_doll_max_delay", + "getter": "get_doll_interpolation_max_overshot", + "setter": "set_doll_interpolation_max_overshot", "index": -1 }, { @@ -187640,6 +191504,13 @@ "setter": "set_doll_net_sensitivity", "index": -1 }, + { + "name": "doll_sync_rate", + "type": "int", + "getter": "get_doll_sync_rate", + "setter": "set_doll_sync_rate", + "index": -1 + }, { "name": "input_storage_size", "type": "int", @@ -187668,13 +191539,6 @@ "setter": "set_min_frames_delay", "index": -1 }, - { - "name": "net_sensitivity", - "type": "float", - "getter": "get_net_sensitivity", - "setter": "set_net_sensitivity", - "index": -1 - }, { "name": "network_traced_frames", "type": "int", @@ -187682,6 +191546,13 @@ "setter": "set_network_traced_frames", "index": -1 }, + { + "name": "server_controlled", + "type": "bool", + "getter": "get_server_controlled", + "setter": "set_server_controlled", + "index": -1 + }, { "name": "tick_acceleration", "type": "float", @@ -187698,6 +191569,40 @@ } ], "signals": [ + { + "name": "client_speedup_adjusted", + "arguments": [ + { + "name": "input_worst_receival_time_ms", + "type": "int", + "has_default_value": false, + "default_value": "" + }, + { + "name": "optimal_frame_delay", + "type": "int", + "has_default_value": false, + "default_value": "" + }, + { + "name": "current_frame_delay", + "type": "int", + "has_default_value": false, + "default_value": "" + }, + { + "name": "distance_to_optimal", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "controller_reset", + "arguments": [ + ] + }, { "name": "doll_sync_paused", "arguments": [ @@ -187707,6 +191612,17 @@ "name": "doll_sync_started", "arguments": [ ] + }, + { + "name": "input_missed", + "arguments": [ + { + "name": "missing_input_id", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] } ], "methods": [ @@ -187741,8 +191657,20 @@ "default_value": "" }, { - "name": "interpolated_data", - "type": "Array", + "name": "interpolation_alpha", + "type": "float", + "has_default_value": false, + "default_value": "" + }, + { + "name": "past_buffer", + "type": "DataBuffer", + "has_default_value": false, + "default_value": "" + }, + { + "name": "future_buffer", + "type": "DataBuffer", "has_default_value": false, "default_value": "" } @@ -187861,31 +191789,6 @@ } ] }, - { - "name": "_parse_epoch_data", - "return_type": "void", - "is_editor": false, - "is_noscript": false, - "is_const": false, - "is_reverse": false, - "is_virtual": true, - "has_varargs": false, - "is_from_script": false, - "arguments": [ - { - "name": "interpolator", - "type": "Interpolator", - "has_default_value": false, - "default_value": "" - }, - { - "name": "buffer", - "type": "DataBuffer", - "has_default_value": false, - "default_value": "" - } - ] - }, { "name": "_rpc_doll_notify_sync_pause", "return_type": "void", @@ -187925,7 +191828,7 @@ ] }, { - "name": "_rpc_send_tick_additional_speed", + "name": "_rpc_notify_fps_acceleration", "return_type": "void", "is_editor": false, "is_noscript": false, @@ -187963,7 +191866,7 @@ ] }, { - "name": "_setup_interpolator", + "name": "_rpc_set_server_controlled", "return_type": "void", "is_editor": false, "is_noscript": false, @@ -187974,8 +191877,8 @@ "is_from_script": false, "arguments": [ { - "name": "interpolator", - "type": "Interpolator", + "name": "arg0", + "type": "bool", "has_default_value": false, "default_value": "" } @@ -188008,7 +191911,7 @@ ] }, { - "name": "get_doll_epoch_batch_sync_rate", + "name": "get_doll_interpolation_max_overshot", "return_type": "float", "is_editor": false, "is_noscript": false, @@ -188020,45 +191923,6 @@ "arguments": [ ] }, - { - "name": "get_doll_epoch_collect_rate", - "return_type": "int", - "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_doll_interpolation_max_speedup", - "return_type": "float", - "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_doll_max_delay", - "return_type": "int", - "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_doll_max_frames_delay", "return_type": "int", @@ -188098,6 +191962,19 @@ "arguments": [ ] }, + { + "name": "get_doll_sync_rate", + "return_type": "int", + "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_max_frames_delay", "return_type": "int", @@ -188137,19 +192014,6 @@ "arguments": [ ] }, - { - "name": "get_net_sensitivity", - "return_type": "float", - "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_network_traced_frames", "return_type": "int", @@ -188176,6 +192040,19 @@ "arguments": [ ] }, + { + "name": "get_server_controlled", + "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_tick_acceleration", "return_type": "float", @@ -188191,7 +192068,7 @@ }, { "name": "get_tick_speedup_notification_delay", - "return_type": "float", + "return_type": "int", "is_editor": false, "is_noscript": false, "is_const": true, @@ -188278,12 +192155,6 @@ "has_varargs": false, "is_from_script": false, "arguments": [ - { - "name": "physics_ticks_per_seconds", - "type": "int", - "has_default_value": false, - "default_value": "" - } ] }, { @@ -188331,45 +192202,7 @@ ] }, { - "name": "set_doll_epoch_batch_sync_rate", - "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": "rate", - "type": "float", - "has_default_value": false, - "default_value": "" - } - ] - }, - { - "name": "set_doll_epoch_collect_rate", - "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": "rate", - "type": "int", - "has_default_value": false, - "default_value": "" - } - ] - }, - { - "name": "set_doll_interpolation_max_speedup", + "name": "set_doll_interpolation_max_overshot", "return_type": "void", "is_editor": false, "is_noscript": false, @@ -188387,25 +192220,6 @@ } ] }, - { - "name": "set_doll_max_delay", - "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": "max_delay", - "type": "int", - "has_default_value": false, - "default_value": "" - } - ] - }, { "name": "set_doll_max_frames_delay", "return_type": "void", @@ -188418,7 +192232,7 @@ "is_from_script": false, "arguments": [ { - "name": "sensitivity", + "name": "delay", "type": "int", "has_default_value": false, "default_value": "" @@ -188437,7 +192251,7 @@ "is_from_script": false, "arguments": [ { - "name": "traced", + "name": "delay", "type": "int", "has_default_value": false, "default_value": "" @@ -188488,6 +192302,25 @@ } ] }, + { + "name": "set_doll_sync_rate", + "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": "rate", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "set_max_frames_delay", "return_type": "void", @@ -188545,25 +192378,6 @@ } ] }, - { - "name": "set_net_sensitivity", - "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": "val", - "type": "float", - "has_default_value": false, - "default_value": "" - } - ] - }, { "name": "set_network_traced_frames", "return_type": "void", @@ -188602,6 +192416,25 @@ } ] }, + { + "name": "set_server_controlled", + "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": "server_controlled", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "set_tick_acceleration", "return_type": "void", @@ -188633,8 +192466,8 @@ "is_from_script": false, "arguments": [ { - "name": "tick_speedup_notification_delay", - "type": "float", + "name": "delay_in_ms", + "type": "int", "has_default_value": false, "default_value": "" } @@ -190364,6 +194197,25 @@ } ] }, + { + "name": "_shortcut_input", + "return_type": "void", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "event", + "type": "InputEvent", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "_unhandled_input", "return_type": "void", @@ -191307,6 +195159,19 @@ "arguments": [ ] }, + { + "name": "is_processing_shortcut_input", + "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_processing_unhandled_input", "return_type": "bool", @@ -192252,6 +196117,25 @@ } ] }, + { + "name": "set_process_shortcut_input", + "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_process_unhandled_input", "return_type": "void", @@ -192482,6 +196366,13 @@ "setter": "set_scale", "index": -1 }, + { + "name": "toplevel", + "type": "bool", + "getter": "is_set_as_toplevel", + "setter": "set_as_toplevel", + "index": -1 + }, { "name": "transform", "type": "Transform2D", @@ -194345,6 +198236,31 @@ "default_value": "" } ] + }, + { + "name": "trt", + "return_type": "StringName", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "message", + "type": "StringName", + "has_default_value": false, + "default_value": "" + }, + { + "name": "locale", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] } ], "enums": [ @@ -200038,6 +203954,740 @@ "enums": [ ] }, + { + "name": "PaintCurve2D", + "base_class": "PaintNode", + "api_type": "core", + "singleton": false, + "singleton_name": "", + "instanciable": true, + "is_reference": false, + "constants": { + }, + "properties": [ + { + "name": "curve", + "type": "Curve2D", + "getter": "get_curve", + "setter": "set_curve", + "index": -1 + }, + { + "name": "fill_color", + "type": "Color", + "getter": "fill_get_color", + "setter": "fill_set_color", + "index": -1 + }, + { + "name": "fill_enabled", + "type": "bool", + "getter": "fill_get_enabled", + "setter": "fill_set_enabled", + "index": -1 + }, + { + "name": "fill_invert_border", + "type": "float", + "getter": "fill_get_invert_border", + "setter": "fill_set_invert_border", + "index": -1 + }, + { + "name": "fill_invert_enable", + "type": "bool", + "getter": "fill_get_invert", + "setter": "fill_set_invert", + "index": -1 + }, + { + "name": "fill_texture", + "type": "Texture", + "getter": "fill_get_texture", + "setter": "fill_set_texture", + "index": -1 + }, + { + "name": "fill_texture_offset", + "type": "Vector2", + "getter": "fill_get_texture_offset", + "setter": "fill_set_texture_offset", + "index": -1 + }, + { + "name": "fill_texture_rotation", + "type": "float", + "getter": "fill_get_texture_rotation", + "setter": "fill_set_texture_rotation", + "index": -1 + }, + { + "name": "fill_texture_rotation_degrees", + "type": "float", + "getter": "fill_get_texture_rotation_degrees", + "setter": "fill_set_texture_rotation_degrees", + "index": -1 + }, + { + "name": "fill_texture_scale", + "type": "Vector2", + "getter": "fill_get_texture_scale", + "setter": "fill_set_texture_scale", + "index": -1 + }, + { + "name": "outline_color", + "type": "Color", + "getter": "outline_get_color", + "setter": "outline_set_color", + "index": -1 + }, + { + "name": "outline_enabled", + "type": "bool", + "getter": "outline_get_enabled", + "setter": "outline_set_enabled", + "index": -1 + }, + { + "name": "outline_texture", + "type": "Texture", + "getter": "outline_get_texture", + "setter": "outline_set_texture", + "index": -1 + }, + { + "name": "outline_texture_offset", + "type": "Vector2", + "getter": "outline_get_texture_offset", + "setter": "outline_set_texture_offset", + "index": -1 + }, + { + "name": "outline_texture_rotation", + "type": "float", + "getter": "outline_get_texture_rotation", + "setter": "outline_set_texture_rotation", + "index": -1 + }, + { + "name": "outline_texture_rotation_degrees", + "type": "float", + "getter": "outline_get_texture_rotation_degrees", + "setter": "outline_set_texture_rotation_degrees", + "index": -1 + }, + { + "name": "outline_texture_scale", + "type": "Vector2", + "getter": "outline_get_texture_scale", + "setter": "outline_set_texture_scale", + "index": -1 + }, + { + "name": "outline_width", + "type": "int", + "getter": "outline_get_width", + "setter": "outline_set_width", + "index": -1 + } + ], + "signals": [ + ], + "methods": [ + { + "name": "_curve_changed", + "return_type": "void", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "fill_get_color", + "return_type": "Color", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "fill_get_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": "fill_get_invert", + "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": "fill_get_invert_border", + "return_type": "float", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "fill_get_texture", + "return_type": "Texture", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "fill_get_texture_offset", + "return_type": "Vector2", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "fill_get_texture_rotation", + "return_type": "float", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "fill_get_texture_rotation_degrees", + "return_type": "float", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "fill_get_texture_scale", + "return_type": "Vector2", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "fill_set_color", + "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": "color", + "type": "Color", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "fill_set_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": "enabled", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "fill_set_invert", + "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": "invert", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "fill_set_invert_border", + "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": "invert_border", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "fill_set_texture", + "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": "texture", + "type": "Texture", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "fill_set_texture_offset", + "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": "texture_offset", + "type": "Vector2", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "fill_set_texture_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": "texture_rotation", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "fill_set_texture_rotation_degrees", + "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": "texture_rotation", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "fill_set_texture_scale", + "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": "texture_scale", + "type": "Vector2", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "get_curve", + "return_type": "Curve2D", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "outline_get_color", + "return_type": "Color", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "outline_get_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": "outline_get_texture", + "return_type": "Texture", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "outline_get_texture_offset", + "return_type": "Vector2", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "outline_get_texture_rotation", + "return_type": "float", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "outline_get_texture_rotation_degrees", + "return_type": "float", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "outline_get_texture_scale", + "return_type": "Vector2", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "outline_get_width", + "return_type": "int", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "outline_set_color", + "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": "color", + "type": "Color", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "outline_set_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": "enabled", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "outline_set_texture", + "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": "texture", + "type": "Texture", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "outline_set_texture_offset", + "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": "texture_offset", + "type": "Vector2", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "outline_set_texture_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": "texture_rotation", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "outline_set_texture_rotation_degrees", + "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": "texture_rotation", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "outline_set_texture_scale", + "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": "texture_scale", + "type": "Vector2", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "outline_set_width", + "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": "width", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_curve", + "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": "curve", + "type": "Curve2D", + "has_default_value": false, + "default_value": "" + } + ] + } + ], + "enums": [ + ] + }, { "name": "PaintCustomPropertyInspector", "base_class": "PanelContainer", @@ -200506,6 +205156,610 @@ "enums": [ ] }, + { + "name": "PaintPolygon2D", + "base_class": "PaintNode", + "api_type": "core", + "singleton": false, + "singleton_name": "", + "instanciable": true, + "is_reference": false, + "constants": { + }, + "properties": [ + { + "name": "antialiased", + "type": "bool", + "getter": "get_antialiased", + "setter": "set_antialiased", + "index": -1 + }, + { + "name": "color", + "type": "Color", + "getter": "get_color", + "setter": "set_color", + "index": -1 + }, + { + "name": "internal_vertex_count", + "type": "int", + "getter": "get_internal_vertex_count", + "setter": "set_internal_vertex_count", + "index": -1 + }, + { + "name": "invert_border", + "type": "float", + "getter": "get_invert_border", + "setter": "set_invert_border", + "index": -1 + }, + { + "name": "invert_enable", + "type": "bool", + "getter": "get_invert", + "setter": "set_invert", + "index": -1 + }, + { + "name": "offset", + "type": "Vector2", + "getter": "get_offset", + "setter": "set_offset", + "index": -1 + }, + { + "name": "polygon", + "type": "PoolVector2Array", + "getter": "get_polygon", + "setter": "set_polygon", + "index": -1 + }, + { + "name": "polygons", + "type": "Array", + "getter": "get_polygons", + "setter": "set_polygons", + "index": -1 + }, + { + "name": "texture", + "type": "Texture", + "getter": "get_texture", + "setter": "set_texture", + "index": -1 + }, + { + "name": "texture_offset", + "type": "Vector2", + "getter": "get_texture_offset", + "setter": "set_texture_offset", + "index": -1 + }, + { + "name": "texture_rotation", + "type": "float", + "getter": "get_texture_rotation", + "setter": "set_texture_rotation", + "index": -1 + }, + { + "name": "texture_rotation_degrees", + "type": "float", + "getter": "get_texture_rotation_degrees", + "setter": "set_texture_rotation_degrees", + "index": -1 + }, + { + "name": "texture_scale", + "type": "Vector2", + "getter": "get_texture_scale", + "setter": "set_texture_scale", + "index": -1 + }, + { + "name": "uv", + "type": "PoolVector2Array", + "getter": "get_uv", + "setter": "set_uv", + "index": -1 + }, + { + "name": "vertex_colors", + "type": "PoolColorArray", + "getter": "get_vertex_colors", + "setter": "set_vertex_colors", + "index": -1 + } + ], + "signals": [ + ], + "methods": [ + { + "name": "get_antialiased", + "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_color", + "return_type": "Color", + "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_internal_vertex_count", + "return_type": "int", + "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_invert", + "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_invert_border", + "return_type": "float", + "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_offset", + "return_type": "Vector2", + "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_polygon", + "return_type": "PoolVector2Array", + "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_polygons", + "return_type": "Array", + "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_texture", + "return_type": "Texture", + "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_texture_offset", + "return_type": "Vector2", + "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_texture_rotation", + "return_type": "float", + "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_texture_rotation_degrees", + "return_type": "float", + "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_texture_scale", + "return_type": "Vector2", + "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_uv", + "return_type": "PoolVector2Array", + "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_vertex_colors", + "return_type": "PoolColorArray", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "set_antialiased", + "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": "antialiased", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_color", + "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": "color", + "type": "Color", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_internal_vertex_count", + "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": "internal_vertex_count", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_invert", + "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": "invert", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_invert_border", + "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": "invert_border", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_offset", + "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": "offset", + "type": "Vector2", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_polygon", + "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": "polygon", + "type": "PoolVector2Array", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_polygons", + "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": "polygons", + "type": "Array", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_texture", + "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": "texture", + "type": "Texture", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_texture_offset", + "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": "texture_offset", + "type": "Vector2", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_texture_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": "texture_rotation", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_texture_rotation_degrees", + "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": "texture_rotation", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_texture_scale", + "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": "texture_scale", + "type": "Vector2", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_uv", + "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": "uv", + "type": "PoolVector2Array", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_vertex_colors", + "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": "vertex_colors", + "type": "PoolColorArray", + "has_default_value": false, + "default_value": "" + } + ] + } + ], + "enums": [ + ] + }, { "name": "PaintProject", "base_class": "PaintNode", @@ -200986,6 +206240,32 @@ "arguments": [ ] }, + { + "name": "_on_add_paint_curve_2d_pressed", + "return_type": "void", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "_on_add_paint_polygon_2d_pressed", + "return_type": "void", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, { "name": "_on_add_paint_visual_grid_pressed", "return_type": "void", @@ -228558,6 +233838,274 @@ "enums": [ ] }, + { + "name": "PropDataCollisionObject", + "base_class": "PropDataEntry", + "api_type": "core", + "singleton": false, + "singleton_name": "", + "instanciable": true, + "is_reference": true, + "constants": { + }, + "properties": [ + { + "name": "collision_layer", + "type": "int", + "getter": "get_collision_layer", + "setter": "set_collision_layer", + "index": -1 + }, + { + "name": "collision_mask", + "type": "int", + "getter": "get_collision_mask", + "setter": "set_collision_mask", + "index": -1 + }, + { + "name": "collision_shape_count", + "type": "int", + "getter": "get_collision_shape_count", + "setter": "set_collision_shape_count", + "index": -1 + } + ], + "signals": [ + ], + "methods": [ + { + "name": "add_collision_shape", + "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": "transform", + "type": "Transform", + "has_default_value": false, + "default_value": "" + }, + { + "name": "shape", + "type": "Shape", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "get_collision_layer", + "return_type": "int", + "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_collision_mask", + "return_type": "int", + "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_collision_shape", + "return_type": "Shape", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "arg0", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "get_collision_shape_count", + "return_type": "int", + "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_collision_shape_transform", + "return_type": "Transform", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "arg0", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "remove_collision_shape", + "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": "index", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_collision_layer", + "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": "layer", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_collision_mask", + "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": "value", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_collision_shape", + "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": "index", + "type": "int", + "has_default_value": false, + "default_value": "" + }, + { + "name": "shape", + "type": "Shape", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_collision_shape_count", + "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": "value", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_collision_shape_transform", + "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": "index", + "type": "int", + "has_default_value": false, + "default_value": "" + }, + { + "name": "transform", + "type": "Transform", + "has_default_value": false, + "default_value": "" + } + ] + } + ], + "enums": [ + ] + }, { "name": "PropDataEntity", "base_class": "PropDataEntry", @@ -229705,6 +235253,142 @@ "enums": [ ] }, + { + "name": "PropDataStaticBody", + "base_class": "PropDataCollisionObject", + "api_type": "core", + "singleton": false, + "singleton_name": "", + "instanciable": true, + "is_reference": true, + "constants": { + }, + "properties": [ + { + "name": "constant_angular_velocity", + "type": "Vector3", + "getter": "get_constant_angular_velocity", + "setter": "set_constant_angular_velocity", + "index": -1 + }, + { + "name": "constant_linear_velocity", + "type": "Vector3", + "getter": "get_constant_linear_velocity", + "setter": "set_constant_linear_velocity", + "index": -1 + }, + { + "name": "physics_material_override", + "type": "PhysicsMaterial", + "getter": "get_physics_material_override", + "setter": "set_physics_material_override", + "index": -1 + } + ], + "signals": [ + ], + "methods": [ + { + "name": "get_constant_angular_velocity", + "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_constant_linear_velocity", + "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_physics_material_override", + "return_type": "PhysicsMaterial", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "set_constant_angular_velocity", + "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": "layer", + "type": "Vector3", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_constant_linear_velocity", + "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": "layer", + "type": "Vector3", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_physics_material_override", + "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": "material", + "type": "PhysicsMaterial", + "has_default_value": false, + "default_value": "" + } + ] + } + ], + "enums": [ + ] + }, { "name": "PropDataTiledWall", "base_class": "PropDataEntry", @@ -240171,7 +245855,8 @@ "LIGHT_DIRECTIONAL_SHADOW_DEPTH_RANGE_STABLE": 0, "LIGHT_DIRECTIONAL_SHADOW_ORTHOGONAL": 0, "LIGHT_DIRECTIONAL_SHADOW_PARALLEL_2_SPLITS": 1, - "LIGHT_DIRECTIONAL_SHADOW_PARALLEL_4_SPLITS": 2, + "LIGHT_DIRECTIONAL_SHADOW_PARALLEL_3_SPLITS": 2, + "LIGHT_DIRECTIONAL_SHADOW_PARALLEL_4_SPLITS": 3, "LIGHT_OMNI": 1, "LIGHT_OMNI_SHADOW_CUBE": 1, "LIGHT_OMNI_SHADOW_DETAIL_HORIZONTAL": 1, @@ -241380,6 +247065,25 @@ "arguments": [ ] }, + { + "name": "canvas_item_reset_physics_interpolation", + "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": "item", + "type": "RID", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "canvas_item_set_clip", "return_type": "void", @@ -241542,6 +247246,31 @@ } ] }, + { + "name": "canvas_item_set_interpolated", + "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": "item", + "type": "RID", + "has_default_value": false, + "default_value": "" + }, + { + "name": "interpolated", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "canvas_item_set_light_mask", "return_type": "void", @@ -241817,6 +247546,31 @@ } ] }, + { + "name": "canvas_item_transform_physics_interpolation", + "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": "item", + "type": "RID", + "has_default_value": false, + "default_value": "" + }, + { + "name": "xform", + "type": "Transform2D", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "canvas_light_attach_to_canvas", "return_type": "void", @@ -241893,6 +247647,25 @@ "arguments": [ ] }, + { + "name": "canvas_light_occluder_reset_physics_interpolation", + "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": "occluder", + "type": "RID", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "canvas_light_occluder_set_enabled", "return_type": "void", @@ -241918,6 +247691,31 @@ } ] }, + { + "name": "canvas_light_occluder_set_interpolated", + "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": "occluder", + "type": "RID", + "has_default_value": false, + "default_value": "" + }, + { + "name": "interpolated", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "canvas_light_occluder_set_light_mask", "return_type": "void", @@ -241993,6 +247791,50 @@ } ] }, + { + "name": "canvas_light_occluder_transform_physics_interpolation", + "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": "occluder", + "type": "RID", + "has_default_value": false, + "default_value": "" + }, + { + "name": "xform", + "type": "Transform2D", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "canvas_light_reset_physics_interpolation", + "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": "light", + "type": "RID", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "canvas_light_set_color", "return_type": "void", @@ -242093,6 +247935,31 @@ } ] }, + { + "name": "canvas_light_set_interpolated", + "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": "light", + "type": "RID", + "has_default_value": false, + "default_value": "" + }, + { + "name": "interpolated", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "canvas_light_set_item_cull_mask", "return_type": "void", @@ -242480,6 +248347,31 @@ } ] }, + { + "name": "canvas_light_transform_physics_interpolation", + "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": "light", + "type": "RID", + "has_default_value": false, + "default_value": "" + }, + { + "name": "xform", + "type": "Transform2D", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "canvas_occluder_polygon_create", "return_type": "RID", @@ -242630,6 +248522,25 @@ } ] }, + { + "name": "debug_canvas_item_get_local_bound", + "return_type": "Rect2", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "item", + "type": "RID", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "debug_canvas_item_get_rect", "return_type": "Rect2", @@ -249048,7 +254959,8 @@ "values": { "LIGHT_DIRECTIONAL_SHADOW_ORTHOGONAL": 0, "LIGHT_DIRECTIONAL_SHADOW_PARALLEL_2_SPLITS": 1, - "LIGHT_DIRECTIONAL_SHADOW_PARALLEL_4_SPLITS": 2 + "LIGHT_DIRECTIONAL_SHADOW_PARALLEL_3_SPLITS": 2, + "LIGHT_DIRECTIONAL_SHADOW_PARALLEL_4_SPLITS": 3 } }, { @@ -249678,6 +255590,12 @@ "type": "String", "has_default_value": false, "default_value": "" + }, + { + "name": "no_subresource_cache", + "type": "bool", + "has_default_value": false, + "default_value": "" } ] }, @@ -249837,10 +255755,30 @@ "constants": { }, "properties": [ + { + "name": "no_subresource_cache", + "type": "bool", + "getter": "get_no_subresource_cache", + "setter": "set_no_subresource_cache", + "index": -1 + } ], "signals": [ ], "methods": [ + { + "name": "get_no_subresource_cache", + "return_type": "bool", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, { "name": "get_resource", "return_type": "Resource", @@ -249893,6 +255831,25 @@ "arguments": [ ] }, + { + "name": "set_no_subresource_cache", + "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": "no_subresource_cache", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "wait", "return_type": "enum.Error", @@ -250784,6 +256741,32 @@ "arguments": [ ] }, + { + "name": "pop_all", + "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": "pop_context", + "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": "push_align", "return_type": "void", @@ -250861,6 +256844,44 @@ } ] }, + { + "name": "push_context", + "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": "push_customfx", + "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": "effect", + "type": "RichTextEffect", + "has_default_value": false, + "default_value": "" + }, + { + "name": "env", + "type": "Dictionary", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "push_font", "return_type": "void", @@ -254603,6 +260624,496 @@ "enums": [ ] }, + { + "name": "SMTPClient", + "base_class": "Node", + "api_type": "core", + "singleton": false, + "singleton_name": "", + "instanciable": true, + "is_reference": false, + "constants": { + "AUTH_TYPE_PLAINTEXT": 0, + "AUTH_TYPE_SMTPS": 2, + "AUTH_TYPE_STARTTLS": 1 + }, + "properties": [ + { + "name": "auth_type", + "type": "int", + "getter": "get_auth_type", + "setter": "set_auth_type", + "index": -1 + }, + { + "name": "get_delay", + "type": "int", + "getter": "get_delay", + "setter": "set_delay", + "index": -1 + }, + { + "name": "retries", + "type": "int", + "getter": "get_retries", + "setter": "set_retries", + "index": -1 + }, + { + "name": "smtp_client_id", + "type": "String", + "getter": "get_smtp_client_id", + "setter": "set_smtp_client_id", + "index": -1 + }, + { + "name": "smtp_server_address", + "type": "String", + "getter": "get_smtp_server_address", + "setter": "set_smtp_server_address", + "index": -1 + }, + { + "name": "smtp_server_password", + "type": "String", + "getter": "get_smtp_server_password", + "setter": "set_smtp_server_password", + "index": -1 + }, + { + "name": "smtp_server_port", + "type": "int", + "getter": "get_smtp_server_port", + "setter": "set_smtp_server_port", + "index": -1 + }, + { + "name": "smtp_server_sender_email_address", + "type": "String", + "getter": "get_smtp_server_sender_email_address", + "setter": "set_smtp_server_sender_email_address", + "index": -1 + }, + { + "name": "smtp_server_sender_name", + "type": "String", + "getter": "get_smtp_server_sender_name", + "setter": "set_smtp_server_sender_name", + "index": -1 + }, + { + "name": "smtp_server_user_name", + "type": "String", + "getter": "get_smtp_server_user_name", + "setter": "set_smtp_server_user_name", + "index": -1 + }, + { + "name": "use_threads", + "type": "bool", + "getter": "get_use_threads", + "setter": "set_use_threads", + "index": -1 + } + ], + "signals": [ + ], + "methods": [ + { + "name": "get_auth_type", + "return_type": "enum.SMTPClient::AuthType", + "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_delay", + "return_type": "int", + "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_retries", + "return_type": "int", + "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_smtp_client_id", + "return_type": "String", + "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_smtp_server_address", + "return_type": "String", + "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_smtp_server_password", + "return_type": "String", + "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_smtp_server_port", + "return_type": "int", + "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_smtp_server_sender_email_address", + "return_type": "String", + "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_smtp_server_sender_name", + "return_type": "String", + "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_smtp_server_user_name", + "return_type": "String", + "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_use_threads", + "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": "send_mail", + "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": "address", + "type": "String", + "has_default_value": false, + "default_value": "" + }, + { + "name": "subject", + "type": "String", + "has_default_value": false, + "default_value": "" + }, + { + "name": "message", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_auth_type", + "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": "val", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_delay", + "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": "val", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_retries", + "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": "val", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_smtp_client_id", + "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": "val", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_smtp_server_address", + "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": "val", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_smtp_server_password", + "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": "val", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_smtp_server_port", + "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": "val", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_smtp_server_sender_email_address", + "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": "val", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_smtp_server_sender_name", + "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": "val", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_smtp_server_user_name", + "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": "val", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_use_threads", + "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": "val", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + } + ], + "enums": [ + { + "name": "AuthType", + "values": { + "AUTH_TYPE_PLAINTEXT": 0, + "AUTH_TYPE_STARTTLS": 1, + "AUTH_TYPE_SMTPS": 2 + } + } + ] + }, { "name": "SQLite3Database", "base_class": "DatabaseSingleThreaded", @@ -255253,6 +261764,20 @@ "SYNC_REWIND": 8 }, "properties": [ + { + "name": "actions_redundancy", + "type": "int", + "getter": "get_actions_redundancy", + "setter": "set_actions_redundancy", + "index": -1 + }, + { + "name": "actions_resend_time", + "type": "float", + "getter": "get_actions_resend_time", + "setter": "set_actions_resend_time", + "index": -1 + }, { "name": "comparison_float_tolerance", "type": "float", @@ -255269,6 +261794,41 @@ } ], "signals": [ + { + "name": "desync_detected", + "arguments": [ + { + "name": "input_id", + "type": "int", + "has_default_value": false, + "default_value": "" + }, + { + "name": "node", + "type": "Object", + "has_default_value": false, + "default_value": "" + }, + { + "name": "var_names", + "type": "Array", + "has_default_value": false, + "default_value": "" + }, + { + "name": "client_values", + "type": "Array", + "has_default_value": false, + "default_value": "" + }, + { + "name": "server_values", + "type": "Array", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "sync_paused", "arguments": [ @@ -255370,6 +261930,25 @@ } ] }, + { + "name": "_rpc_send_actions", + "return_type": "void", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "enabled", + "type": "PoolByteArray", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "_rpc_send_state", "return_type": "void", @@ -255534,6 +262113,31 @@ } ] }, + { + "name": "find_action_id", + "return_type": "int", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "node", + "type": "Node", + "has_default_value": false, + "default_value": "" + }, + { + "name": "event_name", + "type": "StringName", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "force_state_notify", "return_type": "void", @@ -255547,6 +262151,32 @@ "arguments": [ ] }, + { + "name": "get_actions_redundancy", + "return_type": "int", + "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_actions_resend_time", + "return_type": "float", + "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_comparison_float_tolerance", "return_type": "float", @@ -255784,6 +262414,55 @@ } ] }, + { + "name": "register_action", + "return_type": "int", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "node", + "type": "Node", + "has_default_value": false, + "default_value": "" + }, + { + "name": "action_func", + "type": "StringName", + "has_default_value": false, + "default_value": "" + }, + { + "name": "action_encoding_func", + "type": "StringName", + "has_default_value": false, + "default_value": "" + }, + { + "name": "can_client_trigger", + "type": "bool", + "has_default_value": true, + "default_value": "False" + }, + { + "name": "wait_server_validation", + "type": "bool", + "has_default_value": true, + "default_value": "False" + }, + { + "name": "server_action_validation_func", + "type": "StringName", + "has_default_value": true, + "default_value": "" + } + ] + }, { "name": "register_node", "return_type": "int", @@ -255878,6 +262557,44 @@ "arguments": [ ] }, + { + "name": "set_actions_redundancy", + "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": "redundancy", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_actions_resend_time", + "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": "time", + "type": "float", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "set_comparison_float_tolerance", "return_type": "void", @@ -256135,6 +262852,80 @@ } ] }, + { + "name": "trigger_action", + "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": "node", + "type": "Node", + "has_default_value": false, + "default_value": "" + }, + { + "name": "action_id", + "type": "int", + "has_default_value": false, + "default_value": "" + }, + { + "name": "arguments", + "type": "Array", + "has_default_value": true, + "default_value": "[]" + }, + { + "name": "recipients_peers", + "type": "PoolIntArray", + "has_default_value": true, + "default_value": "[]" + } + ] + }, + { + "name": "trigger_action_by_name", + "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": "node", + "type": "Node", + "has_default_value": false, + "default_value": "" + }, + { + "name": "event_name", + "type": "StringName", + "has_default_value": false, + "default_value": "" + }, + { + "name": "arguments", + "type": "Array", + "has_default_value": true, + "default_value": "[]" + }, + { + "name": "recipients_peers", + "type": "PoolIntArray", + "has_default_value": true, + "default_value": "[]" + } + ] + }, { "name": "unregister_node", "return_type": "void", @@ -256258,6 +263049,206 @@ } ] }, + { + "name": "SceneSynchronizerDebugger", + "base_class": "Node", + "api_type": "core", + "singleton": true, + "singleton_name": "SceneSynchronizerDebugger", + "instanciable": false, + "is_reference": false, + "constants": { + }, + "properties": [ + ], + "signals": [ + ], + "methods": [ + { + "name": "add_node_message", + "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": "node", + "type": "Node", + "has_default_value": false, + "default_value": "" + }, + { + "name": "message", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "add_node_message_by_path", + "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": "node_path", + "type": "String", + "has_default_value": false, + "default_value": "" + }, + { + "name": "message", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "debug_error", + "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": "node", + "type": "Node", + "has_default_value": false, + "default_value": "" + }, + { + "name": "message", + "type": "String", + "has_default_value": false, + "default_value": "" + }, + { + "name": "silent", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "debug_print", + "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": "node", + "type": "Node", + "has_default_value": false, + "default_value": "" + }, + { + "name": "message", + "type": "String", + "has_default_value": false, + "default_value": "" + }, + { + "name": "silent", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "debug_warning", + "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": "node", + "type": "Node", + "has_default_value": false, + "default_value": "" + }, + { + "name": "message", + "type": "String", + "has_default_value": false, + "default_value": "" + }, + { + "name": "silent", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "on_node_added", + "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": "arg0", + "type": "Node", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "on_node_removed", + "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": "arg0", + "type": "Node", + "has_default_value": false, + "default_value": "" + } + ] + } + ], + "enums": [ + ] + }, { "name": "SceneTree", "base_class": "MainLoop", @@ -256309,6 +263300,13 @@ "setter": "set_debug_navigation_hint", "index": -1 }, + { + "name": "debug_paths_hint", + "type": "bool", + "getter": "is_debugging_paths_hint", + "setter": "set_debug_paths_hint", + "index": -1 + }, { "name": "edited_scene_root", "type": "Node", @@ -256772,6 +263770,25 @@ "arguments": [ ] }, + { + "name": "get_first_node_in_group", + "return_type": "Node", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "group", + "type": "StringName", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "get_frame", "return_type": "int", @@ -256953,19 +263970,6 @@ "arguments": [ ] }, - { - "name": "is_debugging_avoidance_hint", - "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_debugging_collisions_hint", "return_type": "bool", @@ -256992,6 +263996,19 @@ "arguments": [ ] }, + { + "name": "is_debugging_paths_hint", + "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_input_handled", "return_type": "bool", @@ -257241,25 +264258,6 @@ } ] }, - { - "name": "set_debug_avoidance_hint", - "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_debug_collisions_hint", "return_type": "void", @@ -257298,6 +264296,25 @@ } ] }, + { + "name": "set_debug_paths_hint", + "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_edited_scene_root", "return_type": "void", @@ -308489,7 +315506,7 @@ }, { "name": "Terrain2DWorld", - "base_class": "Navigation2D", + "base_class": "Node2D", "api_type": "core", "singleton": false, "singleton_name": "", @@ -322180,7 +329197,7 @@ }, { "name": "TerrainWorld", - "base_class": "Navigation", + "base_class": "Spatial", "api_type": "core", "singleton": false, "singleton_name": "", @@ -324987,6 +332004,25 @@ "arguments": [ ] }, + { + "name": "_unhandled_key_input", + "return_type": "void", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "arg0", + "type": "InputEvent", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "_update_wrap_at", "return_type": "void", @@ -327966,6 +335002,19 @@ "signals": [ ], "methods": [ + { + "name": "_texture_changed", + "return_type": "void", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, { "name": "get_click_mask", "return_type": "BitMap", @@ -333713,6 +340762,19 @@ "arguments": [ ] }, + { + "name": "get_navigation_map", + "return_type": "RID", + "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_occluder_light_mask", "return_type": "int", @@ -334421,6 +341483,25 @@ } ] }, + { + "name": "set_navigation_map", + "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": "navigation_map", + "type": "RID", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "set_occluder_light_mask", "return_type": "void", @@ -334683,6 +341764,8 @@ "BITMASK_2X2": 0, "BITMASK_3X3": 2, "BITMASK_3X3_MINIMAL": 1, + "FALLBACK_AUTO": 0, + "FALLBACK_ICON": 1, "SINGLE_TILE": 0 }, "properties": [ @@ -334853,6 +341936,25 @@ } ] }, + { + "name": "autotile_get_fallback_mode", + "return_type": "enum.TileSet::FallbackMode", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "id", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "autotile_get_icon_coordinate", "return_type": "Vector2", @@ -335066,6 +342168,31 @@ } ] }, + { + "name": "autotile_set_fallback_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": "id", + "type": "int", + "has_default_value": false, + "default_value": "" + }, + { + "name": "mode", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "autotile_set_icon_coordinate", "return_type": "void", @@ -336380,6 +343507,13 @@ "BITMASK_3X3": 2 } }, + { + "name": "FallbackMode", + "values": { + "FALLBACK_AUTO": 0, + "FALLBACK_ICON": 1 + } + }, { "name": "AutotileBindings", "values": { @@ -340993,6 +348127,31 @@ "default_value": "" } ] + }, + { + "name": "translate_to", + "return_type": "StringName", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "message", + "type": "StringName", + "has_default_value": false, + "default_value": "" + }, + { + "name": "locale", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] } ], "enums": [ @@ -347007,6 +354166,25 @@ } ] }, + { + "name": "get_user_email", + "return_type": "User", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "user_email", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "get_user_manager", "return_type": "Node", @@ -347294,6 +354472,25 @@ } ] }, + { + "name": "_get_user_email", + "return_type": "User", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "user_email", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "_get_user_name", "return_type": "User", @@ -347402,6 +354599,25 @@ } ] }, + { + "name": "get_user_email", + "return_type": "User", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "user_email", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "get_user_name", "return_type": "User", @@ -347588,7 +354804,7 @@ ] }, { - "name": "_udpate_table", + "name": "_update_table", "return_type": "void", "is_editor": false, "is_noscript": false, @@ -347786,7 +355002,7 @@ ] }, { - "name": "udpate_table", + "name": "update_table", "return_type": "void", "is_editor": false, "is_noscript": false, @@ -350163,6 +357379,13 @@ "setter": "set_expand", "index": -1 }, + { + "name": "loop", + "type": "bool", + "getter": "has_loop", + "setter": "set_loop", + "index": -1 + }, { "name": "paused", "type": "bool", @@ -350350,6 +357573,19 @@ "arguments": [ ] }, + { + "name": "has_loop", + "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_paused", "return_type": "bool", @@ -350484,6 +357720,25 @@ } ] }, + { + "name": "set_loop", + "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": "loop", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "set_paused", "return_type": "void", @@ -352648,10 +359903,9 @@ "is_reference": false, "constants": { "ENABLER_FREEZE_BODIES": 1, - "ENABLER_MAX": 7, + "ENABLER_MAX": 6, "ENABLER_PARENT_PHYSICS_PROCESS": 4, "ENABLER_PARENT_PROCESS": 3, - "ENABLER_PARENT_VISIBILITY": 6, "ENABLER_PAUSE_ANIMATED_SPRITES": 5, "ENABLER_PAUSE_ANIMATIONS": 0, "ENABLER_PAUSE_PARTICLES": 2 @@ -352698,13 +359952,6 @@ "getter": "is_enabler_enabled", "setter": "set_enabler", "index": 3 - }, - { - "name": "visibility_parent", - "type": "bool", - "getter": "is_enabler_enabled", - "setter": "set_enabler", - "index": 6 } ], "signals": [ @@ -352784,8 +360031,7 @@ "ENABLER_PARENT_PROCESS": 3, "ENABLER_PARENT_PHYSICS_PROCESS": 4, "ENABLER_PAUSE_ANIMATED_SPRITES": 5, - "ENABLER_PARENT_VISIBILITY": 6, - "ENABLER_MAX": 7 + "ENABLER_MAX": 6 } } ] @@ -366044,7 +373290,7 @@ }, { "name": "VoxelWorld", - "base_class": "Navigation", + "base_class": "Spatial", "api_type": "core", "singleton": false, "singleton_name": "", @@ -368837,7 +376083,7 @@ ] }, { - "name": "_udpate_table", + "name": "_update_table", "return_type": "void", "is_editor": false, "is_noscript": false, @@ -369456,7 +376702,7 @@ ] }, { - "name": "udpate_table", + "name": "update_table", "return_type": "void", "is_editor": false, "is_noscript": false, @@ -369890,6 +377136,25 @@ "arguments": [ ] }, + { + "name": "_unregister_connection_for_request", + "return_type": "Dictionary", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "request", + "type": "WebServerRequest", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "get_session_manager", "return_type": "HTTPSessionManager", @@ -369973,6 +377238,25 @@ "is_from_script": false, "arguments": [ ] + }, + { + "name": "unregister_connection_for_request", + "return_type": "Dictionary", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "request", + "type": "WebServerRequest", + "has_default_value": false, + "default_value": "" + } + ] } ], "enums": [ @@ -370662,6 +377946,13 @@ "setter": "set_connection_closed", "index": -1 }, + { + "name": "content_type", + "type": "String", + "getter": "get_content_type", + "setter": "set_content_type", + "index": -1 + }, { "name": "footer", "type": "String", @@ -370779,6 +378070,82 @@ "arguments": [ ] }, + { + "name": "custom_response_header_get", + "return_type": "String", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "key", + "type": "StringName", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "custom_response_header_has", + "return_type": "bool", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "key", + "type": "StringName", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "custom_response_header_set", + "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": "key", + "type": "StringName", + "has_default_value": false, + "default_value": "" + }, + { + "name": "value", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "custom_response_headers_get", + "return_type": "Dictionary", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, { "name": "get_active_permission", "return_type": "WebPermission", @@ -370831,6 +378198,19 @@ "arguments": [ ] }, + { + "name": "get_content_type", + "return_type": "String", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, { "name": "get_cookie", "return_type": "String", @@ -371029,6 +378409,19 @@ } ] }, + { + "name": "get_get_parameter_keys", + "return_type": "PoolStringArray", + "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_head", "return_type": "String", @@ -371042,6 +378435,38 @@ "arguments": [ ] }, + { + "name": "get_header_parameter", + "return_type": "String", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "key", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "get_header_parameter_keys", + "return_type": "PoolStringArray", + "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_host", "return_type": "String", @@ -371113,6 +378538,19 @@ } ] }, + { + "name": "get_parameter_keys", + "return_type": "PoolStringArray", + "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_path", "return_type": "String", @@ -371215,6 +378653,19 @@ } ] }, + { + "name": "get_post_parameter_keys", + "return_type": "PoolStringArray", + "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_remaining_segment_count", "return_type": "int", @@ -371720,6 +379171,25 @@ } ] }, + { + "name": "set_content_type", + "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": "content_type", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "set_csrf_token", "return_type": "void", @@ -371802,6 +379272,31 @@ } ] }, + { + "name": "set_header_parameter", + "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": "key", + "type": "String", + "has_default_value": false, + "default_value": "" + }, + { + "name": "value", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "set_permissions", "return_type": "void", @@ -372011,7 +379506,7 @@ "return_type": "String", "is_editor": false, "is_noscript": false, - "is_const": false, + "is_const": true, "is_reverse": false, "is_virtual": true, "has_varargs": false, @@ -372030,7 +379525,7 @@ "return_type": "String", "is_editor": false, "is_noscript": false, - "is_const": false, + "is_const": true, "is_reverse": false, "is_virtual": true, "has_varargs": false, @@ -372049,7 +379544,7 @@ "return_type": "String", "is_editor": false, "is_noscript": false, - "is_const": true, + "is_const": false, "is_reverse": false, "is_virtual": true, "has_varargs": false, @@ -372068,7 +379563,7 @@ "return_type": "int", "is_editor": false, "is_noscript": false, - "is_const": true, + "is_const": false, "is_reverse": false, "is_virtual": true, "has_varargs": false, @@ -372087,6 +379582,38 @@ "return_type": "String", "is_editor": false, "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "key", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "_get_get_parameter_keys", + "return_type": "PoolStringArray", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "_get_header_parameter", + "return_type": "void", + "is_editor": false, + "is_noscript": false, "is_const": false, "is_reverse": false, "is_virtual": true, @@ -372101,6 +379628,19 @@ } ] }, + { + "name": "_get_header_parameter_keys", + "return_type": "PoolStringArray", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, { "name": "_get_host", "return_type": "String", @@ -372146,6 +379686,19 @@ } ] }, + { + "name": "_get_parameter_keys", + "return_type": "PoolStringArray", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, { "name": "_get_path_full", "return_type": "String", @@ -372178,6 +379731,19 @@ } ] }, + { + "name": "_get_post_parameter_keys", + "return_type": "PoolStringArray", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, { "name": "_parse_files", "return_type": "void", @@ -372305,6 +379871,31 @@ } ] }, + { + "name": "_set_header_parameter", + "return_type": "void", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "key", + "type": "String", + "has_default_value": false, + "default_value": "" + }, + { + "name": "value", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "_set_post_parameter", "return_type": "void", @@ -372442,6 +380033,13 @@ "setter": "set_ssl_key", "index": -1 }, + { + "name": "start_on_ready", + "type": "bool", + "getter": "get_start_on_ready", + "setter": "set_start_on_ready", + "index": -1 + }, { "name": "use_poll_thread", "type": "bool", @@ -372577,6 +380175,19 @@ "arguments": [ ] }, + { + "name": "get_start_on_ready", + "return_type": "bool", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, { "name": "get_use_poll_thread", "return_type": "bool", @@ -372775,6 +380386,25 @@ } ] }, + { + "name": "set_start_on_ready", + "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": "val", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, { "name": "set_use_poll_thread", "return_type": "void", @@ -373941,6 +381571,704 @@ "enums": [ ] }, + { + "name": "WindowServer", + "base_class": "Object", + "api_type": "core", + "singleton": true, + "singleton_name": "WindowServer", + "instanciable": false, + "is_reference": false, + "constants": { + "DISPLAY_HANDLE": 0, + "OPENGL_CONTEXT": 3, + "WINDOW_HANDLE": 1, + "WINDOW_VIEW": 2 + }, + "properties": [ + { + "name": "current_screen", + "type": "int", + "getter": "get_current_screen", + "setter": "set_current_screen", + "index": -1 + }, + { + "name": "max_window_size", + "type": "Vector2", + "getter": "get_max_window_size", + "setter": "set_max_window_size", + "index": -1 + }, + { + "name": "min_window_size", + "type": "Vector2", + "getter": "get_min_window_size", + "setter": "set_min_window_size", + "index": -1 + }, + { + "name": "window_borderless", + "type": "bool", + "getter": "get_borderless_window", + "setter": "set_borderless_window", + "index": -1 + }, + { + "name": "window_fullscreen", + "type": "bool", + "getter": "is_window_fullscreen", + "setter": "set_window_fullscreen", + "index": -1 + }, + { + "name": "window_maximized", + "type": "bool", + "getter": "is_window_maximized", + "setter": "set_window_maximized", + "index": -1 + }, + { + "name": "window_minimized", + "type": "bool", + "getter": "is_window_minimized", + "setter": "set_window_minimized", + "index": -1 + }, + { + "name": "window_per_pixel_transparency_enabled", + "type": "bool", + "getter": "get_window_per_pixel_transparency_enabled", + "setter": "set_window_per_pixel_transparency_enabled", + "index": -1 + }, + { + "name": "window_position", + "type": "Vector2", + "getter": "get_window_position", + "setter": "set_window_position", + "index": -1 + }, + { + "name": "window_resizable", + "type": "bool", + "getter": "is_window_resizable", + "setter": "set_window_resizable", + "index": -1 + }, + { + "name": "window_size", + "type": "Vector2", + "getter": "get_window_size", + "setter": "set_window_size", + "index": -1 + } + ], + "signals": [ + ], + "methods": [ + { + "name": "center_window", + "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": "get_borderless_window", + "return_type": "bool", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "get_current_screen", + "return_type": "int", + "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_max_window_size", + "return_type": "Vector2", + "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_min_window_size", + "return_type": "Vector2", + "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_native_handle", + "return_type": "int", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "handle_type", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "get_real_window_size", + "return_type": "Vector2", + "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_screen_count", + "return_type": "int", + "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_screen_dpi", + "return_type": "int", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "screen", + "type": "int", + "has_default_value": true, + "default_value": "-1" + } + ] + }, + { + "name": "get_screen_max_scale", + "return_type": "float", + "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_screen_position", + "return_type": "Vector2", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "screen", + "type": "int", + "has_default_value": true, + "default_value": "-1" + } + ] + }, + { + "name": "get_screen_refresh_rate", + "return_type": "float", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "screen", + "type": "int", + "has_default_value": true, + "default_value": "-1" + } + ] + }, + { + "name": "get_screen_scale", + "return_type": "float", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "screen", + "type": "int", + "has_default_value": true, + "default_value": "-1" + } + ] + }, + { + "name": "get_screen_size", + "return_type": "Vector2", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "screen", + "type": "int", + "has_default_value": true, + "default_value": "-1" + } + ] + }, + { + "name": "get_window_per_pixel_transparency_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": "get_window_position", + "return_type": "Vector2", + "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_window_size", + "return_type": "Vector2", + "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_window_always_on_top", + "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_window_focused", + "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_window_fullscreen", + "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_window_maximized", + "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_window_minimized", + "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_window_resizable", + "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": "move_window_to_foreground", + "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": "request_attention", + "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": "set_borderless_window", + "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": "borderless", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_current_screen", + "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": "screen", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_max_window_size", + "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": "size", + "type": "Vector2", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_min_window_size", + "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": "size", + "type": "Vector2", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_window_always_on_top", + "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": "enabled", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_window_fullscreen", + "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": "enabled", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_window_maximized", + "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": "enabled", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_window_minimized", + "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": "enabled", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_window_per_pixel_transparency_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": "enabled", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_window_position", + "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": "position", + "type": "Vector2", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_window_resizable", + "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": "enabled", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_window_size", + "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": "size", + "type": "Vector2", + "has_default_value": false, + "default_value": "" + } + ] + } + ], + "enums": [ + { + "name": "HandleType", + "values": { + "DISPLAY_HANDLE": 0, + "WINDOW_HANDLE": 1, + "WINDOW_VIEW": 2, + "OPENGL_CONTEXT": 3 + } + } + ] + }, { "name": "World", "base_class": "Node", @@ -395020,6 +403348,56 @@ } ] }, + { + "name": "create_instance", + "return_type": "int", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "arguments", + "type": "PoolStringArray", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "create_process", + "return_type": "int", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "path", + "type": "String", + "has_default_value": false, + "default_value": "" + }, + { + "name": "arguments", + "type": "PoolStringArray", + "has_default_value": false, + "default_value": "" + }, + { + "name": "open_console", + "type": "bool", + "has_default_value": true, + "default_value": "False" + } + ] + }, { "name": "delay_msec", "return_type": "void", @@ -397053,6 +405431,49 @@ "arguments": [ ] }, + { + "name": "run", + "return_type": "int", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "path", + "type": "String", + "has_default_value": false, + "default_value": "" + }, + { + "name": "arguments", + "type": "PoolStringArray", + "has_default_value": false, + "default_value": "" + }, + { + "name": "output", + "type": "Array", + "has_default_value": true, + "default_value": "[]" + }, + { + "name": "read_stderr", + "type": "bool", + "has_default_value": true, + "default_value": "False" + }, + { + "name": "open_console", + "type": "bool", + "has_default_value": true, + "default_value": "False" + } + ] + }, { "name": "set_borderless_window", "return_type": "void", @@ -397848,6 +406269,11 @@ "instanciable": false, "is_reference": false, "constants": { + "LOG_LEVEL_ERROR": 3, + "LOG_LEVEL_MESSAGE": 1, + "LOG_LEVEL_NONE": 4, + "LOG_LEVEL_TRACE": 0, + "LOG_LEVEL_WARNING": 2 }, "properties": [ { @@ -397856,6 +406282,13 @@ "getter": "get_backend", "setter": "set_backend", "index": -1 + }, + { + "name": "log_level", + "type": "int", + "getter": "get_log_level", + "setter": "set_log_level", + "index": -1 } ], "signals": [ @@ -397874,6 +406307,19 @@ "arguments": [ ] }, + { + "name": "get_log_level", + "return_type": "enum._PLogger::LogLevel", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, { "name": "log_error", "return_type": "void", @@ -397968,6 +406414,132 @@ "default_value": "" } ] + }, + { + "name": "set_log_level", + "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": "log_level", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + } + ], + "enums": [ + { + "name": "LogLevel", + "values": { + "LOG_LEVEL_TRACE": 0, + "LOG_LEVEL_MESSAGE": 1, + "LOG_LEVEL_WARNING": 2, + "LOG_LEVEL_ERROR": 3, + "LOG_LEVEL_NONE": 4 + } + } + ] + }, + { + "name": "_RWLock", + "base_class": "Reference", + "api_type": "core", + "singleton": false, + "singleton_name": "", + "instanciable": true, + "is_reference": true, + "constants": { + }, + "properties": [ + ], + "signals": [ + ], + "methods": [ + { + "name": "read_lock", + "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": "read_try_lock", + "return_type": "enum.Error", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "read_unlock", + "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": "write_lock", + "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": "write_try_lock", + "return_type": "enum.Error", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "write_unlock", + "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": [ + ] } ], "enums": [ @@ -398142,6 +406714,12 @@ "type": "String", "has_default_value": true, "default_value": "" + }, + { + "name": "no_cache", + "type": "bool", + "has_default_value": true, + "default_value": "False" } ] }, @@ -398256,6 +406834,171 @@ } ] }, + { + "name": "_ScriptServer", + "base_class": "Object", + "api_type": "core", + "singleton": true, + "singleton_name": "ScriptServer", + "instanciable": false, + "is_reference": false, + "constants": { + }, + "properties": [ + ], + "signals": [ + ], + "methods": [ + { + "name": "get_global_class_base", + "return_type": "StringName", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "class", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "get_global_class_list", + "return_type": "Array", + "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_class_name", + "return_type": "StringName", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "path", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "get_global_class_native_base", + "return_type": "StringName", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "class", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "get_global_class_path", + "return_type": "String", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "class", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "get_global_class_script", + "return_type": "Script", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "class", + "type": "StringName", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "instantiate_global_class", + "return_type": "Variant", + "is_editor": false, + "is_noscript": false, + "is_const": true, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "class", + "type": "StringName", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "is_global_class", + "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": "class", + "type": "StringName", + "has_default_value": false, + "default_value": "" + } + ] + } + ], + "enums": [ + ] + }, { "name": "_Semaphore", "base_class": "Reference", @@ -398314,6 +407057,466 @@ "enums": [ ] }, + { + "name": "_SubProcess", + "base_class": "Reference", + "api_type": "core", + "singleton": false, + "singleton_name": "", + "instanciable": true, + "is_reference": true, + "constants": { + }, + "properties": [ + { + "name": "arguments", + "type": "PoolStringArray", + "getter": "get_arguments", + "setter": "set_arguments", + "index": -1 + }, + { + "name": "blocking", + "type": "bool", + "getter": "get_blocking", + "setter": "set_blocking", + "index": -1 + }, + { + "name": "executable_path", + "type": "String", + "getter": "get_executable_path", + "setter": "set_executable_path", + "index": -1 + }, + { + "name": "open_console", + "type": "bool", + "getter": "get_open_console", + "setter": "set_open_console", + "index": -1 + }, + { + "name": "read_output", + "type": "bool", + "getter": "get_read_output", + "setter": "set_read_output", + "index": -1 + }, + { + "name": "read_std", + "type": "bool", + "getter": "get_read_std", + "setter": "set_read_std", + "index": -1 + }, + { + "name": "read_std_err", + "type": "bool", + "getter": "get_read_std_err", + "setter": "set_read_std_err", + "index": -1 + }, + { + "name": "use_pipe_mutex", + "type": "bool", + "getter": "get_use_pipe_mutex", + "setter": "set_use_pipe_mutex", + "index": -1 + } + ], + "signals": [ + ], + "methods": [ + { + "name": "get_arguments", + "return_type": "PoolStringArray", + "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_blocking", + "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_data", + "return_type": "String", + "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_executable_path", + "return_type": "String", + "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_exitcode", + "return_type": "int", + "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_open_console", + "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_process_id", + "return_type": "int", + "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_read_output", + "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_read_std", + "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_read_std_err", + "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_use_pipe_mutex", + "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_process_running", + "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": "poll", + "return_type": "enum.Error", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "send_data", + "return_type": "enum.Error", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "data", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "send_signal", + "return_type": "enum.Error", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + { + "name": "signal", + "type": "int", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_arguments", + "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": "arguments", + "type": "PoolStringArray", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_blocking", + "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": "value", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_executable_path", + "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": "executable_path", + "type": "String", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_open_console", + "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": "value", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_read_output", + "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": "value", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_read_std", + "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": "value", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_read_std_err", + "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": "value", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "set_use_pipe_mutex", + "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": "value", + "type": "bool", + "has_default_value": false, + "default_value": "" + } + ] + }, + { + "name": "start", + "return_type": "enum.Error", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, + { + "name": "stop", + "return_type": "enum.Error", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": false, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + } + ], + "enums": [ + ] + }, { "name": "_Thread", "base_class": "Reference", diff --git a/pandemonium_headers/gdn/aabb.h b/pandemonium_headers/gdn/aabb.h index 4b3b239..8d1398c 100644 --- a/pandemonium_headers/gdn/aabb.h +++ b/pandemonium_headers/gdn/aabb.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* aabb.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_AABB_H #define GDNATIVE_AABB_H +/*************************************************************************/ +/* aabb.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif diff --git a/pandemonium_headers/gdn/array.h b/pandemonium_headers/gdn/array.h index e6acd94..6bc95da 100644 --- a/pandemonium_headers/gdn/array.h +++ b/pandemonium_headers/gdn/array.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* array.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_ARRAY_H #define GDNATIVE_ARRAY_H +/*************************************************************************/ +/* array.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif diff --git a/pandemonium_headers/gdn/basis.h b/pandemonium_headers/gdn/basis.h index a434d3e..7658d76 100644 --- a/pandemonium_headers/gdn/basis.h +++ b/pandemonium_headers/gdn/basis.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* basis.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_BASIS_H #define GDNATIVE_BASIS_H +/*************************************************************************/ +/* basis.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif diff --git a/pandemonium_headers/gdn/color.h b/pandemonium_headers/gdn/color.h index 13f8223..d9a81a6 100644 --- a/pandemonium_headers/gdn/color.h +++ b/pandemonium_headers/gdn/color.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* color.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_COLOR_H #define GDNATIVE_COLOR_H +/*************************************************************************/ +/* color.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif diff --git a/pandemonium_headers/gdn/dictionary.h b/pandemonium_headers/gdn/dictionary.h index 701e66e..3fd9d64 100644 --- a/pandemonium_headers/gdn/dictionary.h +++ b/pandemonium_headers/gdn/dictionary.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* dictionary.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_DICTIONARY_H #define GDNATIVE_DICTIONARY_H +/*************************************************************************/ +/* dictionary.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif diff --git a/pandemonium_headers/gdn/gdnative.h b/pandemonium_headers/gdn/gdnative.h index f80046e..634ec42 100644 --- a/pandemonium_headers/gdn/gdnative.h +++ b/pandemonium_headers/gdn/gdnative.h @@ -1,56 +1,59 @@ -/**************************************************************************/ -/* gdnative.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_GDNATIVE_H #define GDNATIVE_GDNATIVE_H +/*************************************************************************/ +/* gdnative.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif #if defined(_WIN32) || defined(__ANDROID__) #define GDCALLINGCONV -#define GDAPI GDCALLINGCONV #elif defined(__APPLE__) #include "TargetConditionals.h" #if TARGET_OS_IPHONE #define GDCALLINGCONV __attribute__((visibility("default"))) -#define GDAPI GDCALLINGCONV #elif TARGET_OS_MAC #define GDCALLINGCONV __attribute__((sysv_abi)) -#define GDAPI GDCALLINGCONV #endif -#else // !_WIN32 && !__APPLE__ +#else // Linux/BSD/Web +#if defined(__aarch64__) +#define GDCALLINGCONV +#else #define GDCALLINGCONV __attribute__((sysv_abi)) -#define GDAPI GDCALLINGCONV #endif +#endif + +#define GDAPI GDCALLINGCONV // This is for libraries *using* the header, NOT PANDEMONIUM EXPOSING STUFF!! #if !defined(GDN_EXPORT) diff --git a/pandemonium_headers/gdn/node_path.h b/pandemonium_headers/gdn/node_path.h index 082ad0e..945412a 100644 --- a/pandemonium_headers/gdn/node_path.h +++ b/pandemonium_headers/gdn/node_path.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* node_path.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_NODE_PATH_H #define GDNATIVE_NODE_PATH_H +/*************************************************************************/ +/* node_path.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif diff --git a/pandemonium_headers/gdn/plane.h b/pandemonium_headers/gdn/plane.h index 80ea3c8..45fc5e4 100644 --- a/pandemonium_headers/gdn/plane.h +++ b/pandemonium_headers/gdn/plane.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* plane.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_PLANE_H #define GDNATIVE_PLANE_H +/*************************************************************************/ +/* plane.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif diff --git a/pandemonium_headers/gdn/pool_arrays.h b/pandemonium_headers/gdn/pool_arrays.h index 0ebb30b..524ecbf 100644 --- a/pandemonium_headers/gdn/pool_arrays.h +++ b/pandemonium_headers/gdn/pool_arrays.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* pool_arrays.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_POOL_ARRAYS_H #define GDNATIVE_POOL_ARRAYS_H +/*************************************************************************/ +/* pool_arrays.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif diff --git a/pandemonium_headers/gdn/projection.h b/pandemonium_headers/gdn/projection.h index bf09740..bb77925 100644 --- a/pandemonium_headers/gdn/projection.h +++ b/pandemonium_headers/gdn/projection.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* projection.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_PROJECTION_H #define GDNATIVE_PROJECTION_H +/*************************************************************************/ +/* projection.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif @@ -53,11 +54,11 @@ typedef struct { #include #include +#include +#include #include #include #include -#include -#include #ifdef __cplusplus extern "C" { diff --git a/pandemonium_headers/gdn/quaternion.h b/pandemonium_headers/gdn/quaternion.h index 78f0d90..bc9f1cb 100644 --- a/pandemonium_headers/gdn/quaternion.h +++ b/pandemonium_headers/gdn/quaternion.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* quaternion.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_QUATERNION_H #define GDNATIVE_QUATERNION_H +/*************************************************************************/ +/* quaternion.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif diff --git a/pandemonium_headers/gdn/rect2.h b/pandemonium_headers/gdn/rect2.h index ba12544..9618c8f 100644 --- a/pandemonium_headers/gdn/rect2.h +++ b/pandemonium_headers/gdn/rect2.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* rect2.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_RECT2_H #define GDNATIVE_RECT2_H +/*************************************************************************/ +/* rect2.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif @@ -50,8 +51,8 @@ typedef struct pandemonium_rect2 { #endif #include -#include #include +#include #ifdef __cplusplus extern "C" { diff --git a/pandemonium_headers/gdn/rect2i.h b/pandemonium_headers/gdn/rect2i.h index 0b81582..eadff53 100644 --- a/pandemonium_headers/gdn/rect2i.h +++ b/pandemonium_headers/gdn/rect2i.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* rect2i.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_RECT2I_H #define GDNATIVE_RECT2I_H +/*************************************************************************/ +/* rect2i.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif diff --git a/pandemonium_headers/gdn/rid.h b/pandemonium_headers/gdn/rid.h index 85d6034..9febb3b 100644 --- a/pandemonium_headers/gdn/rid.h +++ b/pandemonium_headers/gdn/rid.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* rid.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_RID_H #define GDNATIVE_RID_H +/*************************************************************************/ +/* rid.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif diff --git a/pandemonium_headers/gdn/string.h b/pandemonium_headers/gdn/string.h index 93e390c..824a893 100644 --- a/pandemonium_headers/gdn/string.h +++ b/pandemonium_headers/gdn/string.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* string.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_STRING_H #define GDNATIVE_STRING_H +/*************************************************************************/ +/* string.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif @@ -246,7 +247,8 @@ pandemonium_bool GDAPI pandemonium_string_is_numeric(const pandemonium_string *p pandemonium_bool GDAPI pandemonium_string_is_zero(const pandemonium_string *p_self); double GDAPI pandemonium_string_to_double(const pandemonium_string *p_self); -pandemonium_real GDAPI pandemonium_string_to_float(const pandemonium_string *p_self); +float GDAPI pandemonium_string_to_float(const pandemonium_string *p_self); +pandemonium_real GDAPI pandemonium_string_to_real(const pandemonium_string *p_self); pandemonium_int GDAPI pandemonium_string_to_int(const pandemonium_string *p_self); pandemonium_bool GDAPI pandemonium_string_to_bool(const pandemonium_string *p_self); uint32_t GDAPI pandemonium_string_to_uint(const pandemonium_string *p_self); diff --git a/pandemonium_headers/gdn/string_name.h b/pandemonium_headers/gdn/string_name.h index 29866f1..e487828 100644 --- a/pandemonium_headers/gdn/string_name.h +++ b/pandemonium_headers/gdn/string_name.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* string_name.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_STRING_NAME_H #define GDNATIVE_STRING_NAME_H +/*************************************************************************/ +/* string_name.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif diff --git a/pandemonium_headers/gdn/transform.h b/pandemonium_headers/gdn/transform.h index e98f146..e31f397 100644 --- a/pandemonium_headers/gdn/transform.h +++ b/pandemonium_headers/gdn/transform.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* transform.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_TRANSFORM_H #define GDNATIVE_TRANSFORM_H +/*************************************************************************/ +/* transform.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif diff --git a/pandemonium_headers/gdn/transform2d.h b/pandemonium_headers/gdn/transform2d.h index d411381..66303ff 100644 --- a/pandemonium_headers/gdn/transform2d.h +++ b/pandemonium_headers/gdn/transform2d.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* transform2d.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_TRANSFORM2D_H #define GDNATIVE_TRANSFORM2D_H +/*************************************************************************/ +/* transform2d.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif diff --git a/pandemonium_headers/gdn/variant.h b/pandemonium_headers/gdn/variant.h index 8683aaf..3375d38 100644 --- a/pandemonium_headers/gdn/variant.h +++ b/pandemonium_headers/gdn/variant.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* variant.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_VARIANT_H #define GDNATIVE_VARIANT_H +/*************************************************************************/ +/* variant.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif diff --git a/pandemonium_headers/gdn/vector2.h b/pandemonium_headers/gdn/vector2.h index 9fad31c..5fe1fdc 100644 --- a/pandemonium_headers/gdn/vector2.h +++ b/pandemonium_headers/gdn/vector2.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* vector2.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_VECTOR2_H #define GDNATIVE_VECTOR2_H +/*************************************************************************/ +/* vector2.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif diff --git a/pandemonium_headers/gdn/vector2i.h b/pandemonium_headers/gdn/vector2i.h index 455fcd3..f8c3d3c 100644 --- a/pandemonium_headers/gdn/vector2i.h +++ b/pandemonium_headers/gdn/vector2i.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* vector2.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_VECTOR2I_H #define GDNATIVE_VECTOR2I_H +/*************************************************************************/ +/* vector2i.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif diff --git a/pandemonium_headers/gdn/vector3.h b/pandemonium_headers/gdn/vector3.h index e37b921..5d2c74b 100644 --- a/pandemonium_headers/gdn/vector3.h +++ b/pandemonium_headers/gdn/vector3.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* vector3.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_VECTOR3_H #define GDNATIVE_VECTOR3_H +/*************************************************************************/ +/* vector3.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif diff --git a/pandemonium_headers/gdn/vector3i.h b/pandemonium_headers/gdn/vector3i.h index 0baf9aa..d3912e0 100644 --- a/pandemonium_headers/gdn/vector3i.h +++ b/pandemonium_headers/gdn/vector3i.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* vector3i.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_VECTOR3I_H #define GDNATIVE_VECTOR3I_H +/*************************************************************************/ +/* vector3i.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif diff --git a/pandemonium_headers/gdn/vector4.h b/pandemonium_headers/gdn/vector4.h index 58ea00b..0c8d58d 100644 --- a/pandemonium_headers/gdn/vector4.h +++ b/pandemonium_headers/gdn/vector4.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* vector4.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_VECTOR4_H #define GDNATIVE_VECTOR4_H +/*************************************************************************/ +/* vector4.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif diff --git a/pandemonium_headers/gdn/vector4i.h b/pandemonium_headers/gdn/vector4i.h index 661e296..5650f5f 100644 --- a/pandemonium_headers/gdn/vector4i.h +++ b/pandemonium_headers/gdn/vector4i.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* vector4i.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef GDNATIVE_VECTOR4I_H #define GDNATIVE_VECTOR4I_H +/*************************************************************************/ +/* vector4i.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #ifdef __cplusplus extern "C" { #endif diff --git a/pandemonium_headers/gdnative_api.json b/pandemonium_headers/gdnative_api.json index f54a22d..5ce6629 100644 --- a/pandemonium_headers/gdnative_api.json +++ b/pandemonium_headers/gdnative_api.json @@ -5475,6 +5475,13 @@ }, { "name": "pandemonium_string_to_float", + "return_type": "float", + "arguments": [ + ["const pandemonium_string *", "p_self"] + ] + }, + { + "name": "pandemonium_string_to_real", "return_type": "pandemonium_real", "arguments": [ ["const pandemonium_string *", "p_self"] diff --git a/pandemonium_headers/gdnative_api_struct.gen.h b/pandemonium_headers/gdnative_api_struct.gen.h index bbebc2c..bcb0d83 100644 --- a/pandemonium_headers/gdnative_api_struct.gen.h +++ b/pandemonium_headers/gdnative_api_struct.gen.h @@ -794,7 +794,8 @@ typedef struct pandemonium_gdnative_core_api_struct { pandemonium_bool (*pandemonium_string_is_numeric)(const pandemonium_string *p_self); pandemonium_bool (*pandemonium_string_is_zero)(const pandemonium_string *p_self); double (*pandemonium_string_to_double)(const pandemonium_string *p_self); - pandemonium_real (*pandemonium_string_to_float)(const pandemonium_string *p_self); + float (*pandemonium_string_to_float)(const pandemonium_string *p_self); + pandemonium_real (*pandemonium_string_to_real)(const pandemonium_string *p_self); pandemonium_int (*pandemonium_string_to_int)(const pandemonium_string *p_self); pandemonium_bool (*pandemonium_string_to_bool)(const pandemonium_string *p_self); uint32_t (*pandemonium_string_to_uint)(const pandemonium_string *p_self); diff --git a/pandemonium_headers/nativescript/pandemonium_nativescript.h b/pandemonium_headers/nativescript/pandemonium_nativescript.h index b8c034f..40decd9 100644 --- a/pandemonium_headers/nativescript/pandemonium_nativescript.h +++ b/pandemonium_headers/nativescript/pandemonium_nativescript.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* pandemonium_nativescript.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef PANDEMONIUM_NATIVESCRIPT_H #define PANDEMONIUM_NATIVESCRIPT_H +/*************************************************************************/ +/* pandemonium_nativescript.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #include #ifdef __cplusplus diff --git a/pandemonium_headers/net/pandemonium_net.h b/pandemonium_headers/net/pandemonium_net.h index 01c7a76..75913e1 100644 --- a/pandemonium_headers/net/pandemonium_net.h +++ b/pandemonium_headers/net/pandemonium_net.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* pandemonium_net.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef PANDEMONIUM_NET_H #define PANDEMONIUM_NET_H +/*************************************************************************/ +/* pandemonium_net.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #include #ifdef __cplusplus diff --git a/pandemonium_headers/pluginscript/pandemonium_pluginscript.h b/pandemonium_headers/pluginscript/pandemonium_pluginscript.h index a4d93fb..c9d8eb9 100644 --- a/pandemonium_headers/pluginscript/pandemonium_pluginscript.h +++ b/pandemonium_headers/pluginscript/pandemonium_pluginscript.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* pandemonium_pluginscript.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef PANDEMONIUM_PLUGINSCRIPT_H #define PANDEMONIUM_PLUGINSCRIPT_H +/*************************************************************************/ +/* pandemonium_pluginscript.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #include #include @@ -128,6 +129,7 @@ typedef struct { const char **string_delimiters; // NULL terminated array pandemonium_bool has_named_classes; pandemonium_bool supports_builtin_mode; + pandemonium_bool has_delayed_script_class_metadata; pandemonium_string (*get_template_source_code)(pandemonium_pluginscript_language_data *p_data, const pandemonium_string *p_class_name, const pandemonium_string *p_base_class_name); pandemonium_bool (*validate)(pandemonium_pluginscript_language_data *p_data, const pandemonium_string *p_script, int *r_line_error, int *r_col_error, pandemonium_string *r_test_error, const pandemonium_string *p_path, pandemonium_pool_string_array *r_functions); diff --git a/pandemonium_headers/videodecoder/pandemonium_videodecoder.h b/pandemonium_headers/videodecoder/pandemonium_videodecoder.h index 8636f2f..9df72fb 100644 --- a/pandemonium_headers/videodecoder/pandemonium_videodecoder.h +++ b/pandemonium_headers/videodecoder/pandemonium_videodecoder.h @@ -1,36 +1,37 @@ -/**************************************************************************/ -/* pandemonium_videodecoder.h */ -/**************************************************************************/ -/* This file is part of: */ -/* PANDEMONIUM ENGINE */ -/* https://pandemoniumengine.org */ -/**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/**************************************************************************/ - #ifndef PANDEMONIUM_VIDEODECODER_H #define PANDEMONIUM_VIDEODECODER_H +/*************************************************************************/ +/* pandemonium_videodecoder.h */ +/*************************************************************************/ +/* This file is part of: */ +/* PANDEMONIUM ENGINE */ +/* https://github.com/Relintai/pandemonium_engine */ +/*************************************************************************/ +/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + #include #ifdef __cplusplus