summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-12-09 18:00:49 +0100
committerRémi Verschelde <rverschelde@gmail.com>2022-12-09 18:00:49 +0100
commitc20ecea090dc0d6fa31f4b72b95dc1f304736546 (patch)
treebe47883d23c80b42477b8fb95373492cf084af57
parentf74c47220382a8e1a347c8dda942a95caea13a0e (diff)
downloadredot-cpp-c20ecea090dc0d6fa31f4b72b95dc1f304736546.tar.gz
headers: Sync with upstream commit 45cac42c0 (4.0-beta8)
-rw-r--r--godot-headers/extension_api.json9534
1 files changed, 3637 insertions, 5897 deletions
diff --git a/godot-headers/extension_api.json b/godot-headers/extension_api.json
index cfdb023..df2d601 100644
--- a/godot-headers/extension_api.json
+++ b/godot-headers/extension_api.json
@@ -3,9 +3,9 @@
"version_major": 4,
"version_minor": 0,
"version_patch": 0,
- "version_status": "beta7",
+ "version_status": "beta8",
"version_build": "official",
- "version_full_name": "Godot Engine v4.0.beta7.official"
+ "version_full_name": "Godot Engine v4.0.beta8.official"
},
"builtin_class_sizes": [
{
@@ -692,7 +692,7 @@
},
{
"member": "size",
- "offset": 16
+ "offset": 8
}
]
},
@@ -3763,68 +3763,64 @@
"value": 8192
},
{
- "name": "PROPERTY_USAGE_ANIMATE_AS_TRIGGER",
- "value": 16384
- },
- {
"name": "PROPERTY_USAGE_UPDATE_ALL_IF_MODIFIED",
- "value": 32768
+ "value": 16384
},
{
"name": "PROPERTY_USAGE_SCRIPT_DEFAULT_VALUE",
- "value": 65536
+ "value": 32768
},
{
"name": "PROPERTY_USAGE_CLASS_IS_ENUM",
- "value": 131072
+ "value": 65536
},
{
"name": "PROPERTY_USAGE_NIL_IS_VARIANT",
- "value": 262144
+ "value": 131072
},
{
"name": "PROPERTY_USAGE_INTERNAL",
- "value": 524288
+ "value": 262144
},
{
"name": "PROPERTY_USAGE_DO_NOT_SHARE_ON_DUPLICATE",
- "value": 1048576
+ "value": 524288
},
{
"name": "PROPERTY_USAGE_HIGH_END_GFX",
- "value": 2097152
+ "value": 1048576
},
{
"name": "PROPERTY_USAGE_NODE_PATH_FROM_SCENE_ROOT",
- "value": 4194304
+ "value": 2097152
},
{
"name": "PROPERTY_USAGE_RESOURCE_NOT_PERSISTENT",
- "value": 8388608
+ "value": 4194304
},
{
"name": "PROPERTY_USAGE_KEYING_INCREMENTS",
- "value": 16777216
+ "value": 8388608
},
{
"name": "PROPERTY_USAGE_DEFERRED_SET_RESOURCE",
- "value": 33554432
+ "value": 16777216
},
{
"name": "PROPERTY_USAGE_EDITOR_INSTANTIATE_OBJECT",
- "value": 67108864
+ "value": 33554432
},
{
"name": "PROPERTY_USAGE_EDITOR_BASIC_SETTING",
- "value": 134217728
+ "value": 67108864
},
{
"name": "PROPERTY_USAGE_READ_ONLY",
- "value": 268435456
+ "value": 134217728
},
{
"name": "PROPERTY_USAGE_ARRAY",
- "value": 536870912
+ "value": 268435456
},
{
"name": "PROPERTY_USAGE_DEFAULT",
@@ -23382,43 +23378,37 @@
"type": "Vector2i",
"name": "size",
"setter": "set_size",
- "getter": "get_size",
- "index": -1
+ "getter": "get_size"
},
{
"type": "Vector2",
"name": "offset",
"setter": "set_offset",
- "getter": "get_offset",
- "index": -1
+ "getter": "get_offset"
},
{
"type": "Vector2",
"name": "cell_size",
"setter": "set_cell_size",
- "getter": "get_cell_size",
- "index": -1
+ "getter": "get_cell_size"
},
{
"type": "bool",
"name": "jumping_enabled",
"setter": "set_jumping_enabled",
- "getter": "is_jumping_enabled",
- "index": -1
+ "getter": "is_jumping_enabled"
},
{
"type": "int",
"name": "default_heuristic",
"setter": "set_default_heuristic",
- "getter": "get_default_heuristic",
- "index": -1
+ "getter": "get_default_heuristic"
},
{
"type": "int",
"name": "diagonal_mode",
"setter": "set_diagonal_mode",
- "getter": "get_diagonal_mode",
- "index": -1
+ "getter": "get_diagonal_mode"
}
]
},
@@ -23671,36 +23661,31 @@
"type": "String",
"name": "ok_button_text",
"setter": "set_ok_button_text",
- "getter": "get_ok_button_text",
- "index": -1
+ "getter": "get_ok_button_text"
},
{
"type": "String",
"name": "dialog_text",
"setter": "set_text",
- "getter": "get_text",
- "index": -1
+ "getter": "get_text"
},
{
"type": "bool",
"name": "dialog_hide_on_ok",
"setter": "set_hide_on_ok",
- "getter": "get_hide_on_ok",
- "index": -1
+ "getter": "get_hide_on_ok"
},
{
"type": "bool",
"name": "dialog_close_on_escape",
"setter": "set_close_on_escape",
- "getter": "get_close_on_escape",
- "index": -1
+ "getter": "get_close_on_escape"
},
{
"type": "bool",
"name": "dialog_autowrap",
"setter": "set_autowrap",
- "getter": "has_autowrap",
- "index": -1
+ "getter": "has_autowrap"
}
]
},
@@ -23742,8 +23727,7 @@
"type": "bool",
"name": "sync_to_physics",
"setter": "set_sync_to_physics",
- "getter": "is_sync_to_physics_enabled",
- "index": -1
+ "getter": "is_sync_to_physics_enabled"
}
]
},
@@ -23785,8 +23769,7 @@
"type": "bool",
"name": "sync_to_physics",
"setter": "set_sync_to_physics",
- "getter": "is_sync_to_physics_enabled",
- "index": -1
+ "getter": "is_sync_to_physics_enabled"
}
]
},
@@ -24068,64 +24051,55 @@
"type": "SpriteFrames",
"name": "frames",
"setter": "set_sprite_frames",
- "getter": "get_sprite_frames",
- "index": -1
+ "getter": "get_sprite_frames"
},
{
"type": "StringName",
"name": "animation",
"setter": "set_animation",
- "getter": "get_animation",
- "index": -1
+ "getter": "get_animation"
},
{
"type": "int",
"name": "frame",
"setter": "set_frame",
- "getter": "get_frame",
- "index": -1
+ "getter": "get_frame"
},
{
"type": "float",
"name": "speed_scale",
"setter": "set_speed_scale",
- "getter": "get_speed_scale",
- "index": -1
+ "getter": "get_speed_scale"
},
{
"type": "bool",
"name": "playing",
"setter": "set_playing",
- "getter": "is_playing",
- "index": -1
+ "getter": "is_playing"
},
{
"type": "bool",
"name": "centered",
"setter": "set_centered",
- "getter": "is_centered",
- "index": -1
+ "getter": "is_centered"
},
{
"type": "Vector2",
"name": "offset",
"setter": "set_offset",
- "getter": "get_offset",
- "index": -1
+ "getter": "get_offset"
},
{
"type": "bool",
"name": "flip_h",
"setter": "set_flip_h",
- "getter": "is_flipped_h",
- "index": -1
+ "getter": "is_flipped_h"
},
{
"type": "bool",
"name": "flip_v",
"setter": "set_flip_v",
- "getter": "is_flipped_v",
- "index": -1
+ "getter": "is_flipped_v"
}
]
},
@@ -24307,36 +24281,31 @@
"type": "SpriteFrames",
"name": "frames",
"setter": "set_sprite_frames",
- "getter": "get_sprite_frames",
- "index": -1
+ "getter": "get_sprite_frames"
},
{
"type": "String",
"name": "animation",
"setter": "set_animation",
- "getter": "get_animation",
- "index": -1
+ "getter": "get_animation"
},
{
"type": "int",
"name": "frame",
"setter": "set_frame",
- "getter": "get_frame",
- "index": -1
+ "getter": "get_frame"
},
{
"type": "float",
"name": "speed_scale",
"setter": "set_speed_scale",
- "getter": "get_speed_scale",
- "index": -1
+ "getter": "get_speed_scale"
},
{
"type": "bool",
"name": "playing",
"setter": "set_playing",
- "getter": "is_playing",
- "index": -1
+ "getter": "is_playing"
}
]
},
@@ -24566,36 +24535,31 @@
"type": "int",
"name": "frames",
"setter": "set_frames",
- "getter": "get_frames",
- "index": -1
+ "getter": "get_frames"
},
{
"type": "int",
"name": "current_frame",
"setter": "set_current_frame",
- "getter": "get_current_frame",
- "index": -1
+ "getter": "get_current_frame"
},
{
"type": "bool",
"name": "pause",
"setter": "set_pause",
- "getter": "get_pause",
- "index": -1
+ "getter": "get_pause"
},
{
"type": "bool",
"name": "one_shot",
"setter": "set_one_shot",
- "getter": "get_one_shot",
- "index": -1
+ "getter": "get_one_shot"
},
{
"type": "float",
"name": "speed_scale",
"setter": "set_speed_scale",
- "getter": "get_speed_scale",
- "index": -1
+ "getter": "get_speed_scale"
}
]
},
@@ -24687,12 +24651,8 @@
"value": 1
},
{
- "name": "UPDATE_TRIGGER",
- "value": 2
- },
- {
"name": "UPDATE_CAPTURE",
- "value": 3
+ "value": 2
}
]
},
@@ -24713,6 +24673,24 @@
"value": 2
}
]
+ },
+ {
+ "name": "LoopedFlag",
+ "is_bitfield": false,
+ "values": [
+ {
+ "name": "LOOPED_FLAG_NONE",
+ "value": 0
+ },
+ {
+ "name": "LOOPED_FLAG_END",
+ "value": 1
+ },
+ {
+ "name": "LOOPED_FLAG_START",
+ "value": 2
+ }
+ ]
}
],
"methods": [
@@ -26184,22 +26162,19 @@
"type": "float",
"name": "length",
"setter": "set_length",
- "getter": "get_length",
- "index": -1
+ "getter": "get_length"
},
{
"type": "int",
"name": "loop_mode",
"setter": "set_loop_mode",
- "getter": "get_loop_mode",
- "index": -1
+ "getter": "get_loop_mode"
},
{
"type": "float",
"name": "step",
"setter": "set_step",
- "getter": "get_step",
- "index": -1
+ "getter": "get_step"
}
]
},
@@ -26340,6 +26315,15 @@
"type": "StringName"
}
]
+ },
+ {
+ "name": "animation_changed",
+ "arguments": [
+ {
+ "name": "name",
+ "type": "StringName"
+ }
+ ]
}
]
},
@@ -26595,7 +26579,7 @@
"is_vararg": false,
"is_static": false,
"is_virtual": false,
- "hash": 592042552,
+ "hash": 11797022,
"arguments": [
{
"name": "animation",
@@ -26625,9 +26609,8 @@
"meta": "float"
},
{
- "name": "pingponged",
- "type": "int",
- "meta": "int32",
+ "name": "looped_flag",
+ "type": "enum::Animation.LoopedFlag",
"default_value": "0"
}
]
@@ -26778,15 +26761,13 @@
"type": "bool",
"name": "filter_enabled",
"setter": "set_filter_enabled",
- "getter": "is_filter_enabled",
- "index": -1
+ "getter": "is_filter_enabled"
},
{
"type": "Array",
"name": "filters",
"setter": "_set_filters",
- "getter": "_get_filters",
- "index": -1
+ "getter": "_get_filters"
}
]
},
@@ -26883,15 +26864,13 @@
"type": "StringName",
"name": "animation",
"setter": "set_animation",
- "getter": "get_animation",
- "index": -1
+ "getter": "get_animation"
},
{
"type": "int",
"name": "play_mode",
"setter": "set_play_mode",
- "getter": "get_play_mode",
- "index": -1
+ "getter": "get_play_mode"
}
]
},
@@ -27181,36 +27160,31 @@
"type": "float",
"name": "min_space",
"setter": "set_min_space",
- "getter": "get_min_space",
- "index": -1
+ "getter": "get_min_space"
},
{
"type": "float",
"name": "max_space",
"setter": "set_max_space",
- "getter": "get_max_space",
- "index": -1
+ "getter": "get_max_space"
},
{
"type": "float",
"name": "snap",
"setter": "set_snap",
- "getter": "get_snap",
- "index": -1
+ "getter": "get_snap"
},
{
"type": "String",
"name": "value_label",
"setter": "set_value_label",
- "getter": "get_value_label",
- "index": -1
+ "getter": "get_value_label"
},
{
"type": "bool",
"name": "sync",
"setter": "set_use_sync",
- "getter": "is_using_sync",
- "index": -1
+ "getter": "is_using_sync"
}
]
},
@@ -27659,64 +27633,55 @@
"type": "bool",
"name": "auto_triangles",
"setter": "set_auto_triangles",
- "getter": "get_auto_triangles",
- "index": -1
+ "getter": "get_auto_triangles"
},
{
"type": "PackedInt32Array",
"name": "triangles",
"setter": "_set_triangles",
- "getter": "_get_triangles",
- "index": -1
+ "getter": "_get_triangles"
},
{
"type": "Vector2",
"name": "min_space",
"setter": "set_min_space",
- "getter": "get_min_space",
- "index": -1
+ "getter": "get_min_space"
},
{
"type": "Vector2",
"name": "max_space",
"setter": "set_max_space",
- "getter": "get_max_space",
- "index": -1
+ "getter": "get_max_space"
},
{
"type": "Vector2",
"name": "snap",
"setter": "set_snap",
- "getter": "get_snap",
- "index": -1
+ "getter": "get_snap"
},
{
"type": "String",
"name": "x_label",
"setter": "set_x_label",
- "getter": "get_x_label",
- "index": -1
+ "getter": "get_x_label"
},
{
"type": "String",
"name": "y_label",
"setter": "set_y_label",
- "getter": "get_y_label",
- "index": -1
+ "getter": "get_y_label"
},
{
"type": "int",
"name": "blend_mode",
"setter": "set_blend_mode",
- "getter": "get_blend_mode",
- "index": -1
+ "getter": "get_blend_mode"
},
{
"type": "bool",
"name": "sync",
"setter": "set_use_sync",
- "getter": "is_using_sync",
- "index": -1
+ "getter": "is_using_sync"
}
]
},
@@ -27961,8 +27926,7 @@
"type": "Vector2",
"name": "graph_offset",
"setter": "set_graph_offset",
- "getter": "get_graph_offset",
- "index": -1
+ "getter": "get_graph_offset"
}
]
},
@@ -28153,43 +28117,37 @@
"type": "int",
"name": "mix_mode",
"setter": "set_mix_mode",
- "getter": "get_mix_mode",
- "index": -1
+ "getter": "get_mix_mode"
},
{
"type": "float",
"name": "fadein_time",
"setter": "set_fadein_time",
- "getter": "get_fadein_time",
- "index": -1
+ "getter": "get_fadein_time"
},
{
"type": "float",
"name": "fadeout_time",
"setter": "set_fadeout_time",
- "getter": "get_fadeout_time",
- "index": -1
+ "getter": "get_fadeout_time"
},
{
"type": "bool",
"name": "autorestart",
"setter": "set_autorestart",
- "getter": "has_autorestart",
- "index": -1
+ "getter": "has_autorestart"
},
{
"type": "float",
"name": "autorestart_delay",
"setter": "set_autorestart_delay",
- "getter": "get_autorestart_delay",
- "index": -1
+ "getter": "get_autorestart_delay"
},
{
"type": "float",
"name": "autorestart_random_delay",
"setter": "set_autorestart_random_delay",
- "getter": "get_autorestart_random_delay",
- "index": -1
+ "getter": "get_autorestart_random_delay"
}
]
},
@@ -28879,57 +28837,49 @@
"type": "float",
"name": "xfade_time",
"setter": "set_xfade_time",
- "getter": "get_xfade_time",
- "index": -1
+ "getter": "get_xfade_time"
},
{
"type": "Curve",
"name": "xfade_curve",
"setter": "set_xfade_curve",
- "getter": "get_xfade_curve",
- "index": -1
+ "getter": "get_xfade_curve"
},
{
"type": "int",
"name": "priority",
"setter": "set_priority",
- "getter": "get_priority",
- "index": -1
+ "getter": "get_priority"
},
{
"type": "int",
"name": "switch_mode",
"setter": "set_switch_mode",
- "getter": "get_switch_mode",
- "index": -1
+ "getter": "get_switch_mode"
},
{
"type": "bool",
"name": "auto_advance",
"setter": "set_auto_advance",
- "getter": "has_auto_advance",
- "index": -1
+ "getter": "has_auto_advance"
},
{
"type": "StringName",
"name": "advance_condition",
"setter": "set_advance_condition",
- "getter": "get_advance_condition",
- "index": -1
+ "getter": "get_advance_condition"
},
{
"type": "String",
"name": "advance_expression",
"setter": "set_advance_expression",
- "getter": "get_advance_expression",
- "index": -1
+ "getter": "get_advance_expression"
},
{
"type": "bool",
"name": "disabled",
"setter": "set_disabled",
- "getter": "is_disabled",
- "index": -1
+ "getter": "is_disabled"
}
]
},
@@ -28971,8 +28921,7 @@
"type": "bool",
"name": "sync",
"setter": "set_use_sync",
- "getter": "is_using_sync",
- "index": -1
+ "getter": "is_using_sync"
}
]
},
@@ -29181,29 +29130,25 @@
"type": "int",
"name": "enabled_inputs",
"setter": "set_enabled_inputs",
- "getter": "get_enabled_inputs",
- "index": -1
+ "getter": "get_enabled_inputs"
},
{
"type": "float",
"name": "xfade_time",
"setter": "set_xfade_time",
- "getter": "get_xfade_time",
- "index": -1
+ "getter": "get_xfade_time"
},
{
"type": "Curve",
"name": "xfade_curve",
"setter": "set_xfade_curve",
- "getter": "get_xfade_curve",
- "index": -1
+ "getter": "get_xfade_curve"
},
{
"type": "bool",
"name": "from_start",
"setter": "set_from_start",
- "getter": "is_from_start",
- "index": -1
+ "getter": "is_from_start"
}
]
},
@@ -30023,92 +29968,77 @@
"type": "NodePath",
"name": "root_node",
"setter": "set_root",
- "getter": "get_root",
- "index": -1
+ "getter": "get_root"
},
{
"type": "StringName",
"name": "current_animation",
"setter": "set_current_animation",
- "getter": "get_current_animation",
- "index": -1
+ "getter": "get_current_animation"
},
{
"type": "StringName",
"name": "assigned_animation",
"setter": "set_assigned_animation",
- "getter": "get_assigned_animation",
- "index": -1
+ "getter": "get_assigned_animation"
},
{
"type": "StringName",
"name": "autoplay",
"setter": "set_autoplay",
- "getter": "get_autoplay",
- "index": -1
+ "getter": "get_autoplay"
},
{
"type": "bool",
"name": "reset_on_save",
"setter": "set_reset_on_save_enabled",
- "getter": "is_reset_on_save_enabled",
- "index": -1
+ "getter": "is_reset_on_save_enabled"
},
{
"type": "float",
"name": "current_animation_length",
- "setter": "",
- "getter": "get_current_animation_length",
- "index": -1
+ "getter": "get_current_animation_length"
},
{
"type": "float",
"name": "current_animation_position",
- "setter": "",
- "getter": "get_current_animation_position",
- "index": -1
+ "getter": "get_current_animation_position"
},
{
"type": "int",
"name": "playback_process_mode",
"setter": "set_process_callback",
- "getter": "get_process_callback",
- "index": -1
+ "getter": "get_process_callback"
},
{
"type": "float",
"name": "playback_default_blend_time",
"setter": "set_default_blend_time",
- "getter": "get_default_blend_time",
- "index": -1
+ "getter": "get_default_blend_time"
},
{
"type": "bool",
"name": "playback_active",
"setter": "set_active",
- "getter": "is_active",
- "index": -1
+ "getter": "is_active"
},
{
"type": "float",
"name": "playback_speed",
"setter": "set_speed_scale",
- "getter": "get_speed_scale",
- "index": -1
+ "getter": "get_speed_scale"
},
{
"type": "int",
"name": "method_call_mode",
"setter": "set_method_call_mode",
- "getter": "get_method_call_mode",
- "index": -1
+ "getter": "get_method_call_mode"
},
{
"type": "bool",
"name": "movie_quit_on_finish",
"setter": "set_movie_quit_on_finish_enabled",
- "getter": "is_movie_quit_on_finish_enabled",
- "index": -1
+ "getter": "is_movie_quit_on_finish_enabled"
}
]
},
@@ -30380,43 +30310,37 @@
"type": "AnimationRootNode",
"name": "tree_root",
"setter": "set_tree_root",
- "getter": "get_tree_root",
- "index": -1
+ "getter": "get_tree_root"
},
{
"type": "NodePath",
"name": "anim_player",
"setter": "set_animation_player",
- "getter": "get_animation_player",
- "index": -1
+ "getter": "get_animation_player"
},
{
"type": "NodePath",
"name": "advance_expression_base_node",
"setter": "set_advance_expression_base_node",
- "getter": "get_advance_expression_base_node",
- "index": -1
+ "getter": "get_advance_expression_base_node"
},
{
"type": "bool",
"name": "active",
"setter": "set_active",
- "getter": "is_active",
- "index": -1
+ "getter": "is_active"
},
{
"type": "int",
"name": "process_callback",
"setter": "set_process_callback",
- "getter": "get_process_callback",
- "index": -1
+ "getter": "get_process_callback"
},
{
"type": "NodePath",
"name": "root_motion_track",
"setter": "set_root_motion_track",
- "getter": "get_root_motion_track",
- "index": -1
+ "getter": "get_root_motion_track"
}
]
},
@@ -31046,106 +30970,91 @@
"type": "bool",
"name": "monitoring",
"setter": "set_monitoring",
- "getter": "is_monitoring",
- "index": -1
+ "getter": "is_monitoring"
},
{
"type": "bool",
"name": "monitorable",
"setter": "set_monitorable",
- "getter": "is_monitorable",
- "index": -1
+ "getter": "is_monitorable"
},
{
"type": "int",
"name": "priority",
"setter": "set_priority",
- "getter": "get_priority",
- "index": -1
+ "getter": "get_priority"
},
{
"type": "int",
"name": "gravity_space_override",
"setter": "set_gravity_space_override_mode",
- "getter": "get_gravity_space_override_mode",
- "index": -1
+ "getter": "get_gravity_space_override_mode"
},
{
"type": "bool",
"name": "gravity_point",
"setter": "set_gravity_is_point",
- "getter": "is_gravity_a_point",
- "index": -1
+ "getter": "is_gravity_a_point"
},
{
"type": "float",
"name": "gravity_point_distance_scale",
"setter": "set_gravity_point_distance_scale",
- "getter": "get_gravity_point_distance_scale",
- "index": -1
+ "getter": "get_gravity_point_distance_scale"
},
{
"type": "Vector2",
"name": "gravity_point_center",
"setter": "set_gravity_point_center",
- "getter": "get_gravity_point_center",
- "index": -1
+ "getter": "get_gravity_point_center"
},
{
"type": "Vector2",
"name": "gravity_direction",
"setter": "set_gravity_direction",
- "getter": "get_gravity_direction",
- "index": -1
+ "getter": "get_gravity_direction"
},
{
"type": "float",
"name": "gravity",
"setter": "set_gravity",
- "getter": "get_gravity",
- "index": -1
+ "getter": "get_gravity"
},
{
"type": "int",
"name": "linear_damp_space_override",
"setter": "set_linear_damp_space_override_mode",
- "getter": "get_linear_damp_space_override_mode",
- "index": -1
+ "getter": "get_linear_damp_space_override_mode"
},
{
"type": "float",
"name": "linear_damp",
"setter": "set_linear_damp",
- "getter": "get_linear_damp",
- "index": -1
+ "getter": "get_linear_damp"
},
{
"type": "int",
"name": "angular_damp_space_override",
"setter": "set_angular_damp_space_override_mode",
- "getter": "get_angular_damp_space_override_mode",
- "index": -1
+ "getter": "get_angular_damp_space_override_mode"
},
{
"type": "float",
"name": "angular_damp",
"setter": "set_angular_damp",
- "getter": "get_angular_damp",
- "index": -1
+ "getter": "get_angular_damp"
},
{
"type": "bool",
"name": "audio_bus_override",
"setter": "set_audio_bus_override",
- "getter": "is_overriding_audio_bus",
- "index": -1
+ "getter": "is_overriding_audio_bus"
},
{
"type": "StringName",
"name": "audio_bus_name",
"setter": "set_audio_bus_name",
- "getter": "get_audio_bus_name",
- "index": -1
+ "getter": "get_audio_bus_name"
}
]
},
@@ -31958,155 +31867,133 @@
"type": "bool",
"name": "monitoring",
"setter": "set_monitoring",
- "getter": "is_monitoring",
- "index": -1
+ "getter": "is_monitoring"
},
{
"type": "bool",
"name": "monitorable",
"setter": "set_monitorable",
- "getter": "is_monitorable",
- "index": -1
+ "getter": "is_monitorable"
},
{
"type": "int",
"name": "priority",
"setter": "set_priority",
- "getter": "get_priority",
- "index": -1
+ "getter": "get_priority"
},
{
"type": "int",
"name": "gravity_space_override",
"setter": "set_gravity_space_override_mode",
- "getter": "get_gravity_space_override_mode",
- "index": -1
+ "getter": "get_gravity_space_override_mode"
},
{
"type": "bool",
"name": "gravity_point",
"setter": "set_gravity_is_point",
- "getter": "is_gravity_a_point",
- "index": -1
+ "getter": "is_gravity_a_point"
},
{
"type": "float",
"name": "gravity_point_distance_scale",
"setter": "set_gravity_point_distance_scale",
- "getter": "get_gravity_point_distance_scale",
- "index": -1
+ "getter": "get_gravity_point_distance_scale"
},
{
"type": "Vector3",
"name": "gravity_point_center",
"setter": "set_gravity_point_center",
- "getter": "get_gravity_point_center",
- "index": -1
+ "getter": "get_gravity_point_center"
},
{
"type": "Vector3",
"name": "gravity_direction",
"setter": "set_gravity_direction",
- "getter": "get_gravity_direction",
- "index": -1
+ "getter": "get_gravity_direction"
},
{
"type": "float",
"name": "gravity",
"setter": "set_gravity",
- "getter": "get_gravity",
- "index": -1
+ "getter": "get_gravity"
},
{
"type": "int",
"name": "linear_damp_space_override",
"setter": "set_linear_damp_space_override_mode",
- "getter": "get_linear_damp_space_override_mode",
- "index": -1
+ "getter": "get_linear_damp_space_override_mode"
},
{
"type": "float",
"name": "linear_damp",
"setter": "set_linear_damp",
- "getter": "get_linear_damp",
- "index": -1
+ "getter": "get_linear_damp"
},
{
"type": "int",
"name": "angular_damp_space_override",
"setter": "set_angular_damp_space_override_mode",
- "getter": "get_angular_damp_space_override_mode",
- "index": -1
+ "getter": "get_angular_damp_space_override_mode"
},
{
"type": "float",
"name": "angular_damp",
"setter": "set_angular_damp",
- "getter": "get_angular_damp",
- "index": -1
+ "getter": "get_angular_damp"
},
{
"type": "float",
"name": "wind_force_magnitude",
"setter": "set_wind_force_magnitude",
- "getter": "get_wind_force_magnitude",
- "index": -1
+ "getter": "get_wind_force_magnitude"
},
{
"type": "float",
"name": "wind_attenuation_factor",
"setter": "set_wind_attenuation_factor",
- "getter": "get_wind_attenuation_factor",
- "index": -1
+ "getter": "get_wind_attenuation_factor"
},
{
"type": "NodePath",
"name": "wind_source_path",
"setter": "set_wind_source_path",
- "getter": "get_wind_source_path",
- "index": -1
+ "getter": "get_wind_source_path"
},
{
"type": "bool",
"name": "audio_bus_override",
"setter": "set_audio_bus_override",
- "getter": "is_overriding_audio_bus",
- "index": -1
+ "getter": "is_overriding_audio_bus"
},
{
"type": "StringName",
"name": "audio_bus_name",
"setter": "set_audio_bus_name",
- "getter": "get_audio_bus_name",
- "index": -1
+ "getter": "get_audio_bus_name"
},
{
"type": "bool",
"name": "reverb_bus_enabled",
"setter": "set_use_reverb_bus",
- "getter": "is_using_reverb_bus",
- "index": -1
+ "getter": "is_using_reverb_bus"
},
{
"type": "StringName",
"name": "reverb_bus_name",
"setter": "set_reverb_bus_name",
- "getter": "get_reverb_bus_name",
- "index": -1
+ "getter": "get_reverb_bus_name"
},
{
"type": "float",
"name": "reverb_bus_amount",
"setter": "set_reverb_amount",
- "getter": "get_reverb_amount",
- "index": -1
+ "getter": "get_reverb_amount"
},
{
"type": "float",
"name": "reverb_bus_uniformity",
"setter": "set_reverb_uniformity",
- "getter": "get_reverb_uniformity",
- "index": -1
+ "getter": "get_reverb_uniformity"
}
]
},
@@ -32543,22 +32430,19 @@
"type": "int",
"name": "blend_shape_mode",
"setter": "set_blend_shape_mode",
- "getter": "get_blend_shape_mode",
- "index": -1
+ "getter": "get_blend_shape_mode"
},
{
"type": "AABB",
"name": "custom_aabb",
"setter": "set_custom_aabb",
- "getter": "get_custom_aabb",
- "index": -1
+ "getter": "get_custom_aabb"
},
{
"type": "ArrayMesh",
"name": "shadow_mesh",
"setter": "set_shadow_mesh",
- "getter": "get_shadow_mesh",
- "index": -1
+ "getter": "get_shadow_mesh"
}
]
},
@@ -32621,15 +32505,13 @@
"type": "PackedVector3Array",
"name": "vertices",
"setter": "set_vertices",
- "getter": "get_vertices",
- "index": -1
+ "getter": "get_vertices"
},
{
"type": "PackedInt32Array",
"name": "indices",
"setter": "set_indices",
- "getter": "get_indices",
- "index": -1
+ "getter": "get_indices"
}
]
},
@@ -32790,29 +32672,25 @@
"type": "float",
"name": "ratio",
"setter": "set_ratio",
- "getter": "get_ratio",
- "index": -1
+ "getter": "get_ratio"
},
{
"type": "int",
"name": "stretch_mode",
"setter": "set_stretch_mode",
- "getter": "get_stretch_mode",
- "index": -1
+ "getter": "get_stretch_mode"
},
{
"type": "int",
"name": "alignment_horizontal",
"setter": "set_alignment_horizontal",
- "getter": "get_alignment_horizontal",
- "index": -1
+ "getter": "get_alignment_horizontal"
},
{
"type": "int",
"name": "alignment_vertical",
"setter": "set_alignment_vertical",
- "getter": "get_alignment_vertical",
- "index": -1
+ "getter": "get_alignment_vertical"
}
]
},
@@ -32929,29 +32807,25 @@
"type": "Texture2D",
"name": "atlas",
"setter": "set_atlas",
- "getter": "get_atlas",
- "index": -1
+ "getter": "get_atlas"
},
{
"type": "Rect2",
"name": "region",
"setter": "set_region",
- "getter": "get_region",
- "index": -1
+ "getter": "get_region"
},
{
"type": "Rect2",
"name": "margin",
"setter": "set_margin",
- "getter": "get_margin",
- "index": -1
+ "getter": "get_margin"
},
{
"type": "bool",
"name": "filter_clip",
"setter": "set_filter_clip",
- "getter": "has_filter_clip",
- "index": -1
+ "getter": "has_filter_clip"
}
]
},
@@ -33021,8 +32895,7 @@
"type": "float",
"name": "volume_db",
"setter": "set_volume_db",
- "getter": "get_volume_db",
- "index": -1
+ "getter": "get_volume_db"
}
]
},
@@ -33172,8 +33045,7 @@
"type": "float",
"name": "buffer_length",
"setter": "set_buffer_length",
- "getter": "get_buffer_length",
- "index": -1
+ "getter": "get_buffer_length"
}
]
},
@@ -33505,22 +33377,19 @@
"type": "int",
"name": "voice_count",
"setter": "set_voice_count",
- "getter": "get_voice_count",
- "index": -1
+ "getter": "get_voice_count"
},
{
"type": "float",
"name": "dry",
"setter": "set_dry",
- "getter": "get_dry",
- "index": -1
+ "getter": "get_dry"
},
{
"type": "float",
"name": "wet",
"setter": "set_wet",
- "getter": "get_wet",
- "index": -1
+ "getter": "get_wet"
}
]
},
@@ -33724,50 +33593,43 @@
"type": "float",
"name": "threshold",
"setter": "set_threshold",
- "getter": "get_threshold",
- "index": -1
+ "getter": "get_threshold"
},
{
"type": "float",
"name": "ratio",
"setter": "set_ratio",
- "getter": "get_ratio",
- "index": -1
+ "getter": "get_ratio"
},
{
"type": "float",
"name": "gain",
"setter": "set_gain",
- "getter": "get_gain",
- "index": -1
+ "getter": "get_gain"
},
{
"type": "float",
"name": "attack_us",
"setter": "set_attack_us",
- "getter": "get_attack_us",
- "index": -1
+ "getter": "get_attack_us"
},
{
"type": "float",
"name": "release_ms",
"setter": "set_release_ms",
- "getter": "get_release_ms",
- "index": -1
+ "getter": "get_release_ms"
},
{
"type": "float",
"name": "mix",
"setter": "set_mix",
- "getter": "get_mix",
- "index": -1
+ "getter": "get_mix"
},
{
"type": "StringName",
"name": "sidechain",
"setter": "set_sidechain",
- "getter": "get_sidechain",
- "index": -1
+ "getter": "get_sidechain"
}
]
},
@@ -34129,92 +33991,79 @@
"type": "float",
"name": "dry",
"setter": "set_dry",
- "getter": "get_dry",
- "index": -1
+ "getter": "get_dry"
},
{
"type": "bool",
"name": "tap1_active",
"setter": "set_tap1_active",
- "getter": "is_tap1_active",
- "index": -1
+ "getter": "is_tap1_active"
},
{
"type": "float",
"name": "tap1_delay_ms",
"setter": "set_tap1_delay_ms",
- "getter": "get_tap1_delay_ms",
- "index": -1
+ "getter": "get_tap1_delay_ms"
},
{
"type": "float",
"name": "tap1_level_db",
"setter": "set_tap1_level_db",
- "getter": "get_tap1_level_db",
- "index": -1
+ "getter": "get_tap1_level_db"
},
{
"type": "float",
"name": "tap1_pan",
"setter": "set_tap1_pan",
- "getter": "get_tap1_pan",
- "index": -1
+ "getter": "get_tap1_pan"
},
{
"type": "bool",
"name": "tap2_active",
"setter": "set_tap2_active",
- "getter": "is_tap2_active",
- "index": -1
+ "getter": "is_tap2_active"
},
{
"type": "float",
"name": "tap2_delay_ms",
"setter": "set_tap2_delay_ms",
- "getter": "get_tap2_delay_ms",
- "index": -1
+ "getter": "get_tap2_delay_ms"
},
{
"type": "float",
"name": "tap2_level_db",
"setter": "set_tap2_level_db",
- "getter": "get_tap2_level_db",
- "index": -1
+ "getter": "get_tap2_level_db"
},
{
"type": "float",
"name": "tap2_pan",
"setter": "set_tap2_pan",
- "getter": "get_tap2_pan",
- "index": -1
+ "getter": "get_tap2_pan"
},
{
"type": "bool",
"name": "feedback_active",
"setter": "set_feedback_active",
- "getter": "is_feedback_active",
- "index": -1
+ "getter": "is_feedback_active"
},
{
"type": "float",
"name": "feedback_delay_ms",
"setter": "set_feedback_delay_ms",
- "getter": "get_feedback_delay_ms",
- "index": -1
+ "getter": "get_feedback_delay_ms"
},
{
"type": "float",
"name": "feedback_level_db",
"setter": "set_feedback_level_db",
- "getter": "get_feedback_level_db",
- "index": -1
+ "getter": "get_feedback_level_db"
},
{
"type": "float",
"name": "feedback_lowpass",
"setter": "set_feedback_lowpass",
- "getter": "get_feedback_lowpass",
- "index": -1
+ "getter": "get_feedback_lowpass"
}
]
},
@@ -34392,36 +34241,31 @@
"type": "int",
"name": "mode",
"setter": "set_mode",
- "getter": "get_mode",
- "index": -1
+ "getter": "get_mode"
},
{
"type": "float",
"name": "pre_gain",
"setter": "set_pre_gain",
- "getter": "get_pre_gain",
- "index": -1
+ "getter": "get_pre_gain"
},
{
"type": "float",
"name": "keep_hf_hz",
"setter": "set_keep_hf_hz",
- "getter": "get_keep_hf_hz",
- "index": -1
+ "getter": "get_keep_hf_hz"
},
{
"type": "float",
"name": "drive",
"setter": "set_drive",
- "getter": "get_drive",
- "index": -1
+ "getter": "get_drive"
},
{
"type": "float",
"name": "post_gain",
"setter": "set_post_gain",
- "getter": "get_post_gain",
- "index": -1
+ "getter": "get_post_gain"
}
]
},
@@ -34649,29 +34493,25 @@
"type": "float",
"name": "cutoff_hz",
"setter": "set_cutoff",
- "getter": "get_cutoff",
- "index": -1
+ "getter": "get_cutoff"
},
{
"type": "float",
"name": "resonance",
"setter": "set_resonance",
- "getter": "get_resonance",
- "index": -1
+ "getter": "get_resonance"
},
{
"type": "float",
"name": "gain",
"setter": "set_gain",
- "getter": "get_gain",
- "index": -1
+ "getter": "get_gain"
},
{
"type": "int",
"name": "db",
"setter": "set_db",
- "getter": "get_db",
- "index": -1
+ "getter": "get_db"
}
]
},
@@ -34850,29 +34690,25 @@
"type": "float",
"name": "ceiling_db",
"setter": "set_ceiling_db",
- "getter": "get_ceiling_db",
- "index": -1
+ "getter": "get_ceiling_db"
},
{
"type": "float",
"name": "threshold_db",
"setter": "set_threshold_db",
- "getter": "get_threshold_db",
- "index": -1
+ "getter": "get_threshold_db"
},
{
"type": "float",
"name": "soft_clip_db",
"setter": "set_soft_clip_db",
- "getter": "get_soft_clip_db",
- "index": -1
+ "getter": "get_soft_clip_db"
},
{
"type": "float",
"name": "soft_clip_ratio",
"setter": "set_soft_clip_ratio",
- "getter": "get_soft_clip_ratio",
- "index": -1
+ "getter": "get_soft_clip_ratio"
}
]
},
@@ -34937,8 +34773,7 @@
"type": "float",
"name": "pan",
"setter": "set_pan",
- "getter": "get_pan",
- "index": -1
+ "getter": "get_pan"
}
]
},
@@ -35090,36 +34925,31 @@
"type": "float",
"name": "range_min_hz",
"setter": "set_range_min_hz",
- "getter": "get_range_min_hz",
- "index": -1
+ "getter": "get_range_min_hz"
},
{
"type": "float",
"name": "range_max_hz",
"setter": "set_range_max_hz",
- "getter": "get_range_max_hz",
- "index": -1
+ "getter": "get_range_max_hz"
},
{
"type": "float",
"name": "rate_hz",
"setter": "set_rate_hz",
- "getter": "get_rate_hz",
- "index": -1
+ "getter": "get_rate_hz"
},
{
"type": "float",
"name": "feedback",
"setter": "set_feedback",
- "getter": "get_feedback",
- "index": -1
+ "getter": "get_feedback"
},
{
"type": "float",
"name": "depth",
"setter": "set_depth",
- "getter": "get_depth",
- "index": -1
+ "getter": "get_depth"
}
]
},
@@ -35247,22 +35077,19 @@
"type": "float",
"name": "pitch_scale",
"setter": "set_pitch_scale",
- "getter": "get_pitch_scale",
- "index": -1
+ "getter": "get_pitch_scale"
},
{
"type": "float",
"name": "oversampling",
"setter": "set_oversampling",
- "getter": "get_oversampling",
- "index": -1
+ "getter": "get_oversampling"
},
{
"type": "int",
"name": "fft_size",
"setter": "set_fft_size",
- "getter": "get_fft_size",
- "index": -1
+ "getter": "get_fft_size"
}
]
},
@@ -35340,8 +35167,7 @@
"type": "int",
"name": "format",
"setter": "set_format",
- "getter": "get_format",
- "index": -1
+ "getter": "get_format"
}
]
},
@@ -35574,57 +35400,49 @@
"type": "float",
"name": "predelay_msec",
"setter": "set_predelay_msec",
- "getter": "get_predelay_msec",
- "index": -1
+ "getter": "get_predelay_msec"
},
{
"type": "float",
"name": "predelay_feedback",
"setter": "set_predelay_feedback",
- "getter": "get_predelay_feedback",
- "index": -1
+ "getter": "get_predelay_feedback"
},
{
"type": "float",
"name": "room_size",
"setter": "set_room_size",
- "getter": "get_room_size",
- "index": -1
+ "getter": "get_room_size"
},
{
"type": "float",
"name": "damping",
"setter": "set_damping",
- "getter": "get_damping",
- "index": -1
+ "getter": "get_damping"
},
{
"type": "float",
"name": "spread",
"setter": "set_spread",
- "getter": "get_spread",
- "index": -1
+ "getter": "get_spread"
},
{
"type": "float",
"name": "hipass",
"setter": "set_hpf",
- "getter": "get_hpf",
- "index": -1
+ "getter": "get_hpf"
},
{
"type": "float",
"name": "dry",
"setter": "set_dry",
- "getter": "get_dry",
- "index": -1
+ "getter": "get_dry"
},
{
"type": "float",
"name": "wet",
"setter": "set_wet",
- "getter": "get_wet",
- "index": -1
+ "getter": "get_wet"
}
]
},
@@ -35752,22 +35570,19 @@
"type": "float",
"name": "buffer_length",
"setter": "set_buffer_length",
- "getter": "get_buffer_length",
- "index": -1
+ "getter": "get_buffer_length"
},
{
"type": "float",
"name": "tap_back_pos",
"setter": "set_tap_back_pos",
- "getter": "get_tap_back_pos",
- "index": -1
+ "getter": "get_tap_back_pos"
},
{
"type": "int",
"name": "fft_size",
"setter": "set_fft_size",
- "getter": "get_fft_size",
- "index": -1
+ "getter": "get_fft_size"
}
]
},
@@ -35918,22 +35733,19 @@
"type": "float",
"name": "pan_pullout",
"setter": "set_pan_pullout",
- "getter": "get_pan_pullout",
- "index": -1
+ "getter": "get_pan_pullout"
},
{
"type": "float",
"name": "time_pullout_ms",
"setter": "set_time_pullout",
- "getter": "get_time_pullout",
- "index": -1
+ "getter": "get_time_pullout"
},
{
"type": "float",
"name": "surround",
"setter": "set_surround",
- "getter": "get_surround",
- "index": -1
+ "getter": "get_surround"
}
]
},
@@ -36850,29 +36662,25 @@
"type": "int",
"name": "bus_count",
"setter": "set_bus_count",
- "getter": "get_bus_count",
- "index": -1
+ "getter": "get_bus_count"
},
{
"type": "String",
"name": "device",
"setter": "set_device",
- "getter": "get_device",
- "index": -1
+ "getter": "get_device"
},
{
"type": "String",
"name": "capture_device",
"setter": "capture_set_device",
- "getter": "capture_get_device",
- "index": -1
+ "getter": "capture_get_device"
},
{
"type": "float",
"name": "playback_speed_scale",
"setter": "set_playback_speed_scale",
- "getter": "get_playback_speed_scale",
- "index": -1
+ "getter": "get_playback_speed_scale"
}
]
},
@@ -37046,15 +36854,13 @@
"type": "float",
"name": "mix_rate",
"setter": "set_mix_rate",
- "getter": "get_mix_rate",
- "index": -1
+ "getter": "get_mix_rate"
},
{
"type": "float",
"name": "buffer_length",
"setter": "set_buffer_length",
- "getter": "get_buffer_length",
- "index": -1
+ "getter": "get_buffer_length"
}
]
},
@@ -37322,43 +37128,37 @@
"type": "PackedByteArray",
"name": "data",
"setter": "set_data",
- "getter": "get_data",
- "index": -1
+ "getter": "get_data"
},
{
"type": "float",
"name": "bpm",
"setter": "set_bpm",
- "getter": "get_bpm",
- "index": -1
+ "getter": "get_bpm"
},
{
"type": "int",
"name": "beat_count",
"setter": "set_beat_count",
- "getter": "get_beat_count",
- "index": -1
+ "getter": "get_beat_count"
},
{
"type": "int",
"name": "bar_beats",
"setter": "set_bar_beats",
- "getter": "get_bar_beats",
- "index": -1
+ "getter": "get_bar_beats"
},
{
"type": "bool",
"name": "loop",
"setter": "set_loop",
- "getter": "has_loop",
- "index": -1
+ "getter": "has_loop"
},
{
"type": "float",
"name": "loop_offset",
"setter": "set_loop_offset",
- "getter": "get_loop_offset",
- "index": -1
+ "getter": "get_loop_offset"
}
]
},
@@ -37540,43 +37340,37 @@
"type": "Object",
"name": "packet_sequence",
"setter": "set_packet_sequence",
- "getter": "get_packet_sequence",
- "index": -1
+ "getter": "get_packet_sequence"
},
{
"type": "float",
"name": "bpm",
"setter": "set_bpm",
- "getter": "get_bpm",
- "index": -1
+ "getter": "get_bpm"
},
{
"type": "int",
"name": "beat_count",
"setter": "set_beat_count",
- "getter": "get_beat_count",
- "index": -1
+ "getter": "get_beat_count"
},
{
"type": "int",
"name": "bar_beats",
"setter": "set_bar_beats",
- "getter": "get_bar_beats",
- "index": -1
+ "getter": "get_bar_beats"
},
{
"type": "bool",
"name": "loop",
"setter": "set_loop",
- "getter": "has_loop",
- "index": -1
+ "getter": "has_loop"
},
{
"type": "float",
"name": "loop_offset",
"setter": "set_loop_offset",
- "getter": "get_loop_offset",
- "index": -1
+ "getter": "get_loop_offset"
}
]
},
@@ -38054,64 +37848,55 @@
"type": "AudioStream",
"name": "stream",
"setter": "set_stream",
- "getter": "get_stream",
- "index": -1
+ "getter": "get_stream"
},
{
"type": "float",
"name": "volume_db",
"setter": "set_volume_db",
- "getter": "get_volume_db",
- "index": -1
+ "getter": "get_volume_db"
},
{
"type": "float",
"name": "pitch_scale",
"setter": "set_pitch_scale",
- "getter": "get_pitch_scale",
- "index": -1
+ "getter": "get_pitch_scale"
},
{
"type": "bool",
"name": "playing",
"setter": "_set_playing",
- "getter": "is_playing",
- "index": -1
+ "getter": "is_playing"
},
{
"type": "bool",
"name": "autoplay",
"setter": "set_autoplay",
- "getter": "is_autoplay_enabled",
- "index": -1
+ "getter": "is_autoplay_enabled"
},
{
"type": "bool",
"name": "stream_paused",
"setter": "set_stream_paused",
- "getter": "get_stream_paused",
- "index": -1
+ "getter": "get_stream_paused"
},
{
"type": "int",
"name": "mix_target",
"setter": "set_mix_target",
- "getter": "get_mix_target",
- "index": -1
+ "getter": "get_mix_target"
},
{
"type": "int",
"name": "max_polyphony",
"setter": "set_max_polyphony",
- "getter": "get_max_polyphony",
- "index": -1
+ "getter": "get_max_polyphony"
},
{
"type": "StringName",
"name": "bus",
"setter": "set_bus",
- "getter": "get_bus",
- "index": -1
+ "getter": "get_bus"
}
]
},
@@ -38495,85 +38280,73 @@
"type": "AudioStream",
"name": "stream",
"setter": "set_stream",
- "getter": "get_stream",
- "index": -1
+ "getter": "get_stream"
},
{
"type": "float",
"name": "volume_db",
"setter": "set_volume_db",
- "getter": "get_volume_db",
- "index": -1
+ "getter": "get_volume_db"
},
{
"type": "float",
"name": "pitch_scale",
"setter": "set_pitch_scale",
- "getter": "get_pitch_scale",
- "index": -1
+ "getter": "get_pitch_scale"
},
{
"type": "bool",
"name": "playing",
"setter": "_set_playing",
- "getter": "is_playing",
- "index": -1
+ "getter": "is_playing"
},
{
"type": "bool",
"name": "autoplay",
"setter": "set_autoplay",
- "getter": "is_autoplay_enabled",
- "index": -1
+ "getter": "is_autoplay_enabled"
},
{
"type": "bool",
"name": "stream_paused",
"setter": "set_stream_paused",
- "getter": "get_stream_paused",
- "index": -1
+ "getter": "get_stream_paused"
},
{
"type": "float",
"name": "max_distance",
"setter": "set_max_distance",
- "getter": "get_max_distance",
- "index": -1
+ "getter": "get_max_distance"
},
{
"type": "float",
"name": "attenuation",
"setter": "set_attenuation",
- "getter": "get_attenuation",
- "index": -1
+ "getter": "get_attenuation"
},
{
"type": "int",
"name": "max_polyphony",
"setter": "set_max_polyphony",
- "getter": "get_max_polyphony",
- "index": -1
+ "getter": "get_max_polyphony"
},
{
"type": "float",
"name": "panning_strength",
"setter": "set_panning_strength",
- "getter": "get_panning_strength",
- "index": -1
+ "getter": "get_panning_strength"
},
{
"type": "StringName",
"name": "bus",
"setter": "set_bus",
- "getter": "get_bus",
- "index": -1
+ "getter": "get_bus"
},
{
"type": "int",
"name": "area_mask",
"setter": "set_area_mask",
- "getter": "get_area_mask",
- "index": -1
+ "getter": "get_area_mask"
}
]
},
@@ -39209,141 +38982,121 @@
"type": "AudioStream",
"name": "stream",
"setter": "set_stream",
- "getter": "get_stream",
- "index": -1
+ "getter": "get_stream"
},
{
"type": "int",
"name": "attenuation_model",
"setter": "set_attenuation_model",
- "getter": "get_attenuation_model",
- "index": -1
+ "getter": "get_attenuation_model"
},
{
"type": "float",
"name": "volume_db",
"setter": "set_volume_db",
- "getter": "get_volume_db",
- "index": -1
+ "getter": "get_volume_db"
},
{
"type": "float",
"name": "unit_size",
"setter": "set_unit_size",
- "getter": "get_unit_size",
- "index": -1
+ "getter": "get_unit_size"
},
{
"type": "float",
"name": "max_db",
"setter": "set_max_db",
- "getter": "get_max_db",
- "index": -1
+ "getter": "get_max_db"
},
{
"type": "float",
"name": "pitch_scale",
"setter": "set_pitch_scale",
- "getter": "get_pitch_scale",
- "index": -1
+ "getter": "get_pitch_scale"
},
{
"type": "bool",
"name": "playing",
"setter": "_set_playing",
- "getter": "is_playing",
- "index": -1
+ "getter": "is_playing"
},
{
"type": "bool",
"name": "autoplay",
"setter": "set_autoplay",
- "getter": "is_autoplay_enabled",
- "index": -1
+ "getter": "is_autoplay_enabled"
},
{
"type": "bool",
"name": "stream_paused",
"setter": "set_stream_paused",
- "getter": "get_stream_paused",
- "index": -1
+ "getter": "get_stream_paused"
},
{
"type": "float",
"name": "max_distance",
"setter": "set_max_distance",
- "getter": "get_max_distance",
- "index": -1
+ "getter": "get_max_distance"
},
{
"type": "int",
"name": "max_polyphony",
"setter": "set_max_polyphony",
- "getter": "get_max_polyphony",
- "index": -1
+ "getter": "get_max_polyphony"
},
{
"type": "float",
"name": "panning_strength",
"setter": "set_panning_strength",
- "getter": "get_panning_strength",
- "index": -1
+ "getter": "get_panning_strength"
},
{
"type": "StringName",
"name": "bus",
"setter": "set_bus",
- "getter": "get_bus",
- "index": -1
+ "getter": "get_bus"
},
{
"type": "int",
"name": "area_mask",
"setter": "set_area_mask",
- "getter": "get_area_mask",
- "index": -1
+ "getter": "get_area_mask"
},
{
"type": "bool",
"name": "emission_angle_enabled",
"setter": "set_emission_angle_enabled",
- "getter": "is_emission_angle_enabled",
- "index": -1
+ "getter": "is_emission_angle_enabled"
},
{
"type": "float",
"name": "emission_angle_degrees",
"setter": "set_emission_angle",
- "getter": "get_emission_angle",
- "index": -1
+ "getter": "get_emission_angle"
},
{
"type": "float",
"name": "emission_angle_filter_attenuation_db",
"setter": "set_emission_angle_filter_attenuation_db",
- "getter": "get_emission_angle_filter_attenuation_db",
- "index": -1
+ "getter": "get_emission_angle_filter_attenuation_db"
},
{
"type": "float",
"name": "attenuation_filter_cutoff_hz",
"setter": "set_attenuation_filter_cutoff_hz",
- "getter": "get_attenuation_filter_cutoff_hz",
- "index": -1
+ "getter": "get_attenuation_filter_cutoff_hz"
},
{
"type": "float",
"name": "attenuation_filter_db",
"setter": "set_attenuation_filter_db",
- "getter": "get_attenuation_filter_db",
- "index": -1
+ "getter": "get_attenuation_filter_db"
},
{
"type": "int",
"name": "doppler_tracking",
"setter": "set_doppler_tracking",
- "getter": "get_doppler_tracking",
- "index": -1
+ "getter": "get_doppler_tracking"
}
]
},
@@ -39612,29 +39365,25 @@
"type": "int",
"name": "streams_count",
"setter": "set_streams_count",
- "getter": "get_streams_count",
- "index": -1
+ "getter": "get_streams_count"
},
{
"type": "int",
"name": "playback_mode",
"setter": "set_playback_mode",
- "getter": "get_playback_mode",
- "index": -1
+ "getter": "get_playback_mode"
},
{
"type": "float",
"name": "random_pitch",
"setter": "set_random_pitch",
- "getter": "get_random_pitch",
- "index": -1
+ "getter": "get_random_pitch"
},
{
"type": "float",
"name": "random_volume_offset_db",
"setter": "set_random_volume_offset_db",
- "getter": "get_random_volume_offset_db",
- "index": -1
+ "getter": "get_random_volume_offset_db"
}
]
},
@@ -39891,50 +39640,43 @@
"type": "PackedByteArray",
"name": "data",
"setter": "set_data",
- "getter": "get_data",
- "index": -1
+ "getter": "get_data"
},
{
"type": "int",
"name": "format",
"setter": "set_format",
- "getter": "get_format",
- "index": -1
+ "getter": "get_format"
},
{
"type": "int",
"name": "loop_mode",
"setter": "set_loop_mode",
- "getter": "get_loop_mode",
- "index": -1
+ "getter": "get_loop_mode"
},
{
"type": "int",
"name": "loop_begin",
"setter": "set_loop_begin",
- "getter": "get_loop_begin",
- "index": -1
+ "getter": "get_loop_begin"
},
{
"type": "int",
"name": "loop_end",
"setter": "set_loop_end",
- "getter": "get_loop_end",
- "index": -1
+ "getter": "get_loop_end"
},
{
"type": "int",
"name": "mix_rate",
"setter": "set_mix_rate",
- "getter": "get_mix_rate",
- "index": -1
+ "getter": "get_mix_rate"
},
{
"type": "bool",
"name": "stereo",
"setter": "set_stereo",
- "getter": "is_stereo",
- "index": -1
+ "getter": "is_stereo"
}
]
},
@@ -40021,15 +39763,13 @@
"type": "int",
"name": "copy_mode",
"setter": "set_copy_mode",
- "getter": "get_copy_mode",
- "index": -1
+ "getter": "get_copy_mode"
},
{
"type": "Rect2",
"name": "rect",
"setter": "set_rect",
- "getter": "get_rect",
- "index": -1
+ "getter": "get_rect"
}
]
},
@@ -40414,71 +40154,61 @@
"type": "bool",
"name": "disabled",
"setter": "set_disabled",
- "getter": "is_disabled",
- "index": -1
+ "getter": "is_disabled"
},
{
"type": "bool",
"name": "toggle_mode",
"setter": "set_toggle_mode",
- "getter": "is_toggle_mode",
- "index": -1
+ "getter": "is_toggle_mode"
},
{
"type": "bool",
"name": "shortcut_in_tooltip",
"setter": "set_shortcut_in_tooltip",
- "getter": "is_shortcut_in_tooltip_enabled",
- "index": -1
+ "getter": "is_shortcut_in_tooltip_enabled"
},
{
"type": "bool",
"name": "button_pressed",
"setter": "set_pressed",
- "getter": "is_pressed",
- "index": -1
+ "getter": "is_pressed"
},
{
"type": "int",
"name": "action_mode",
"setter": "set_action_mode",
- "getter": "get_action_mode",
- "index": -1
+ "getter": "get_action_mode"
},
{
"type": "int",
"name": "button_mask",
"setter": "set_button_mask",
- "getter": "get_button_mask",
- "index": -1
+ "getter": "get_button_mask"
},
{
"type": "bool",
"name": "keep_pressed_outside",
"setter": "set_keep_pressed_outside",
- "getter": "is_keep_pressed_outside",
- "index": -1
+ "getter": "is_keep_pressed_outside"
},
{
"type": "Shortcut",
"name": "shortcut",
"setter": "set_shortcut",
- "getter": "get_shortcut",
- "index": -1
+ "getter": "get_shortcut"
},
{
"type": "bool",
"name": "shortcut_feedback",
"setter": "set_shortcut_feedback",
- "getter": "is_shortcut_feedback",
- "index": -1
+ "getter": "is_shortcut_feedback"
},
{
"type": "ButtonGroup",
"name": "button_group",
"setter": "set_button_group",
- "getter": "get_button_group",
- "index": -1
+ "getter": "get_button_group"
}
]
},
@@ -42827,57 +42557,49 @@
"type": "int",
"name": "transparency",
"setter": "set_transparency",
- "getter": "get_transparency",
- "index": -1
+ "getter": "get_transparency"
},
{
"type": "float",
"name": "alpha_scissor_threshold",
"setter": "set_alpha_scissor_threshold",
- "getter": "get_alpha_scissor_threshold",
- "index": -1
+ "getter": "get_alpha_scissor_threshold"
},
{
"type": "float",
"name": "alpha_hash_scale",
"setter": "set_alpha_hash_scale",
- "getter": "get_alpha_hash_scale",
- "index": -1
+ "getter": "get_alpha_hash_scale"
},
{
"type": "int",
"name": "alpha_antialiasing_mode",
"setter": "set_alpha_antialiasing",
- "getter": "get_alpha_antialiasing",
- "index": -1
+ "getter": "get_alpha_antialiasing"
},
{
"type": "float",
"name": "alpha_antialiasing_edge",
"setter": "set_alpha_antialiasing_edge",
- "getter": "get_alpha_antialiasing_edge",
- "index": -1
+ "getter": "get_alpha_antialiasing_edge"
},
{
"type": "int",
"name": "blend_mode",
"setter": "set_blend_mode",
- "getter": "get_blend_mode",
- "index": -1
+ "getter": "get_blend_mode"
},
{
"type": "int",
"name": "cull_mode",
"setter": "set_cull_mode",
- "getter": "get_cull_mode",
- "index": -1
+ "getter": "get_cull_mode"
},
{
"type": "int",
"name": "depth_draw_mode",
"setter": "set_depth_draw_mode",
- "getter": "get_depth_draw_mode",
- "index": -1
+ "getter": "get_depth_draw_mode"
},
{
"type": "bool",
@@ -42890,22 +42612,19 @@
"type": "int",
"name": "shading_mode",
"setter": "set_shading_mode",
- "getter": "get_shading_mode",
- "index": -1
+ "getter": "get_shading_mode"
},
{
"type": "int",
"name": "diffuse_mode",
"setter": "set_diffuse_mode",
- "getter": "get_diffuse_mode",
- "index": -1
+ "getter": "get_diffuse_mode"
},
{
"type": "int",
"name": "specular_mode",
"setter": "set_specular_mode",
- "getter": "get_specular_mode",
- "index": -1
+ "getter": "get_specular_mode"
},
{
"type": "bool",
@@ -42932,8 +42651,7 @@
"type": "Color",
"name": "albedo_color",
"setter": "set_albedo",
- "getter": "get_albedo",
- "index": -1
+ "getter": "get_albedo"
},
{
"type": "Texture2D",
@@ -42967,15 +42685,13 @@
"type": "float",
"name": "metallic",
"setter": "set_metallic",
- "getter": "get_metallic",
- "index": -1
+ "getter": "get_metallic"
},
{
"type": "float",
"name": "metallic_specular",
"setter": "set_specular",
- "getter": "get_specular",
- "index": -1
+ "getter": "get_specular"
},
{
"type": "Texture2D",
@@ -42988,15 +42704,13 @@
"type": "int",
"name": "metallic_texture_channel",
"setter": "set_metallic_texture_channel",
- "getter": "get_metallic_texture_channel",
- "index": -1
+ "getter": "get_metallic_texture_channel"
},
{
"type": "float",
"name": "roughness",
"setter": "set_roughness",
- "getter": "get_roughness",
- "index": -1
+ "getter": "get_roughness"
},
{
"type": "Texture2D",
@@ -43009,8 +42723,7 @@
"type": "int",
"name": "roughness_texture_channel",
"setter": "set_roughness_texture_channel",
- "getter": "get_roughness_texture_channel",
- "index": -1
+ "getter": "get_roughness_texture_channel"
},
{
"type": "bool",
@@ -43023,29 +42736,25 @@
"type": "Color",
"name": "emission",
"setter": "set_emission",
- "getter": "get_emission",
- "index": -1
+ "getter": "get_emission"
},
{
"type": "float",
"name": "emission_energy_multiplier",
"setter": "set_emission_energy_multiplier",
- "getter": "get_emission_energy_multiplier",
- "index": -1
+ "getter": "get_emission_energy_multiplier"
},
{
"type": "float",
"name": "emission_intensity",
"setter": "set_emission_intensity",
- "getter": "get_emission_intensity",
- "index": -1
+ "getter": "get_emission_intensity"
},
{
"type": "int",
"name": "emission_operator",
"setter": "set_emission_operator",
- "getter": "get_emission_operator",
- "index": -1
+ "getter": "get_emission_operator"
},
{
"type": "bool",
@@ -43072,8 +42781,7 @@
"type": "float",
"name": "normal_scale",
"setter": "set_normal_scale",
- "getter": "get_normal_scale",
- "index": -1
+ "getter": "get_normal_scale"
},
{
"type": "Texture2D",
@@ -43093,15 +42801,13 @@
"type": "float",
"name": "rim",
"setter": "set_rim",
- "getter": "get_rim",
- "index": -1
+ "getter": "get_rim"
},
{
"type": "float",
"name": "rim_tint",
"setter": "set_rim_tint",
- "getter": "get_rim_tint",
- "index": -1
+ "getter": "get_rim_tint"
},
{
"type": "Texture2D",
@@ -43121,15 +42827,13 @@
"type": "float",
"name": "clearcoat",
"setter": "set_clearcoat",
- "getter": "get_clearcoat",
- "index": -1
+ "getter": "get_clearcoat"
},
{
"type": "float",
"name": "clearcoat_roughness",
"setter": "set_clearcoat_roughness",
- "getter": "get_clearcoat_roughness",
- "index": -1
+ "getter": "get_clearcoat_roughness"
},
{
"type": "Texture2D",
@@ -43149,8 +42853,7 @@
"type": "float",
"name": "anisotropy",
"setter": "set_anisotropy",
- "getter": "get_anisotropy",
- "index": -1
+ "getter": "get_anisotropy"
},
{
"type": "Texture2D",
@@ -43170,8 +42873,7 @@
"type": "float",
"name": "ao_light_affect",
"setter": "set_ao_light_affect",
- "getter": "get_ao_light_affect",
- "index": -1
+ "getter": "get_ao_light_affect"
},
{
"type": "Texture2D",
@@ -43191,8 +42893,7 @@
"type": "int",
"name": "ao_texture_channel",
"setter": "set_ao_texture_channel",
- "getter": "get_ao_texture_channel",
- "index": -1
+ "getter": "get_ao_texture_channel"
},
{
"type": "bool",
@@ -43205,43 +42906,37 @@
"type": "float",
"name": "heightmap_scale",
"setter": "set_heightmap_scale",
- "getter": "get_heightmap_scale",
- "index": -1
+ "getter": "get_heightmap_scale"
},
{
"type": "bool",
"name": "heightmap_deep_parallax",
"setter": "set_heightmap_deep_parallax",
- "getter": "is_heightmap_deep_parallax_enabled",
- "index": -1
+ "getter": "is_heightmap_deep_parallax_enabled"
},
{
"type": "int",
"name": "heightmap_min_layers",
"setter": "set_heightmap_deep_parallax_min_layers",
- "getter": "get_heightmap_deep_parallax_min_layers",
- "index": -1
+ "getter": "get_heightmap_deep_parallax_min_layers"
},
{
"type": "int",
"name": "heightmap_max_layers",
"setter": "set_heightmap_deep_parallax_max_layers",
- "getter": "get_heightmap_deep_parallax_max_layers",
- "index": -1
+ "getter": "get_heightmap_deep_parallax_max_layers"
},
{
"type": "bool",
"name": "heightmap_flip_tangent",
"setter": "set_heightmap_deep_parallax_flip_tangent",
- "getter": "get_heightmap_deep_parallax_flip_tangent",
- "index": -1
+ "getter": "get_heightmap_deep_parallax_flip_tangent"
},
{
"type": "bool",
"name": "heightmap_flip_binormal",
"setter": "set_heightmap_deep_parallax_flip_binormal",
- "getter": "get_heightmap_deep_parallax_flip_binormal",
- "index": -1
+ "getter": "get_heightmap_deep_parallax_flip_binormal"
},
{
"type": "Texture2D",
@@ -43268,8 +42963,7 @@
"type": "float",
"name": "subsurf_scatter_strength",
"setter": "set_subsurface_scattering_strength",
- "getter": "get_subsurface_scattering_strength",
- "index": -1
+ "getter": "get_subsurface_scattering_strength"
},
{
"type": "bool",
@@ -43296,8 +42990,7 @@
"type": "Color",
"name": "subsurf_scatter_transmittance_color",
"setter": "set_transmittance_color",
- "getter": "get_transmittance_color",
- "index": -1
+ "getter": "get_transmittance_color"
},
{
"type": "Texture2D",
@@ -43310,15 +43003,13 @@
"type": "float",
"name": "subsurf_scatter_transmittance_depth",
"setter": "set_transmittance_depth",
- "getter": "get_transmittance_depth",
- "index": -1
+ "getter": "get_transmittance_depth"
},
{
"type": "float",
"name": "subsurf_scatter_transmittance_boost",
"setter": "set_transmittance_boost",
- "getter": "get_transmittance_boost",
- "index": -1
+ "getter": "get_transmittance_boost"
},
{
"type": "bool",
@@ -43331,8 +43022,7 @@
"type": "Color",
"name": "backlight",
"setter": "set_backlight",
- "getter": "get_backlight",
- "index": -1
+ "getter": "get_backlight"
},
{
"type": "Texture2D",
@@ -43352,8 +43042,7 @@
"type": "float",
"name": "refraction_scale",
"setter": "set_refraction",
- "getter": "get_refraction",
- "index": -1
+ "getter": "get_refraction"
},
{
"type": "Texture2D",
@@ -43366,8 +43055,7 @@
"type": "int",
"name": "refraction_texture_channel",
"setter": "set_refraction_texture_channel",
- "getter": "get_refraction_texture_channel",
- "index": -1
+ "getter": "get_refraction_texture_channel"
},
{
"type": "bool",
@@ -43387,15 +43075,13 @@
"type": "int",
"name": "detail_blend_mode",
"setter": "set_detail_blend_mode",
- "getter": "get_detail_blend_mode",
- "index": -1
+ "getter": "get_detail_blend_mode"
},
{
"type": "int",
"name": "detail_uv_layer",
"setter": "set_detail_uv",
- "getter": "get_detail_uv",
- "index": -1
+ "getter": "get_detail_uv"
},
{
"type": "Texture2D",
@@ -43415,15 +43101,13 @@
"type": "Vector3",
"name": "uv1_scale",
"setter": "set_uv1_scale",
- "getter": "get_uv1_scale",
- "index": -1
+ "getter": "get_uv1_scale"
},
{
"type": "Vector3",
"name": "uv1_offset",
"setter": "set_uv1_offset",
- "getter": "get_uv1_offset",
- "index": -1
+ "getter": "get_uv1_offset"
},
{
"type": "bool",
@@ -43436,8 +43120,7 @@
"type": "float",
"name": "uv1_triplanar_sharpness",
"setter": "set_uv1_triplanar_blend_sharpness",
- "getter": "get_uv1_triplanar_blend_sharpness",
- "index": -1
+ "getter": "get_uv1_triplanar_blend_sharpness"
},
{
"type": "bool",
@@ -43450,15 +43133,13 @@
"type": "Vector3",
"name": "uv2_scale",
"setter": "set_uv2_scale",
- "getter": "get_uv2_scale",
- "index": -1
+ "getter": "get_uv2_scale"
},
{
"type": "Vector3",
"name": "uv2_offset",
"setter": "set_uv2_offset",
- "getter": "get_uv2_offset",
- "index": -1
+ "getter": "get_uv2_offset"
},
{
"type": "bool",
@@ -43471,8 +43152,7 @@
"type": "float",
"name": "uv2_triplanar_sharpness",
"setter": "set_uv2_triplanar_blend_sharpness",
- "getter": "get_uv2_triplanar_blend_sharpness",
- "index": -1
+ "getter": "get_uv2_triplanar_blend_sharpness"
},
{
"type": "bool",
@@ -43485,8 +43165,7 @@
"type": "int",
"name": "texture_filter",
"setter": "set_texture_filter",
- "getter": "get_texture_filter",
- "index": -1
+ "getter": "get_texture_filter"
},
{
"type": "bool",
@@ -43513,8 +43192,7 @@
"type": "int",
"name": "billboard_mode",
"setter": "set_billboard_mode",
- "getter": "get_billboard_mode",
- "index": -1
+ "getter": "get_billboard_mode"
},
{
"type": "bool",
@@ -43527,36 +43205,31 @@
"type": "int",
"name": "particles_anim_h_frames",
"setter": "set_particles_anim_h_frames",
- "getter": "get_particles_anim_h_frames",
- "index": -1
+ "getter": "get_particles_anim_h_frames"
},
{
"type": "int",
"name": "particles_anim_v_frames",
"setter": "set_particles_anim_v_frames",
- "getter": "get_particles_anim_v_frames",
- "index": -1
+ "getter": "get_particles_anim_v_frames"
},
{
"type": "bool",
"name": "particles_anim_loop",
"setter": "set_particles_anim_loop",
- "getter": "get_particles_anim_loop",
- "index": -1
+ "getter": "get_particles_anim_loop"
},
{
"type": "bool",
"name": "grow",
"setter": "set_grow_enabled",
- "getter": "is_grow_enabled",
- "index": -1
+ "getter": "is_grow_enabled"
},
{
"type": "float",
"name": "grow_amount",
"setter": "set_grow",
- "getter": "get_grow",
- "index": -1
+ "getter": "get_grow"
},
{
"type": "bool",
@@ -43576,8 +43249,7 @@
"type": "float",
"name": "point_size",
"setter": "set_point_size",
- "getter": "get_point_size",
- "index": -1
+ "getter": "get_point_size"
},
{
"type": "bool",
@@ -43590,50 +43262,43 @@
"type": "bool",
"name": "proximity_fade_enabled",
"setter": "set_proximity_fade_enabled",
- "getter": "is_proximity_fade_enabled",
- "index": -1
+ "getter": "is_proximity_fade_enabled"
},
{
"type": "float",
"name": "proximity_fade_distance",
"setter": "set_proximity_fade_distance",
- "getter": "get_proximity_fade_distance",
- "index": -1
+ "getter": "get_proximity_fade_distance"
},
{
"type": "float",
"name": "msdf_pixel_range",
"setter": "set_msdf_pixel_range",
- "getter": "get_msdf_pixel_range",
- "index": -1
+ "getter": "get_msdf_pixel_range"
},
{
"type": "float",
"name": "msdf_outline_size",
"setter": "set_msdf_outline_size",
- "getter": "get_msdf_outline_size",
- "index": -1
+ "getter": "get_msdf_outline_size"
},
{
"type": "int",
"name": "distance_fade_mode",
"setter": "set_distance_fade",
- "getter": "get_distance_fade",
- "index": -1
+ "getter": "get_distance_fade"
},
{
"type": "float",
"name": "distance_fade_min_distance",
"setter": "set_distance_fade_min_distance",
- "getter": "get_distance_fade_min_distance",
- "index": -1
+ "getter": "get_distance_fade_min_distance"
},
{
"type": "float",
"name": "distance_fade_max_distance",
"setter": "set_distance_fade_max_distance",
- "getter": "get_distance_fade_max_distance",
- "index": -1
+ "getter": "get_distance_fade_max_distance"
}
]
},
@@ -43874,8 +43539,7 @@
"type": "Dictionary",
"name": "data",
"setter": "_set_data",
- "getter": "_get_data",
- "index": -1
+ "getter": "_get_data"
}
]
},
@@ -44054,8 +43718,7 @@
"type": "Transform2D",
"name": "rest",
"setter": "set_rest",
- "getter": "get_rest",
- "index": -1
+ "getter": "get_rest"
}
]
},
@@ -44241,15 +43904,13 @@
"type": "StringName",
"name": "bone_name",
"setter": "set_bone_name",
- "getter": "get_bone_name",
- "index": -1
+ "getter": "get_bone_name"
},
{
"type": "int",
"name": "bone_idx",
"setter": "set_bone_idx",
- "getter": "get_bone_idx",
- "index": -1
+ "getter": "get_bone_idx"
}
]
},
@@ -44351,8 +44012,7 @@
"type": "SkeletonProfile",
"name": "profile",
"setter": "set_profile",
- "getter": "get_profile",
- "index": -1
+ "getter": "get_profile"
}
]
},
@@ -44456,15 +44116,13 @@
"type": "int",
"name": "alignment",
"setter": "set_alignment",
- "getter": "get_alignment",
- "index": -1
+ "getter": "get_alignment"
},
{
"type": "bool",
"name": "vertical",
"setter": "set_vertical",
- "getter": "is_vertical",
- "index": -1
+ "getter": "is_vertical"
}
]
},
@@ -44587,29 +44245,25 @@
"type": "Vector3",
"name": "size",
"setter": "set_size",
- "getter": "get_size",
- "index": -1
+ "getter": "get_size"
},
{
"type": "int",
"name": "subdivide_width",
"setter": "set_subdivide_width",
- "getter": "get_subdivide_width",
- "index": -1
+ "getter": "get_subdivide_width"
},
{
"type": "int",
"name": "subdivide_height",
"setter": "set_subdivide_height",
- "getter": "get_subdivide_height",
- "index": -1
+ "getter": "get_subdivide_height"
},
{
"type": "int",
"name": "subdivide_depth",
"setter": "set_subdivide_depth",
- "getter": "get_subdivide_depth",
- "index": -1
+ "getter": "get_subdivide_depth"
}
]
},
@@ -44651,8 +44305,7 @@
"type": "Vector3",
"name": "size",
"setter": "set_size",
- "getter": "get_size",
- "index": -1
+ "getter": "get_size"
}
]
},
@@ -44694,8 +44347,7 @@
"type": "Vector3",
"name": "size",
"setter": "set_size",
- "getter": "get_size",
- "index": -1
+ "getter": "get_size"
}
]
},
@@ -44962,71 +44614,61 @@
"type": "String",
"name": "text",
"setter": "set_text",
- "getter": "get_text",
- "index": -1
+ "getter": "get_text"
},
{
"type": "Texture2D",
"name": "icon",
"setter": "set_button_icon",
- "getter": "get_button_icon",
- "index": -1
+ "getter": "get_button_icon"
},
{
"type": "bool",
"name": "flat",
"setter": "set_flat",
- "getter": "is_flat",
- "index": -1
+ "getter": "is_flat"
},
{
"type": "bool",
"name": "clip_text",
"setter": "set_clip_text",
- "getter": "get_clip_text",
- "index": -1
+ "getter": "get_clip_text"
},
{
"type": "int",
"name": "alignment",
"setter": "set_text_alignment",
- "getter": "get_text_alignment",
- "index": -1
+ "getter": "get_text_alignment"
},
{
"type": "int",
"name": "text_overrun_behavior",
"setter": "set_text_overrun_behavior",
- "getter": "get_text_overrun_behavior",
- "index": -1
+ "getter": "get_text_overrun_behavior"
},
{
"type": "int",
"name": "icon_alignment",
"setter": "set_icon_alignment",
- "getter": "get_icon_alignment",
- "index": -1
+ "getter": "get_icon_alignment"
},
{
"type": "bool",
"name": "expand_icon",
"setter": "set_expand_icon",
- "getter": "is_expand_icon",
- "index": -1
+ "getter": "is_expand_icon"
},
{
"type": "int",
"name": "text_direction",
"setter": "set_text_direction",
- "getter": "get_text_direction",
- "index": -1
+ "getter": "get_text_direction"
},
{
"type": "String",
"name": "language",
"setter": "set_language",
- "getter": "get_language",
- "index": -1
+ "getter": "get_language"
}
]
},
@@ -46126,141 +45768,121 @@
"type": "bool",
"name": "emitting",
"setter": "set_emitting",
- "getter": "is_emitting",
- "index": -1
+ "getter": "is_emitting"
},
{
"type": "int",
"name": "amount",
"setter": "set_amount",
- "getter": "get_amount",
- "index": -1
+ "getter": "get_amount"
},
{
"type": "float",
"name": "lifetime",
"setter": "set_lifetime",
- "getter": "get_lifetime",
- "index": -1
+ "getter": "get_lifetime"
},
{
"type": "bool",
"name": "one_shot",
"setter": "set_one_shot",
- "getter": "get_one_shot",
- "index": -1
+ "getter": "get_one_shot"
},
{
"type": "float",
"name": "preprocess",
"setter": "set_pre_process_time",
- "getter": "get_pre_process_time",
- "index": -1
+ "getter": "get_pre_process_time"
},
{
"type": "float",
"name": "speed_scale",
"setter": "set_speed_scale",
- "getter": "get_speed_scale",
- "index": -1
+ "getter": "get_speed_scale"
},
{
"type": "float",
"name": "explosiveness",
"setter": "set_explosiveness_ratio",
- "getter": "get_explosiveness_ratio",
- "index": -1
+ "getter": "get_explosiveness_ratio"
},
{
"type": "float",
"name": "randomness",
"setter": "set_randomness_ratio",
- "getter": "get_randomness_ratio",
- "index": -1
+ "getter": "get_randomness_ratio"
},
{
"type": "float",
"name": "lifetime_randomness",
"setter": "set_lifetime_randomness",
- "getter": "get_lifetime_randomness",
- "index": -1
+ "getter": "get_lifetime_randomness"
},
{
"type": "int",
"name": "fixed_fps",
"setter": "set_fixed_fps",
- "getter": "get_fixed_fps",
- "index": -1
+ "getter": "get_fixed_fps"
},
{
"type": "bool",
"name": "fract_delta",
"setter": "set_fractional_delta",
- "getter": "get_fractional_delta",
- "index": -1
+ "getter": "get_fractional_delta"
},
{
"type": "bool",
"name": "local_coords",
"setter": "set_use_local_coordinates",
- "getter": "get_use_local_coordinates",
- "index": -1
+ "getter": "get_use_local_coordinates"
},
{
"type": "int",
"name": "draw_order",
"setter": "set_draw_order",
- "getter": "get_draw_order",
- "index": -1
+ "getter": "get_draw_order"
},
{
"type": "Texture2D",
"name": "texture",
"setter": "set_texture",
- "getter": "get_texture",
- "index": -1
+ "getter": "get_texture"
},
{
"type": "int",
"name": "emission_shape",
"setter": "set_emission_shape",
- "getter": "get_emission_shape",
- "index": -1
+ "getter": "get_emission_shape"
},
{
"type": "float",
"name": "emission_sphere_radius",
"setter": "set_emission_sphere_radius",
- "getter": "get_emission_sphere_radius",
- "index": -1
+ "getter": "get_emission_sphere_radius"
},
{
"type": "Vector2",
"name": "emission_rect_extents",
"setter": "set_emission_rect_extents",
- "getter": "get_emission_rect_extents",
- "index": -1
+ "getter": "get_emission_rect_extents"
},
{
"type": "PackedVector2Array",
"name": "emission_points",
"setter": "set_emission_points",
- "getter": "get_emission_points",
- "index": -1
+ "getter": "get_emission_points"
},
{
"type": "PackedVector2Array",
"name": "emission_normals",
"setter": "set_emission_normals",
- "getter": "get_emission_normals",
- "index": -1
+ "getter": "get_emission_normals"
},
{
"type": "PackedColorArray",
"name": "emission_colors",
"setter": "set_emission_colors",
- "getter": "get_emission_colors",
- "index": -1
+ "getter": "get_emission_colors"
},
{
"type": "bool",
@@ -46273,22 +45895,19 @@
"type": "Vector2",
"name": "direction",
"setter": "set_direction",
- "getter": "get_direction",
- "index": -1
+ "getter": "get_direction"
},
{
"type": "float",
"name": "spread",
"setter": "set_spread",
- "getter": "get_spread",
- "index": -1
+ "getter": "get_spread"
},
{
"type": "Vector2",
"name": "gravity",
"setter": "set_gravity",
- "getter": "get_gravity",
- "index": -1
+ "getter": "get_gravity"
},
{
"type": "float",
@@ -46476,43 +46095,37 @@
"type": "bool",
"name": "split_scale",
"setter": "set_split_scale",
- "getter": "get_split_scale",
- "index": -1
+ "getter": "get_split_scale"
},
{
"type": "Curve",
"name": "scale_curve_x",
"setter": "set_scale_curve_x",
- "getter": "get_scale_curve_x",
- "index": -1
+ "getter": "get_scale_curve_x"
},
{
"type": "Curve",
"name": "scale_curve_y",
"setter": "set_scale_curve_y",
- "getter": "get_scale_curve_y",
- "index": -1
+ "getter": "get_scale_curve_y"
},
{
"type": "Color",
"name": "color",
"setter": "set_color",
- "getter": "get_color",
- "index": -1
+ "getter": "get_color"
},
{
"type": "Gradient",
"name": "color_ramp",
"setter": "set_color_ramp",
- "getter": "get_color_ramp",
- "index": -1
+ "getter": "get_color_ramp"
},
{
"type": "Gradient",
"name": "color_initial_ramp",
"setter": "set_color_initial_ramp",
- "getter": "get_color_initial_ramp",
- "index": -1
+ "getter": "get_color_initial_ramp"
},
{
"type": "float",
@@ -47799,169 +47412,145 @@
"type": "bool",
"name": "emitting",
"setter": "set_emitting",
- "getter": "is_emitting",
- "index": -1
+ "getter": "is_emitting"
},
{
"type": "int",
"name": "amount",
"setter": "set_amount",
- "getter": "get_amount",
- "index": -1
+ "getter": "get_amount"
},
{
"type": "float",
"name": "lifetime",
"setter": "set_lifetime",
- "getter": "get_lifetime",
- "index": -1
+ "getter": "get_lifetime"
},
{
"type": "bool",
"name": "one_shot",
"setter": "set_one_shot",
- "getter": "get_one_shot",
- "index": -1
+ "getter": "get_one_shot"
},
{
"type": "float",
"name": "preprocess",
"setter": "set_pre_process_time",
- "getter": "get_pre_process_time",
- "index": -1
+ "getter": "get_pre_process_time"
},
{
"type": "float",
"name": "speed_scale",
"setter": "set_speed_scale",
- "getter": "get_speed_scale",
- "index": -1
+ "getter": "get_speed_scale"
},
{
"type": "float",
"name": "explosiveness",
"setter": "set_explosiveness_ratio",
- "getter": "get_explosiveness_ratio",
- "index": -1
+ "getter": "get_explosiveness_ratio"
},
{
"type": "float",
"name": "randomness",
"setter": "set_randomness_ratio",
- "getter": "get_randomness_ratio",
- "index": -1
+ "getter": "get_randomness_ratio"
},
{
"type": "float",
"name": "lifetime_randomness",
"setter": "set_lifetime_randomness",
- "getter": "get_lifetime_randomness",
- "index": -1
+ "getter": "get_lifetime_randomness"
},
{
"type": "int",
"name": "fixed_fps",
"setter": "set_fixed_fps",
- "getter": "get_fixed_fps",
- "index": -1
+ "getter": "get_fixed_fps"
},
{
"type": "bool",
"name": "fract_delta",
"setter": "set_fractional_delta",
- "getter": "get_fractional_delta",
- "index": -1
+ "getter": "get_fractional_delta"
},
{
"type": "bool",
"name": "local_coords",
"setter": "set_use_local_coordinates",
- "getter": "get_use_local_coordinates",
- "index": -1
+ "getter": "get_use_local_coordinates"
},
{
"type": "int",
"name": "draw_order",
"setter": "set_draw_order",
- "getter": "get_draw_order",
- "index": -1
+ "getter": "get_draw_order"
},
{
"type": "Mesh",
"name": "mesh",
"setter": "set_mesh",
- "getter": "get_mesh",
- "index": -1
+ "getter": "get_mesh"
},
{
"type": "int",
"name": "emission_shape",
"setter": "set_emission_shape",
- "getter": "get_emission_shape",
- "index": -1
+ "getter": "get_emission_shape"
},
{
"type": "float",
"name": "emission_sphere_radius",
"setter": "set_emission_sphere_radius",
- "getter": "get_emission_sphere_radius",
- "index": -1
+ "getter": "get_emission_sphere_radius"
},
{
"type": "Vector3",
"name": "emission_box_extents",
"setter": "set_emission_box_extents",
- "getter": "get_emission_box_extents",
- "index": -1
+ "getter": "get_emission_box_extents"
},
{
"type": "PackedVector3Array",
"name": "emission_points",
"setter": "set_emission_points",
- "getter": "get_emission_points",
- "index": -1
+ "getter": "get_emission_points"
},
{
"type": "PackedVector3Array",
"name": "emission_normals",
"setter": "set_emission_normals",
- "getter": "get_emission_normals",
- "index": -1
+ "getter": "get_emission_normals"
},
{
"type": "PackedColorArray",
"name": "emission_colors",
"setter": "set_emission_colors",
- "getter": "get_emission_colors",
- "index": -1
+ "getter": "get_emission_colors"
},
{
"type": "Vector3",
"name": "emission_ring_axis",
"setter": "set_emission_ring_axis",
- "getter": "get_emission_ring_axis",
- "index": -1
+ "getter": "get_emission_ring_axis"
},
{
"type": "float",
"name": "emission_ring_height",
"setter": "set_emission_ring_height",
- "getter": "get_emission_ring_height",
- "index": -1
+ "getter": "get_emission_ring_height"
},
{
"type": "float",
"name": "emission_ring_radius",
"setter": "set_emission_ring_radius",
- "getter": "get_emission_ring_radius",
- "index": -1
+ "getter": "get_emission_ring_radius"
},
{
"type": "float",
"name": "emission_ring_inner_radius",
"setter": "set_emission_ring_inner_radius",
- "getter": "get_emission_ring_inner_radius",
- "index": -1
+ "getter": "get_emission_ring_inner_radius"
},
{
"type": "bool",
@@ -47988,29 +47577,25 @@
"type": "Vector3",
"name": "direction",
"setter": "set_direction",
- "getter": "get_direction",
- "index": -1
+ "getter": "get_direction"
},
{
"type": "float",
"name": "spread",
"setter": "set_spread",
- "getter": "get_spread",
- "index": -1
+ "getter": "get_spread"
},
{
"type": "float",
"name": "flatness",
"setter": "set_flatness",
- "getter": "get_flatness",
- "index": -1
+ "getter": "get_flatness"
},
{
"type": "Vector3",
"name": "gravity",
"setter": "set_gravity",
- "getter": "get_gravity",
- "index": -1
+ "getter": "get_gravity"
},
{
"type": "float",
@@ -48198,50 +47783,43 @@
"type": "bool",
"name": "split_scale",
"setter": "set_split_scale",
- "getter": "get_split_scale",
- "index": -1
+ "getter": "get_split_scale"
},
{
"type": "Curve",
"name": "scale_curve_x",
"setter": "set_scale_curve_x",
- "getter": "get_scale_curve_x",
- "index": -1
+ "getter": "get_scale_curve_x"
},
{
"type": "Curve",
"name": "scale_curve_y",
"setter": "set_scale_curve_y",
- "getter": "get_scale_curve_y",
- "index": -1
+ "getter": "get_scale_curve_y"
},
{
"type": "Curve",
"name": "scale_curve_z",
"setter": "set_scale_curve_z",
- "getter": "get_scale_curve_z",
- "index": -1
+ "getter": "get_scale_curve_z"
},
{
"type": "Color",
"name": "color",
"setter": "set_color",
- "getter": "get_color",
- "index": -1
+ "getter": "get_color"
},
{
"type": "Gradient",
"name": "color_ramp",
"setter": "set_color_ramp",
- "getter": "get_color_ramp",
- "index": -1
+ "getter": "get_color_ramp"
},
{
"type": "Gradient",
"name": "color_initial_ramp",
"setter": "set_color_initial_ramp",
- "getter": "get_color_initial_ramp",
- "index": -1
+ "getter": "get_color_initial_ramp"
},
{
"type": "float",
@@ -48371,15 +47949,13 @@
"type": "Vector3",
"name": "size",
"setter": "set_size",
- "getter": "get_size",
- "index": -1
+ "getter": "get_size"
},
{
"type": "BaseMaterial3D,ShaderMaterial",
"name": "material",
"setter": "set_material",
- "getter": "get_material",
- "index": -1
+ "getter": "get_material"
}
]
},
@@ -48559,43 +48135,37 @@
"type": "float",
"name": "radius",
"setter": "set_radius",
- "getter": "get_radius",
- "index": -1
+ "getter": "get_radius"
},
{
"type": "float",
"name": "height",
"setter": "set_height",
- "getter": "get_height",
- "index": -1
+ "getter": "get_height"
},
{
"type": "int",
"name": "sides",
"setter": "set_sides",
- "getter": "get_sides",
- "index": -1
+ "getter": "get_sides"
},
{
"type": "bool",
"name": "cone",
"setter": "set_cone",
- "getter": "is_cone",
- "index": -1
+ "getter": "is_cone"
},
{
"type": "bool",
"name": "smooth_faces",
"setter": "set_smooth_faces",
- "getter": "get_smooth_faces",
- "index": -1
+ "getter": "get_smooth_faces"
},
{
"type": "BaseMaterial3D,ShaderMaterial",
"name": "material",
"setter": "set_material",
- "getter": "get_material",
- "index": -1
+ "getter": "get_material"
}
]
},
@@ -48662,15 +48232,13 @@
"type": "Mesh",
"name": "mesh",
"setter": "set_mesh",
- "getter": "get_mesh",
- "index": -1
+ "getter": "get_mesh"
},
{
"type": "BaseMaterial3D,ShaderMaterial",
"name": "material",
"setter": "set_material",
- "getter": "get_material",
- "index": -1
+ "getter": "get_material"
}
]
},
@@ -49151,113 +48719,97 @@
"type": "PackedVector2Array",
"name": "polygon",
"setter": "set_polygon",
- "getter": "get_polygon",
- "index": -1
+ "getter": "get_polygon"
},
{
"type": "int",
"name": "mode",
"setter": "set_mode",
- "getter": "get_mode",
- "index": -1
+ "getter": "get_mode"
},
{
"type": "float",
"name": "depth",
"setter": "set_depth",
- "getter": "get_depth",
- "index": -1
+ "getter": "get_depth"
},
{
"type": "float",
"name": "spin_degrees",
"setter": "set_spin_degrees",
- "getter": "get_spin_degrees",
- "index": -1
+ "getter": "get_spin_degrees"
},
{
"type": "int",
"name": "spin_sides",
"setter": "set_spin_sides",
- "getter": "get_spin_sides",
- "index": -1
+ "getter": "get_spin_sides"
},
{
"type": "NodePath",
"name": "path_node",
"setter": "set_path_node",
- "getter": "get_path_node",
- "index": -1
+ "getter": "get_path_node"
},
{
"type": "int",
"name": "path_interval_type",
"setter": "set_path_interval_type",
- "getter": "get_path_interval_type",
- "index": -1
+ "getter": "get_path_interval_type"
},
{
"type": "float",
"name": "path_interval",
"setter": "set_path_interval",
- "getter": "get_path_interval",
- "index": -1
+ "getter": "get_path_interval"
},
{
"type": "float",
"name": "path_simplify_angle",
"setter": "set_path_simplify_angle",
- "getter": "get_path_simplify_angle",
- "index": -1
+ "getter": "get_path_simplify_angle"
},
{
"type": "int",
"name": "path_rotation",
"setter": "set_path_rotation",
- "getter": "get_path_rotation",
- "index": -1
+ "getter": "get_path_rotation"
},
{
"type": "bool",
"name": "path_local",
"setter": "set_path_local",
- "getter": "is_path_local",
- "index": -1
+ "getter": "is_path_local"
},
{
"type": "bool",
"name": "path_continuous_u",
"setter": "set_path_continuous_u",
- "getter": "is_path_continuous_u",
- "index": -1
+ "getter": "is_path_continuous_u"
},
{
"type": "float",
"name": "path_u_distance",
"setter": "set_path_u_distance",
- "getter": "get_path_u_distance",
- "index": -1
+ "getter": "get_path_u_distance"
},
{
"type": "bool",
"name": "path_joined",
"setter": "set_path_joined",
- "getter": "is_path_joined",
- "index": -1
+ "getter": "is_path_joined"
},
{
"type": "bool",
"name": "smooth_faces",
"setter": "set_smooth_faces",
- "getter": "get_smooth_faces",
- "index": -1
+ "getter": "get_smooth_faces"
},
{
"type": "BaseMaterial3D,ShaderMaterial",
"name": "material",
"setter": "set_material",
- "getter": "get_material",
- "index": -1
+ "getter": "get_material"
}
]
},
@@ -49299,8 +48851,7 @@
"type": "bool",
"name": "flip_faces",
"setter": "set_flip_faces",
- "getter": "get_flip_faces",
- "index": -1
+ "getter": "get_flip_faces"
}
]
},
@@ -49616,50 +49167,43 @@
"type": "int",
"name": "operation",
"setter": "set_operation",
- "getter": "get_operation",
- "index": -1
+ "getter": "get_operation"
},
{
"type": "float",
"name": "snap",
"setter": "set_snap",
- "getter": "get_snap",
- "index": -1
+ "getter": "get_snap"
},
{
"type": "bool",
"name": "calculate_tangents",
"setter": "set_calculate_tangents",
- "getter": "is_calculating_tangents",
- "index": -1
+ "getter": "is_calculating_tangents"
},
{
"type": "bool",
"name": "use_collision",
"setter": "set_use_collision",
- "getter": "is_using_collision",
- "index": -1
+ "getter": "is_using_collision"
},
{
"type": "int",
"name": "collision_layer",
"setter": "set_collision_layer",
- "getter": "get_collision_layer",
- "index": -1
+ "getter": "get_collision_layer"
},
{
"type": "int",
"name": "collision_mask",
"setter": "set_collision_mask",
- "getter": "get_collision_mask",
- "index": -1
+ "getter": "get_collision_mask"
},
{
"type": "float",
"name": "collision_priority",
"setter": "set_collision_priority",
- "getter": "get_collision_priority",
- "index": -1
+ "getter": "get_collision_priority"
}
]
},
@@ -49807,36 +49351,31 @@
"type": "float",
"name": "radius",
"setter": "set_radius",
- "getter": "get_radius",
- "index": -1
+ "getter": "get_radius"
},
{
"type": "int",
"name": "radial_segments",
"setter": "set_radial_segments",
- "getter": "get_radial_segments",
- "index": -1
+ "getter": "get_radial_segments"
},
{
"type": "int",
"name": "rings",
"setter": "set_rings",
- "getter": "get_rings",
- "index": -1
+ "getter": "get_rings"
},
{
"type": "bool",
"name": "smooth_faces",
"setter": "set_smooth_faces",
- "getter": "get_smooth_faces",
- "index": -1
+ "getter": "get_smooth_faces"
},
{
"type": "BaseMaterial3D,ShaderMaterial",
"name": "material",
"setter": "set_material",
- "getter": "get_material",
- "index": -1
+ "getter": "get_material"
}
]
},
@@ -50011,43 +49550,37 @@
"type": "float",
"name": "inner_radius",
"setter": "set_inner_radius",
- "getter": "get_inner_radius",
- "index": -1
+ "getter": "get_inner_radius"
},
{
"type": "float",
"name": "outer_radius",
"setter": "set_outer_radius",
- "getter": "get_outer_radius",
- "index": -1
+ "getter": "get_outer_radius"
},
{
"type": "int",
"name": "sides",
"setter": "set_sides",
- "getter": "get_sides",
- "index": -1
+ "getter": "get_sides"
},
{
"type": "int",
"name": "ring_sides",
"setter": "set_ring_sides",
- "getter": "get_ring_sides",
- "index": -1
+ "getter": "get_ring_sides"
},
{
"type": "bool",
"name": "smooth_faces",
"setter": "set_smooth_faces",
- "getter": "get_smooth_faces",
- "index": -1
+ "getter": "get_smooth_faces"
},
{
"type": "BaseMaterial3D,ShaderMaterial",
"name": "material",
"setter": "set_material",
- "getter": "get_material",
- "index": -1
+ "getter": "get_material"
}
]
},
@@ -50724,50 +50257,43 @@
"type": "Vector2",
"name": "offset",
"setter": "set_offset",
- "getter": "get_offset",
- "index": -1
+ "getter": "get_offset"
},
{
"type": "int",
"name": "anchor_mode",
"setter": "set_anchor_mode",
- "getter": "get_anchor_mode",
- "index": -1
+ "getter": "get_anchor_mode"
},
{
"type": "bool",
"name": "ignore_rotation",
"setter": "set_ignore_rotation",
- "getter": "is_ignoring_rotation",
- "index": -1
+ "getter": "is_ignoring_rotation"
},
{
"type": "bool",
"name": "current",
"setter": "set_current",
- "getter": "is_current",
- "index": -1
+ "getter": "is_current"
},
{
"type": "Vector2",
"name": "zoom",
"setter": "set_zoom",
- "getter": "get_zoom",
- "index": -1
+ "getter": "get_zoom"
},
{
"type": "Viewport",
"name": "custom_viewport",
"setter": "set_custom_viewport",
- "getter": "get_custom_viewport",
- "index": -1
+ "getter": "get_custom_viewport"
},
{
"type": "int",
"name": "process_callback",
"setter": "set_process_callback",
- "getter": "get_process_callback",
- "index": -1
+ "getter": "get_process_callback"
},
{
"type": "int",
@@ -50801,64 +50327,55 @@
"type": "bool",
"name": "limit_smoothed",
"setter": "set_limit_smoothing_enabled",
- "getter": "is_limit_smoothing_enabled",
- "index": -1
+ "getter": "is_limit_smoothing_enabled"
},
{
"type": "bool",
"name": "position_smoothing_enabled",
"setter": "set_position_smoothing_enabled",
- "getter": "is_position_smoothing_enabled",
- "index": -1
+ "getter": "is_position_smoothing_enabled"
},
{
"type": "float",
"name": "position_smoothing_speed",
"setter": "set_position_smoothing_speed",
- "getter": "get_position_smoothing_speed",
- "index": -1
+ "getter": "get_position_smoothing_speed"
},
{
"type": "bool",
"name": "rotation_smoothing_enabled",
"setter": "set_rotation_smoothing_enabled",
- "getter": "is_rotation_smoothing_enabled",
- "index": -1
+ "getter": "is_rotation_smoothing_enabled"
},
{
"type": "float",
"name": "rotation_smoothing_speed",
"setter": "set_rotation_smoothing_speed",
- "getter": "get_rotation_smoothing_speed",
- "index": -1
+ "getter": "get_rotation_smoothing_speed"
},
{
"type": "bool",
"name": "drag_horizontal_enabled",
"setter": "set_drag_horizontal_enabled",
- "getter": "is_drag_horizontal_enabled",
- "index": -1
+ "getter": "is_drag_horizontal_enabled"
},
{
"type": "bool",
"name": "drag_vertical_enabled",
"setter": "set_drag_vertical_enabled",
- "getter": "is_drag_vertical_enabled",
- "index": -1
+ "getter": "is_drag_vertical_enabled"
},
{
"type": "float",
"name": "drag_horizontal_offset",
"setter": "set_drag_horizontal_offset",
- "getter": "get_drag_horizontal_offset",
- "index": -1
+ "getter": "get_drag_horizontal_offset"
},
{
"type": "float",
"name": "drag_vertical_offset",
"setter": "set_drag_vertical_offset",
- "getter": "get_drag_vertical_offset",
- "index": -1
+ "getter": "get_drag_vertical_offset"
},
{
"type": "float",
@@ -50892,22 +50409,19 @@
"type": "bool",
"name": "editor_draw_screen",
"setter": "set_screen_drawing_enabled",
- "getter": "is_screen_drawing_enabled",
- "index": -1
+ "getter": "is_screen_drawing_enabled"
},
{
"type": "bool",
"name": "editor_draw_limits",
"setter": "set_limit_drawing_enabled",
- "getter": "is_limit_drawing_enabled",
- "index": -1
+ "getter": "is_limit_drawing_enabled"
},
{
"type": "bool",
"name": "editor_draw_drag_margin",
"setter": "set_margin_drawing_enabled",
- "getter": "is_margin_drawing_enabled",
- "index": -1
+ "getter": "is_margin_drawing_enabled"
}
]
},
@@ -51647,99 +51161,85 @@
"type": "int",
"name": "keep_aspect",
"setter": "set_keep_aspect_mode",
- "getter": "get_keep_aspect_mode",
- "index": -1
+ "getter": "get_keep_aspect_mode"
},
{
"type": "int",
"name": "cull_mask",
"setter": "set_cull_mask",
- "getter": "get_cull_mask",
- "index": -1
+ "getter": "get_cull_mask"
},
{
"type": "Environment",
"name": "environment",
"setter": "set_environment",
- "getter": "get_environment",
- "index": -1
+ "getter": "get_environment"
},
{
"type": "CameraAttributesPractical,CameraAttributesPhysical",
"name": "attributes",
"setter": "set_attributes",
- "getter": "get_attributes",
- "index": -1
+ "getter": "get_attributes"
},
{
"type": "float",
"name": "h_offset",
"setter": "set_h_offset",
- "getter": "get_h_offset",
- "index": -1
+ "getter": "get_h_offset"
},
{
"type": "float",
"name": "v_offset",
"setter": "set_v_offset",
- "getter": "get_v_offset",
- "index": -1
+ "getter": "get_v_offset"
},
{
"type": "int",
"name": "doppler_tracking",
"setter": "set_doppler_tracking",
- "getter": "get_doppler_tracking",
- "index": -1
+ "getter": "get_doppler_tracking"
},
{
"type": "int",
"name": "projection",
"setter": "set_projection",
- "getter": "get_projection",
- "index": -1
+ "getter": "get_projection"
},
{
"type": "bool",
"name": "current",
"setter": "set_current",
- "getter": "is_current",
- "index": -1
+ "getter": "is_current"
},
{
"type": "float",
"name": "fov",
"setter": "set_fov",
- "getter": "get_fov",
- "index": -1
+ "getter": "get_fov"
},
{
"type": "float",
"name": "size",
"setter": "set_size",
- "getter": "get_size",
- "index": -1
+ "getter": "get_size"
},
{
"type": "Vector2",
"name": "frustum_offset",
"setter": "set_frustum_offset",
- "getter": "get_frustum_offset",
- "index": -1
+ "getter": "get_frustum_offset"
},
{
"type": "float",
"name": "near",
"setter": "set_near",
- "getter": "get_near",
- "index": -1
+ "getter": "get_near"
},
{
"type": "float",
"name": "far",
"setter": "set_far",
- "getter": "get_far",
- "index": -1
+ "getter": "get_far"
}
]
},
@@ -51889,36 +51389,31 @@
"type": "float",
"name": "exposure_sensitivity",
"setter": "set_exposure_sensitivity",
- "getter": "get_exposure_sensitivity",
- "index": -1
+ "getter": "get_exposure_sensitivity"
},
{
"type": "float",
"name": "exposure_multiplier",
"setter": "set_exposure_multiplier",
- "getter": "get_exposure_multiplier",
- "index": -1
+ "getter": "get_exposure_multiplier"
},
{
"type": "bool",
"name": "auto_exposure_enabled",
"setter": "set_auto_exposure_enabled",
- "getter": "is_auto_exposure_enabled",
- "index": -1
+ "getter": "is_auto_exposure_enabled"
},
{
"type": "float",
"name": "auto_exposure_scale",
"setter": "set_auto_exposure_scale",
- "getter": "get_auto_exposure_scale",
- "index": -1
+ "getter": "get_auto_exposure_scale"
},
{
"type": "float",
"name": "auto_exposure_speed",
"setter": "set_auto_exposure_speed",
- "getter": "get_auto_exposure_speed",
- "index": -1
+ "getter": "get_auto_exposure_speed"
}
]
},
@@ -52163,57 +51658,49 @@
"type": "float",
"name": "frustum_focus_distance",
"setter": "set_focus_distance",
- "getter": "get_focus_distance",
- "index": -1
+ "getter": "get_focus_distance"
},
{
"type": "float",
"name": "frustum_focal_length",
"setter": "set_focal_length",
- "getter": "get_focal_length",
- "index": -1
+ "getter": "get_focal_length"
},
{
"type": "float",
"name": "frustum_near",
"setter": "set_near",
- "getter": "get_near",
- "index": -1
+ "getter": "get_near"
},
{
"type": "float",
"name": "frustum_far",
"setter": "set_far",
- "getter": "get_far",
- "index": -1
+ "getter": "get_far"
},
{
"type": "float",
"name": "exposure_aperture",
"setter": "set_aperture",
- "getter": "get_aperture",
- "index": -1
+ "getter": "get_aperture"
},
{
"type": "float",
"name": "exposure_shutter_speed",
"setter": "set_shutter_speed",
- "getter": "get_shutter_speed",
- "index": -1
+ "getter": "get_shutter_speed"
},
{
"type": "float",
"name": "auto_exposure_min_exposure_value",
"setter": "set_auto_exposure_min_exposure_value",
- "getter": "get_auto_exposure_min_exposure_value",
- "index": -1
+ "getter": "get_auto_exposure_min_exposure_value"
},
{
"type": "float",
"name": "auto_exposure_max_exposure_value",
"setter": "set_auto_exposure_max_exposure_value",
- "getter": "get_auto_exposure_max_exposure_value",
- "index": -1
+ "getter": "get_auto_exposure_max_exposure_value"
}
]
},
@@ -52469,64 +51956,55 @@
"type": "bool",
"name": "dof_blur_far_enabled",
"setter": "set_dof_blur_far_enabled",
- "getter": "is_dof_blur_far_enabled",
- "index": -1
+ "getter": "is_dof_blur_far_enabled"
},
{
"type": "float",
"name": "dof_blur_far_distance",
"setter": "set_dof_blur_far_distance",
- "getter": "get_dof_blur_far_distance",
- "index": -1
+ "getter": "get_dof_blur_far_distance"
},
{
"type": "float",
"name": "dof_blur_far_transition",
"setter": "set_dof_blur_far_transition",
- "getter": "get_dof_blur_far_transition",
- "index": -1
+ "getter": "get_dof_blur_far_transition"
},
{
"type": "bool",
"name": "dof_blur_near_enabled",
"setter": "set_dof_blur_near_enabled",
- "getter": "is_dof_blur_near_enabled",
- "index": -1
+ "getter": "is_dof_blur_near_enabled"
},
{
"type": "float",
"name": "dof_blur_near_distance",
"setter": "set_dof_blur_near_distance",
- "getter": "get_dof_blur_near_distance",
- "index": -1
+ "getter": "get_dof_blur_near_distance"
},
{
"type": "float",
"name": "dof_blur_near_transition",
"setter": "set_dof_blur_near_transition",
- "getter": "get_dof_blur_near_transition",
- "index": -1
+ "getter": "get_dof_blur_near_transition"
},
{
"type": "float",
"name": "dof_blur_amount",
"setter": "set_dof_blur_amount",
- "getter": "get_dof_blur_amount",
- "index": -1
+ "getter": "get_dof_blur_amount"
},
{
"type": "float",
"name": "auto_exposure_min_sensitivity",
"setter": "set_auto_exposure_min_sensitivity",
- "getter": "get_auto_exposure_min_sensitivity",
- "index": -1
+ "getter": "get_auto_exposure_min_sensitivity"
},
{
"type": "float",
"name": "auto_exposure_max_sensitivity",
"setter": "set_auto_exposure_max_sensitivity",
- "getter": "get_auto_exposure_max_sensitivity",
- "index": -1
+ "getter": "get_auto_exposure_max_sensitivity"
}
]
},
@@ -52680,15 +52158,13 @@
"type": "bool",
"name": "feed_is_active",
"setter": "set_active",
- "getter": "is_active",
- "index": -1
+ "getter": "is_active"
},
{
"type": "Transform2D",
"name": "feed_transform",
"setter": "set_transform",
- "getter": "get_transform",
- "index": -1
+ "getter": "get_transform"
}
]
},
@@ -52904,22 +52380,19 @@
"type": "int",
"name": "camera_feed_id",
"setter": "set_camera_feed_id",
- "getter": "get_camera_feed_id",
- "index": -1
+ "getter": "get_camera_feed_id"
},
{
"type": "int",
"name": "which_feed",
"setter": "set_which_feed",
- "getter": "get_which_feed",
- "index": -1
+ "getter": "get_which_feed"
},
{
"type": "bool",
"name": "camera_is_active",
"setter": "set_camera_active",
- "getter": "get_camera_active",
- "index": -1
+ "getter": "get_camera_active"
}
]
},
@@ -53015,22 +52488,19 @@
"type": "float",
"name": "fit_margin",
"setter": "set_fit_margin",
- "getter": "get_fit_margin",
- "index": -1
+ "getter": "get_fit_margin"
},
{
"type": "float",
"name": "clear_margin",
"setter": "set_clear_margin",
- "getter": "get_clear_margin",
- "index": -1
+ "getter": "get_clear_margin"
},
{
"type": "bool",
"name": "use_mipmaps",
"setter": "set_use_mipmaps",
- "getter": "is_using_mipmaps",
- "index": -1
+ "getter": "is_using_mipmaps"
}
]
},
@@ -54872,106 +54342,91 @@
"type": "bool",
"name": "visible",
"setter": "set_visible",
- "getter": "is_visible",
- "index": -1
+ "getter": "is_visible"
},
{
"type": "Color",
"name": "modulate",
"setter": "set_modulate",
- "getter": "get_modulate",
- "index": -1
+ "getter": "get_modulate"
},
{
"type": "Color",
"name": "self_modulate",
"setter": "set_self_modulate",
- "getter": "get_self_modulate",
- "index": -1
+ "getter": "get_self_modulate"
},
{
"type": "bool",
"name": "show_behind_parent",
"setter": "set_draw_behind_parent",
- "getter": "is_draw_behind_parent_enabled",
- "index": -1
+ "getter": "is_draw_behind_parent_enabled"
},
{
"type": "bool",
"name": "top_level",
"setter": "set_as_top_level",
- "getter": "is_set_as_top_level",
- "index": -1
+ "getter": "is_set_as_top_level"
},
{
"type": "int",
"name": "clip_children",
"setter": "set_clip_children_mode",
- "getter": "get_clip_children_mode",
- "index": -1
+ "getter": "get_clip_children_mode"
},
{
"type": "int",
"name": "light_mask",
"setter": "set_light_mask",
- "getter": "get_light_mask",
- "index": -1
+ "getter": "get_light_mask"
},
{
"type": "int",
"name": "visibility_layer",
"setter": "set_visibility_layer",
- "getter": "get_visibility_layer",
- "index": -1
+ "getter": "get_visibility_layer"
},
{
"type": "int",
"name": "z_index",
"setter": "set_z_index",
- "getter": "get_z_index",
- "index": -1
+ "getter": "get_z_index"
},
{
"type": "bool",
"name": "z_as_relative",
"setter": "set_z_as_relative",
- "getter": "is_z_relative",
- "index": -1
+ "getter": "is_z_relative"
},
{
"type": "bool",
"name": "y_sort_enabled",
"setter": "set_y_sort_enabled",
- "getter": "is_y_sort_enabled",
- "index": -1
+ "getter": "is_y_sort_enabled"
},
{
"type": "int",
"name": "texture_filter",
"setter": "set_texture_filter",
- "getter": "get_texture_filter",
- "index": -1
+ "getter": "get_texture_filter"
},
{
"type": "int",
"name": "texture_repeat",
"setter": "set_texture_repeat",
- "getter": "get_texture_repeat",
- "index": -1
+ "getter": "get_texture_repeat"
},
{
"type": "CanvasItemMaterial,ShaderMaterial",
"name": "material",
"setter": "set_material",
- "getter": "get_material",
- "index": -1
+ "getter": "get_material"
},
{
"type": "bool",
"name": "use_parent_material",
"setter": "set_use_parent_material",
- "getter": "get_use_parent_material",
- "index": -1
+ "getter": "get_use_parent_material"
}
]
},
@@ -55188,43 +54643,37 @@
"type": "int",
"name": "blend_mode",
"setter": "set_blend_mode",
- "getter": "get_blend_mode",
- "index": -1
+ "getter": "get_blend_mode"
},
{
"type": "int",
"name": "light_mode",
"setter": "set_light_mode",
- "getter": "get_light_mode",
- "index": -1
+ "getter": "get_light_mode"
},
{
"type": "bool",
"name": "particles_animation",
"setter": "set_particles_animation",
- "getter": "get_particles_animation",
- "index": -1
+ "getter": "get_particles_animation"
},
{
"type": "int",
"name": "particles_anim_h_frames",
"setter": "set_particles_anim_h_frames",
- "getter": "get_particles_anim_h_frames",
- "index": -1
+ "getter": "get_particles_anim_h_frames"
},
{
"type": "int",
"name": "particles_anim_v_frames",
"setter": "set_particles_anim_v_frames",
- "getter": "get_particles_anim_v_frames",
- "index": -1
+ "getter": "get_particles_anim_v_frames"
},
{
"type": "bool",
"name": "particles_anim_loop",
"setter": "set_particles_anim_loop",
- "getter": "get_particles_anim_loop",
- "index": -1
+ "getter": "get_particles_anim_loop"
}
]
},
@@ -55504,64 +54953,55 @@
"type": "int",
"name": "layer",
"setter": "set_layer",
- "getter": "get_layer",
- "index": -1
+ "getter": "get_layer"
},
{
"type": "bool",
"name": "visible",
"setter": "set_visible",
- "getter": "is_visible",
- "index": -1
+ "getter": "is_visible"
},
{
"type": "Vector2",
"name": "offset",
"setter": "set_offset",
- "getter": "get_offset",
- "index": -1
+ "getter": "get_offset"
},
{
"type": "float",
"name": "rotation",
"setter": "set_rotation",
- "getter": "get_rotation",
- "index": -1
+ "getter": "get_rotation"
},
{
"type": "Vector2",
"name": "scale",
"setter": "set_scale",
- "getter": "get_scale",
- "index": -1
+ "getter": "get_scale"
},
{
"type": "Transform2D",
"name": "transform",
"setter": "set_transform",
- "getter": "get_transform",
- "index": -1
+ "getter": "get_transform"
},
{
"type": "Viewport",
"name": "custom_viewport",
"setter": "set_custom_viewport",
- "getter": "get_custom_viewport",
- "index": -1
+ "getter": "get_custom_viewport"
},
{
"type": "bool",
"name": "follow_viewport_enabled",
"setter": "set_follow_viewport",
- "getter": "is_following_viewport",
- "index": -1
+ "getter": "is_following_viewport"
},
{
"type": "float",
"name": "follow_viewport_scale",
"setter": "set_follow_viewport_scale",
- "getter": "get_follow_viewport_scale",
- "index": -1
+ "getter": "get_follow_viewport_scale"
}
]
},
@@ -55603,8 +55043,7 @@
"type": "Color",
"name": "color",
"setter": "set_color",
- "getter": "get_color",
- "index": -1
+ "getter": "get_color"
}
]
},
@@ -55798,50 +55237,43 @@
"type": "Texture2D",
"name": "diffuse_texture",
"setter": "set_diffuse_texture",
- "getter": "get_diffuse_texture",
- "index": -1
+ "getter": "get_diffuse_texture"
},
{
"type": "Texture2D",
"name": "normal_texture",
"setter": "set_normal_texture",
- "getter": "get_normal_texture",
- "index": -1
+ "getter": "get_normal_texture"
},
{
"type": "Texture2D",
"name": "specular_texture",
"setter": "set_specular_texture",
- "getter": "get_specular_texture",
- "index": -1
+ "getter": "get_specular_texture"
},
{
"type": "Color",
"name": "specular_color",
"setter": "set_specular_color",
- "getter": "get_specular_color",
- "index": -1
+ "getter": "get_specular_color"
},
{
"type": "float",
"name": "specular_shininess",
"setter": "set_specular_shininess",
- "getter": "get_specular_shininess",
- "index": -1
+ "getter": "get_specular_shininess"
},
{
"type": "int",
"name": "texture_filter",
"setter": "set_texture_filter",
- "getter": "get_texture_filter",
- "index": -1
+ "getter": "get_texture_filter"
},
{
"type": "int",
"name": "texture_repeat",
"setter": "set_texture_repeat",
- "getter": "get_texture_repeat",
- "index": -1
+ "getter": "get_texture_repeat"
}
]
},
@@ -55966,29 +55398,25 @@
"type": "float",
"name": "radius",
"setter": "set_radius",
- "getter": "get_radius",
- "index": -1
+ "getter": "get_radius"
},
{
"type": "float",
"name": "height",
"setter": "set_height",
- "getter": "get_height",
- "index": -1
+ "getter": "get_height"
},
{
"type": "int",
"name": "radial_segments",
"setter": "set_radial_segments",
- "getter": "get_radial_segments",
- "index": -1
+ "getter": "get_radial_segments"
},
{
"type": "int",
"name": "rings",
"setter": "set_rings",
- "getter": "get_rings",
- "index": -1
+ "getter": "get_rings"
}
]
},
@@ -56059,15 +55487,13 @@
"type": "float",
"name": "radius",
"setter": "set_radius",
- "getter": "get_radius",
- "index": -1
+ "getter": "get_radius"
},
{
"type": "float",
"name": "height",
"setter": "set_height",
- "getter": "get_height",
- "index": -1
+ "getter": "get_height"
}
]
},
@@ -56138,15 +55564,13 @@
"type": "float",
"name": "radius",
"setter": "set_radius",
- "getter": "get_radius",
- "index": -1
+ "getter": "get_radius"
},
{
"type": "float",
"name": "height",
"setter": "set_height",
- "getter": "get_height",
- "index": -1
+ "getter": "get_height"
}
]
},
@@ -56188,8 +55612,7 @@
"type": "bool",
"name": "use_top_left",
"setter": "set_use_top_left",
- "getter": "is_using_top_left",
- "index": -1
+ "getter": "is_using_top_left"
}
]
},
@@ -56405,6 +55828,33 @@
]
},
{
+ "name": "get_relative_index",
+ "is_const": true,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 3905245786,
+ "return_value": {
+ "type": "int",
+ "meta": "int32"
+ }
+ },
+ {
+ "name": "set_relative_index",
+ "is_const": false,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 1286410249,
+ "arguments": [
+ {
+ "name": "relative_index",
+ "type": "int",
+ "meta": "int32"
+ }
+ ]
+ },
+ {
"name": "get_glyph_count",
"is_const": true,
"is_vararg": false,
@@ -56489,78 +55939,73 @@
"type": "Vector2i",
"name": "range",
"setter": "set_range",
- "getter": "get_range",
- "index": -1
+ "getter": "get_range"
},
{
"type": "float",
"name": "elapsed_time",
"setter": "set_elapsed_time",
- "getter": "get_elapsed_time",
- "index": -1
+ "getter": "get_elapsed_time"
},
{
"type": "bool",
"name": "visible",
"setter": "set_visibility",
- "getter": "is_visible",
- "index": -1
+ "getter": "is_visible"
},
{
"type": "bool",
"name": "outline",
"setter": "set_outline",
- "getter": "is_outline",
- "index": -1
+ "getter": "is_outline"
},
{
"type": "Vector2",
"name": "offset",
"setter": "set_offset",
- "getter": "get_offset",
- "index": -1
+ "getter": "get_offset"
},
{
"type": "Color",
"name": "color",
"setter": "set_color",
- "getter": "get_color",
- "index": -1
+ "getter": "get_color"
},
{
"type": "Dictionary",
"name": "env",
"setter": "set_environment",
- "getter": "get_environment",
- "index": -1
+ "getter": "get_environment"
},
{
"type": "int",
"name": "glyph_index",
"setter": "set_glyph_index",
- "getter": "get_glyph_index",
- "index": -1
+ "getter": "get_glyph_index"
},
{
"type": "int",
"name": "glyph_count",
"setter": "set_glyph_count",
- "getter": "get_glyph_count",
- "index": -1
+ "getter": "get_glyph_count"
},
{
"type": "int",
"name": "glyph_flags",
"setter": "set_glyph_flags",
- "getter": "get_glyph_flags",
- "index": -1
+ "getter": "get_glyph_flags"
+ },
+ {
+ "type": "int",
+ "name": "relative_index",
+ "setter": "set_relative_index",
+ "getter": "get_relative_index"
},
{
"type": "RID",
"name": "font",
"setter": "set_font",
- "getter": "get_font",
- "index": -1
+ "getter": "get_font"
}
]
},
@@ -57203,106 +56648,91 @@
"type": "int",
"name": "motion_mode",
"setter": "set_motion_mode",
- "getter": "get_motion_mode",
- "index": -1
+ "getter": "get_motion_mode"
},
{
"type": "Vector2",
"name": "up_direction",
"setter": "set_up_direction",
- "getter": "get_up_direction",
- "index": -1
+ "getter": "get_up_direction"
},
{
"type": "Vector2",
"name": "velocity",
"setter": "set_velocity",
- "getter": "get_velocity",
- "index": -1
+ "getter": "get_velocity"
},
{
"type": "bool",
"name": "slide_on_ceiling",
"setter": "set_slide_on_ceiling_enabled",
- "getter": "is_slide_on_ceiling_enabled",
- "index": -1
+ "getter": "is_slide_on_ceiling_enabled"
},
{
"type": "int",
"name": "max_slides",
"setter": "set_max_slides",
- "getter": "get_max_slides",
- "index": -1
+ "getter": "get_max_slides"
},
{
"type": "float",
"name": "wall_min_slide_angle",
"setter": "set_wall_min_slide_angle",
- "getter": "get_wall_min_slide_angle",
- "index": -1
+ "getter": "get_wall_min_slide_angle"
},
{
"type": "bool",
"name": "floor_stop_on_slope",
"setter": "set_floor_stop_on_slope_enabled",
- "getter": "is_floor_stop_on_slope_enabled",
- "index": -1
+ "getter": "is_floor_stop_on_slope_enabled"
},
{
"type": "bool",
"name": "floor_constant_speed",
"setter": "set_floor_constant_speed_enabled",
- "getter": "is_floor_constant_speed_enabled",
- "index": -1
+ "getter": "is_floor_constant_speed_enabled"
},
{
"type": "bool",
"name": "floor_block_on_wall",
"setter": "set_floor_block_on_wall_enabled",
- "getter": "is_floor_block_on_wall_enabled",
- "index": -1
+ "getter": "is_floor_block_on_wall_enabled"
},
{
"type": "float",
"name": "floor_max_angle",
"setter": "set_floor_max_angle",
- "getter": "get_floor_max_angle",
- "index": -1
+ "getter": "get_floor_max_angle"
},
{
"type": "float",
"name": "floor_snap_length",
"setter": "set_floor_snap_length",
- "getter": "get_floor_snap_length",
- "index": -1
+ "getter": "get_floor_snap_length"
},
{
"type": "int",
"name": "platform_on_leave",
"setter": "set_platform_on_leave",
- "getter": "get_platform_on_leave",
- "index": -1
+ "getter": "get_platform_on_leave"
},
{
"type": "int",
"name": "platform_floor_layers",
"setter": "set_platform_floor_layers",
- "getter": "get_platform_floor_layers",
- "index": -1
+ "getter": "get_platform_floor_layers"
},
{
"type": "int",
"name": "platform_wall_layers",
"setter": "set_platform_wall_layers",
- "getter": "get_platform_wall_layers",
- "index": -1
+ "getter": "get_platform_wall_layers"
},
{
"type": "float",
"name": "safe_margin",
"setter": "set_safe_margin",
- "getter": "get_safe_margin",
- "index": -1
+ "getter": "get_safe_margin"
}
]
},
@@ -57945,106 +57375,91 @@
"type": "int",
"name": "motion_mode",
"setter": "set_motion_mode",
- "getter": "get_motion_mode",
- "index": -1
+ "getter": "get_motion_mode"
},
{
"type": "Vector3",
"name": "up_direction",
"setter": "set_up_direction",
- "getter": "get_up_direction",
- "index": -1
+ "getter": "get_up_direction"
},
{
"type": "bool",
"name": "slide_on_ceiling",
"setter": "set_slide_on_ceiling_enabled",
- "getter": "is_slide_on_ceiling_enabled",
- "index": -1
+ "getter": "is_slide_on_ceiling_enabled"
},
{
"type": "Vector3",
"name": "velocity",
"setter": "set_velocity",
- "getter": "get_velocity",
- "index": -1
+ "getter": "get_velocity"
},
{
"type": "int",
"name": "max_slides",
"setter": "set_max_slides",
- "getter": "get_max_slides",
- "index": -1
+ "getter": "get_max_slides"
},
{
"type": "float",
"name": "wall_min_slide_angle",
"setter": "set_wall_min_slide_angle",
- "getter": "get_wall_min_slide_angle",
- "index": -1
+ "getter": "get_wall_min_slide_angle"
},
{
"type": "bool",
"name": "floor_stop_on_slope",
"setter": "set_floor_stop_on_slope_enabled",
- "getter": "is_floor_stop_on_slope_enabled",
- "index": -1
+ "getter": "is_floor_stop_on_slope_enabled"
},
{
"type": "bool",
"name": "floor_constant_speed",
"setter": "set_floor_constant_speed_enabled",
- "getter": "is_floor_constant_speed_enabled",
- "index": -1
+ "getter": "is_floor_constant_speed_enabled"
},
{
"type": "bool",
"name": "floor_block_on_wall",
"setter": "set_floor_block_on_wall_enabled",
- "getter": "is_floor_block_on_wall_enabled",
- "index": -1
+ "getter": "is_floor_block_on_wall_enabled"
},
{
"type": "float",
"name": "floor_max_angle",
"setter": "set_floor_max_angle",
- "getter": "get_floor_max_angle",
- "index": -1
+ "getter": "get_floor_max_angle"
},
{
"type": "float",
"name": "floor_snap_length",
"setter": "set_floor_snap_length",
- "getter": "get_floor_snap_length",
- "index": -1
+ "getter": "get_floor_snap_length"
},
{
"type": "int",
"name": "platform_on_leave",
"setter": "set_platform_on_leave",
- "getter": "get_platform_on_leave",
- "index": -1
+ "getter": "get_platform_on_leave"
},
{
"type": "int",
"name": "platform_floor_layers",
"setter": "set_platform_floor_layers",
- "getter": "get_platform_floor_layers",
- "index": -1
+ "getter": "get_platform_floor_layers"
},
{
"type": "int",
"name": "platform_wall_layers",
"setter": "set_platform_wall_layers",
- "getter": "get_platform_wall_layers",
- "index": -1
+ "getter": "get_platform_wall_layers"
},
{
"type": "float",
"name": "safe_margin",
"setter": "set_safe_margin",
- "getter": "get_safe_margin",
- "index": -1
+ "getter": "get_safe_margin"
}
]
},
@@ -58102,8 +57517,7 @@
"type": "float",
"name": "radius",
"setter": "set_radius",
- "getter": "get_radius",
- "index": -1
+ "getter": "get_radius"
}
]
},
@@ -60082,141 +59496,121 @@
"type": "bool",
"name": "symbol_lookup_on_click",
"setter": "set_symbol_lookup_on_click_enabled",
- "getter": "is_symbol_lookup_on_click_enabled",
- "index": -1
+ "getter": "is_symbol_lookup_on_click_enabled"
},
{
"type": "bool",
"name": "line_folding",
"setter": "set_line_folding_enabled",
- "getter": "is_line_folding_enabled",
- "index": -1
+ "getter": "is_line_folding_enabled"
},
{
"type": "PackedInt32Array",
"name": "line_length_guidelines",
"setter": "set_line_length_guidelines",
- "getter": "get_line_length_guidelines",
- "index": -1
+ "getter": "get_line_length_guidelines"
},
{
"type": "bool",
"name": "gutters_draw_breakpoints_gutter",
"setter": "set_draw_breakpoints_gutter",
- "getter": "is_drawing_breakpoints_gutter",
- "index": -1
+ "getter": "is_drawing_breakpoints_gutter"
},
{
"type": "bool",
"name": "gutters_draw_bookmarks",
"setter": "set_draw_bookmarks_gutter",
- "getter": "is_drawing_bookmarks_gutter",
- "index": -1
+ "getter": "is_drawing_bookmarks_gutter"
},
{
"type": "bool",
"name": "gutters_draw_executing_lines",
"setter": "set_draw_executing_lines_gutter",
- "getter": "is_drawing_executing_lines_gutter",
- "index": -1
+ "getter": "is_drawing_executing_lines_gutter"
},
{
"type": "bool",
"name": "gutters_draw_line_numbers",
"setter": "set_draw_line_numbers",
- "getter": "is_draw_line_numbers_enabled",
- "index": -1
+ "getter": "is_draw_line_numbers_enabled"
},
{
"type": "bool",
"name": "gutters_zero_pad_line_numbers",
"setter": "set_line_numbers_zero_padded",
- "getter": "is_line_numbers_zero_padded",
- "index": -1
+ "getter": "is_line_numbers_zero_padded"
},
{
"type": "bool",
"name": "gutters_draw_fold_gutter",
"setter": "set_draw_fold_gutter",
- "getter": "is_drawing_fold_gutter",
- "index": -1
+ "getter": "is_drawing_fold_gutter"
},
{
"type": "PackedStringArray",
"name": "delimiter_strings",
"setter": "set_string_delimiters",
- "getter": "get_string_delimiters",
- "index": -1
+ "getter": "get_string_delimiters"
},
{
"type": "PackedStringArray",
"name": "delimiter_comments",
"setter": "set_comment_delimiters",
- "getter": "get_comment_delimiters",
- "index": -1
+ "getter": "get_comment_delimiters"
},
{
"type": "bool",
"name": "code_completion_enabled",
"setter": "set_code_completion_enabled",
- "getter": "is_code_completion_enabled",
- "index": -1
+ "getter": "is_code_completion_enabled"
},
{
"type": "PackedStringArray",
"name": "code_completion_prefixes",
"setter": "set_code_completion_prefixes",
- "getter": "get_code_comletion_prefixes",
- "index": -1
+ "getter": "get_code_comletion_prefixes"
},
{
"type": "int",
"name": "indent_size",
"setter": "set_indent_size",
- "getter": "get_indent_size",
- "index": -1
+ "getter": "get_indent_size"
},
{
"type": "bool",
"name": "indent_use_spaces",
"setter": "set_indent_using_spaces",
- "getter": "is_indent_using_spaces",
- "index": -1
+ "getter": "is_indent_using_spaces"
},
{
"type": "bool",
"name": "indent_automatic",
"setter": "set_auto_indent_enabled",
- "getter": "is_auto_indent_enabled",
- "index": -1
+ "getter": "is_auto_indent_enabled"
},
{
"type": "PackedStringArray",
"name": "indent_automatic_prefixes",
"setter": "set_auto_indent_prefixes",
- "getter": "get_auto_indent_prefixes",
- "index": -1
+ "getter": "get_auto_indent_prefixes"
},
{
"type": "bool",
"name": "auto_brace_completion_enabled",
"setter": "set_auto_brace_completion_enabled",
- "getter": "is_auto_brace_completion_enabled",
- "index": -1
+ "getter": "is_auto_brace_completion_enabled"
},
{
"type": "bool",
"name": "auto_brace_completion_highlight_matching",
"setter": "set_highlight_matching_braces_enabled",
- "getter": "is_highlight_matching_braces_enabled",
- "index": -1
+ "getter": "is_highlight_matching_braces_enabled"
},
{
"type": "Dictionary",
"name": "auto_brace_completion_pairs",
"setter": "set_auto_brace_completion_pairs",
- "getter": "get_auto_brace_completion_pairs",
- "index": -1
+ "getter": "get_auto_brace_completion_pairs"
}
]
},
@@ -60622,50 +60016,43 @@
"type": "Color",
"name": "number_color",
"setter": "set_number_color",
- "getter": "get_number_color",
- "index": -1
+ "getter": "get_number_color"
},
{
"type": "Color",
"name": "symbol_color",
"setter": "set_symbol_color",
- "getter": "get_symbol_color",
- "index": -1
+ "getter": "get_symbol_color"
},
{
"type": "Color",
"name": "function_color",
"setter": "set_function_color",
- "getter": "get_function_color",
- "index": -1
+ "getter": "get_function_color"
},
{
"type": "Color",
"name": "member_variable_color",
"setter": "set_member_variable_color",
- "getter": "get_member_variable_color",
- "index": -1
+ "getter": "get_member_variable_color"
},
{
"type": "Dictionary",
"name": "keyword_colors",
"setter": "set_keyword_colors",
- "getter": "get_keyword_colors",
- "index": -1
+ "getter": "get_keyword_colors"
},
{
"type": "Dictionary",
"name": "member_keyword_colors",
"setter": "set_member_keyword_colors",
- "getter": "get_member_keyword_colors",
- "index": -1
+ "getter": "get_member_keyword_colors"
},
{
"type": "Dictionary",
"name": "color_regions",
"setter": "set_color_regions",
- "getter": "get_color_regions",
- "index": -1
+ "getter": "get_color_regions"
}
]
},
@@ -61373,36 +60760,31 @@
"type": "int",
"name": "disable_mode",
"setter": "set_disable_mode",
- "getter": "get_disable_mode",
- "index": -1
+ "getter": "get_disable_mode"
},
{
"type": "int",
"name": "collision_layer",
"setter": "set_collision_layer",
- "getter": "get_collision_layer",
- "index": -1
+ "getter": "get_collision_layer"
},
{
"type": "int",
"name": "collision_mask",
"setter": "set_collision_mask",
- "getter": "get_collision_mask",
- "index": -1
+ "getter": "get_collision_mask"
},
{
"type": "float",
"name": "collision_priority",
"setter": "set_collision_priority",
- "getter": "get_collision_priority",
- "index": -1
+ "getter": "get_collision_priority"
},
{
"type": "bool",
"name": "input_pickable",
"setter": "set_pickable",
- "getter": "is_pickable",
- "index": -1
+ "getter": "is_pickable"
}
]
},
@@ -62031,43 +61413,37 @@
"type": "int",
"name": "disable_mode",
"setter": "set_disable_mode",
- "getter": "get_disable_mode",
- "index": -1
+ "getter": "get_disable_mode"
},
{
"type": "int",
"name": "collision_layer",
"setter": "set_collision_layer",
- "getter": "get_collision_layer",
- "index": -1
+ "getter": "get_collision_layer"
},
{
"type": "int",
"name": "collision_mask",
"setter": "set_collision_mask",
- "getter": "get_collision_mask",
- "index": -1
+ "getter": "get_collision_mask"
},
{
"type": "float",
"name": "collision_priority",
"setter": "set_collision_priority",
- "getter": "get_collision_priority",
- "index": -1
+ "getter": "get_collision_priority"
},
{
"type": "bool",
"name": "input_ray_pickable",
"setter": "set_ray_pickable",
- "getter": "is_ray_pickable",
- "index": -1
+ "getter": "is_ray_pickable"
},
{
"type": "bool",
"name": "input_capture_on_drag",
"setter": "set_capture_input_on_drag",
- "getter": "get_capture_input_on_drag",
- "index": -1
+ "getter": "get_capture_input_on_drag"
}
]
},
@@ -62227,36 +61603,31 @@
"type": "int",
"name": "build_mode",
"setter": "set_build_mode",
- "getter": "get_build_mode",
- "index": -1
+ "getter": "get_build_mode"
},
{
"type": "PackedVector2Array",
"name": "polygon",
"setter": "set_polygon",
- "getter": "get_polygon",
- "index": -1
+ "getter": "get_polygon"
},
{
"type": "bool",
"name": "disabled",
"setter": "set_disabled",
- "getter": "is_disabled",
- "index": -1
+ "getter": "is_disabled"
},
{
"type": "bool",
"name": "one_way_collision",
"setter": "set_one_way_collision",
- "getter": "is_one_way_collision_enabled",
- "index": -1
+ "getter": "is_one_way_collision_enabled"
},
{
"type": "float",
"name": "one_way_collision_margin",
"setter": "set_one_way_collision_margin",
- "getter": "get_one_way_collision_margin",
- "index": -1
+ "getter": "get_one_way_collision_margin"
}
]
},
@@ -62377,29 +61748,25 @@
"type": "float",
"name": "depth",
"setter": "set_depth",
- "getter": "get_depth",
- "index": -1
+ "getter": "get_depth"
},
{
"type": "bool",
"name": "disabled",
"setter": "set_disabled",
- "getter": "is_disabled",
- "index": -1
+ "getter": "is_disabled"
},
{
"type": "PackedVector2Array",
"name": "polygon",
"setter": "set_polygon",
- "getter": "get_polygon",
- "index": -1
+ "getter": "get_polygon"
},
{
"type": "float",
"name": "margin",
"setter": "set_margin",
- "getter": "get_margin",
- "index": -1
+ "getter": "get_margin"
}
]
},
@@ -62543,36 +61910,31 @@
"type": "Shape2D",
"name": "shape",
"setter": "set_shape",
- "getter": "get_shape",
- "index": -1
+ "getter": "get_shape"
},
{
"type": "bool",
"name": "disabled",
"setter": "set_disabled",
- "getter": "is_disabled",
- "index": -1
+ "getter": "is_disabled"
},
{
"type": "bool",
"name": "one_way_collision",
"setter": "set_one_way_collision",
- "getter": "is_one_way_collision_enabled",
- "index": -1
+ "getter": "is_one_way_collision_enabled"
},
{
"type": "float",
"name": "one_way_collision_margin",
"setter": "set_one_way_collision_margin",
- "getter": "get_one_way_collision_margin",
- "index": -1
+ "getter": "get_one_way_collision_margin"
},
{
"type": "Color",
"name": "debug_color",
"setter": "set_debug_color",
- "getter": "get_debug_color",
- "index": -1
+ "getter": "get_debug_color"
}
]
},
@@ -62661,15 +62023,13 @@
"type": "Shape3D",
"name": "shape",
"setter": "set_shape",
- "getter": "get_shape",
- "index": -1
+ "getter": "get_shape"
},
{
"type": "bool",
"name": "disabled",
"setter": "set_disabled",
- "getter": "is_disabled",
- "index": -1
+ "getter": "is_disabled"
}
]
},
@@ -63118,78 +62478,67 @@
"type": "Color",
"name": "color",
"setter": "set_pick_color",
- "getter": "get_pick_color",
- "index": -1
+ "getter": "get_pick_color"
},
{
"type": "bool",
"name": "edit_alpha",
"setter": "set_edit_alpha",
- "getter": "is_editing_alpha",
- "index": -1
+ "getter": "is_editing_alpha"
},
{
"type": "int",
"name": "color_mode",
"setter": "set_color_mode",
- "getter": "get_color_mode",
- "index": -1
+ "getter": "get_color_mode"
},
{
"type": "bool",
"name": "deferred_mode",
"setter": "set_deferred_mode",
- "getter": "is_deferred_mode",
- "index": -1
+ "getter": "is_deferred_mode"
},
{
"type": "int",
"name": "picker_shape",
"setter": "set_picker_shape",
- "getter": "get_picker_shape",
- "index": -1
+ "getter": "get_picker_shape"
},
{
"type": "bool",
"name": "can_add_swatches",
"setter": "set_can_add_swatches",
- "getter": "are_swatches_enabled",
- "index": -1
+ "getter": "are_swatches_enabled"
},
{
"type": "bool",
"name": "sampler_visible",
"setter": "set_sampler_visible",
- "getter": "is_sampler_visible",
- "index": -1
+ "getter": "is_sampler_visible"
},
{
"type": "bool",
"name": "color_modes_visible",
"setter": "set_modes_visible",
- "getter": "are_modes_visible",
- "index": -1
+ "getter": "are_modes_visible"
},
{
"type": "bool",
"name": "sliders_visible",
"setter": "set_sliders_visible",
- "getter": "are_sliders_visible",
- "index": -1
+ "getter": "are_sliders_visible"
},
{
"type": "bool",
"name": "hex_visible",
"setter": "set_hex_visible",
- "getter": "is_hex_visible",
- "index": -1
+ "getter": "is_hex_visible"
},
{
"type": "bool",
"name": "presets_visible",
"setter": "set_presets_visible",
- "getter": "are_presets_visible",
- "index": -1
+ "getter": "are_presets_visible"
}
]
},
@@ -63295,15 +62644,13 @@
"type": "Color",
"name": "color",
"setter": "set_pick_color",
- "getter": "get_pick_color",
- "index": -1
+ "getter": "get_pick_color"
},
{
"type": "bool",
"name": "edit_alpha",
"setter": "set_edit_alpha",
- "getter": "is_editing_alpha",
- "index": -1
+ "getter": "is_editing_alpha"
}
]
},
@@ -63345,8 +62692,7 @@
"type": "Color",
"name": "color",
"setter": "set_color",
- "getter": "get_color",
- "index": -1
+ "getter": "get_color"
}
]
},
@@ -63405,8 +62751,7 @@
"type": "String",
"name": "load_path",
"setter": "load",
- "getter": "get_load_path",
- "index": -1
+ "getter": "get_load_path"
}
]
},
@@ -63458,8 +62803,7 @@
"type": "String",
"name": "load_path",
"setter": "load",
- "getter": "get_load_path",
- "index": -1
+ "getter": "get_load_path"
}
]
},
@@ -63504,8 +62848,7 @@
"type": "String",
"name": "load_path",
"setter": "load",
- "getter": "get_load_path",
- "index": -1
+ "getter": "get_load_path"
}
]
},
@@ -63547,8 +62890,7 @@
"type": "PackedVector2Array",
"name": "segments",
"setter": "set_segments",
- "getter": "get_segments",
- "index": -1
+ "getter": "get_segments"
}
]
},
@@ -63615,15 +62957,13 @@
"type": "PackedVector3Array",
"name": "data",
"setter": "set_faces",
- "getter": "get_faces",
- "index": -1
+ "getter": "get_faces"
},
{
"type": "bool",
"name": "backface_collision",
"setter": "set_backface_collision_enabled",
- "getter": "is_backface_collision_enabled",
- "index": -1
+ "getter": "is_backface_collision_enabled"
}
]
},
@@ -64100,8 +63440,7 @@
"type": "String",
"name": "cancel_button_text",
"setter": "set_cancel_button_text",
- "getter": "get_cancel_button_text",
- "index": -1
+ "getter": "get_cancel_button_text"
}
]
},
@@ -66531,36 +65870,31 @@
"type": "bool",
"name": "clip_contents",
"setter": "set_clip_contents",
- "getter": "is_clipping_contents",
- "index": -1
+ "getter": "is_clipping_contents"
},
{
"type": "Vector2",
"name": "custom_minimum_size",
"setter": "set_custom_minimum_size",
- "getter": "get_custom_minimum_size",
- "index": -1
+ "getter": "get_custom_minimum_size"
},
{
"type": "int",
"name": "layout_direction",
"setter": "set_layout_direction",
- "getter": "get_layout_direction",
- "index": -1
+ "getter": "get_layout_direction"
},
{
"type": "int",
"name": "layout_mode",
"setter": "_set_layout_mode",
- "getter": "_get_layout_mode",
- "index": -1
+ "getter": "_get_layout_mode"
},
{
"type": "int",
"name": "anchors_preset",
"setter": "_set_anchors_layout_preset",
- "getter": "_get_anchors_layout_preset",
- "index": -1
+ "getter": "_get_anchors_layout_preset"
},
{
"type": "float",
@@ -66622,99 +65956,85 @@
"type": "int",
"name": "grow_horizontal",
"setter": "set_h_grow_direction",
- "getter": "get_h_grow_direction",
- "index": -1
+ "getter": "get_h_grow_direction"
},
{
"type": "int",
"name": "grow_vertical",
"setter": "set_v_grow_direction",
- "getter": "get_v_grow_direction",
- "index": -1
+ "getter": "get_v_grow_direction"
},
{
"type": "Vector2",
"name": "size",
"setter": "_set_size",
- "getter": "get_size",
- "index": -1
+ "getter": "get_size"
},
{
"type": "Vector2",
"name": "position",
"setter": "_set_position",
- "getter": "get_position",
- "index": -1
+ "getter": "get_position"
},
{
"type": "Vector2",
"name": "global_position",
"setter": "_set_global_position",
- "getter": "get_global_position",
- "index": -1
+ "getter": "get_global_position"
},
{
"type": "float",
"name": "rotation",
"setter": "set_rotation",
- "getter": "get_rotation",
- "index": -1
+ "getter": "get_rotation"
},
{
"type": "Vector2",
"name": "scale",
"setter": "set_scale",
- "getter": "get_scale",
- "index": -1
+ "getter": "get_scale"
},
{
"type": "Vector2",
"name": "pivot_offset",
"setter": "set_pivot_offset",
- "getter": "get_pivot_offset",
- "index": -1
+ "getter": "get_pivot_offset"
},
{
"type": "int",
"name": "size_flags_horizontal",
"setter": "set_h_size_flags",
- "getter": "get_h_size_flags",
- "index": -1
+ "getter": "get_h_size_flags"
},
{
"type": "int",
"name": "size_flags_vertical",
"setter": "set_v_size_flags",
- "getter": "get_v_size_flags",
- "index": -1
+ "getter": "get_v_size_flags"
},
{
"type": "float",
"name": "size_flags_stretch_ratio",
"setter": "set_stretch_ratio",
- "getter": "get_stretch_ratio",
- "index": -1
+ "getter": "get_stretch_ratio"
},
{
"type": "bool",
"name": "auto_translate",
"setter": "set_auto_translate",
- "getter": "is_auto_translating",
- "index": -1
+ "getter": "is_auto_translating"
},
{
"type": "bool",
"name": "localize_numeral_system",
"setter": "set_localize_numeral_system",
- "getter": "is_localizing_numeral_system",
- "index": -1
+ "getter": "is_localizing_numeral_system"
},
{
"type": "String",
"name": "tooltip_text",
"setter": "set_tooltip_text",
- "getter": "get_tooltip_text",
- "index": -1
+ "getter": "get_tooltip_text"
},
{
"type": "NodePath",
@@ -66748,64 +66068,55 @@
"type": "NodePath",
"name": "focus_next",
"setter": "set_focus_next",
- "getter": "get_focus_next",
- "index": -1
+ "getter": "get_focus_next"
},
{
"type": "NodePath",
"name": "focus_previous",
"setter": "set_focus_previous",
- "getter": "get_focus_previous",
- "index": -1
+ "getter": "get_focus_previous"
},
{
"type": "int",
"name": "focus_mode",
"setter": "set_focus_mode",
- "getter": "get_focus_mode",
- "index": -1
+ "getter": "get_focus_mode"
},
{
"type": "int",
"name": "mouse_filter",
"setter": "set_mouse_filter",
- "getter": "get_mouse_filter",
- "index": -1
+ "getter": "get_mouse_filter"
},
{
"type": "bool",
"name": "mouse_force_pass_scroll_events",
"setter": "set_force_pass_scroll_events",
- "getter": "is_force_pass_scroll_events",
- "index": -1
+ "getter": "is_force_pass_scroll_events"
},
{
"type": "int",
"name": "mouse_default_cursor_shape",
"setter": "set_default_cursor_shape",
- "getter": "get_default_cursor_shape",
- "index": -1
+ "getter": "get_default_cursor_shape"
},
{
"type": "Object",
"name": "shortcut_context",
"setter": "set_shortcut_context",
- "getter": "get_shortcut_context",
- "index": -1
+ "getter": "get_shortcut_context"
},
{
"type": "Theme",
"name": "theme",
"setter": "set_theme",
- "getter": "get_theme",
- "index": -1
+ "getter": "get_theme"
},
{
"type": "String",
"name": "theme_type_variation",
"setter": "set_theme_type_variation",
- "getter": "get_theme_type_variation",
- "index": -1
+ "getter": "get_theme_type_variation"
}
]
},
@@ -66861,8 +66172,7 @@
"type": "PackedVector2Array",
"name": "points",
"setter": "set_points",
- "getter": "get_points",
- "index": -1
+ "getter": "get_points"
}
]
},
@@ -66904,8 +66214,7 @@
"type": "Array",
"name": "points",
"setter": "set_points",
- "getter": "get_points",
- "index": -1
+ "getter": "get_points"
}
]
},
@@ -67723,29 +67032,25 @@
"type": "float",
"name": "min_value",
"setter": "set_min_value",
- "getter": "get_min_value",
- "index": -1
+ "getter": "get_min_value"
},
{
"type": "float",
"name": "max_value",
"setter": "set_max_value",
- "getter": "get_max_value",
- "index": -1
+ "getter": "get_max_value"
},
{
"type": "int",
"name": "bake_resolution",
"setter": "set_bake_resolution",
- "getter": "get_bake_resolution",
- "index": -1
+ "getter": "get_bake_resolution"
},
{
"type": "int",
"name": "point_count",
"setter": "set_point_count",
- "getter": "get_point_count",
- "index": -1
+ "getter": "get_point_count"
}
]
},
@@ -68033,7 +67338,7 @@
"is_vararg": false,
"is_static": false,
"is_virtual": false,
- "hash": 674850128,
+ "hash": 3750540263,
"return_value": {
"type": "Vector2"
},
@@ -68041,7 +67346,8 @@
{
"name": "offset",
"type": "float",
- "meta": "float"
+ "meta": "float",
+ "default_value": "0.0"
},
{
"name": "cubic",
@@ -68056,7 +67362,7 @@
"is_vararg": false,
"is_static": false,
"is_virtual": false,
- "hash": 772207473,
+ "hash": 255128112,
"return_value": {
"type": "Transform2D"
},
@@ -68064,23 +67370,13 @@
{
"name": "offset",
"type": "float",
- "meta": "float"
+ "meta": "float",
+ "default_value": "0.0"
},
{
"name": "cubic",
"type": "bool",
"default_value": "false"
- },
- {
- "name": "loop",
- "type": "bool",
- "default_value": "true"
- },
- {
- "name": "lookahead",
- "type": "float",
- "meta": "float",
- "default_value": "4.0"
}
]
},
@@ -68154,6 +67450,31 @@
"default_value": "4"
}
]
+ },
+ {
+ "name": "tessellate_even_length",
+ "is_const": true,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 4229237857,
+ "return_value": {
+ "type": "PackedVector2Array"
+ },
+ "arguments": [
+ {
+ "name": "max_stages",
+ "type": "int",
+ "meta": "int32",
+ "default_value": "5"
+ },
+ {
+ "name": "tolerance_length",
+ "type": "float",
+ "meta": "float",
+ "default_value": "20.0"
+ }
+ ]
}
],
"properties": [
@@ -68161,15 +67482,13 @@
"type": "float",
"name": "bake_interval",
"setter": "set_bake_interval",
- "getter": "get_bake_interval",
- "index": -1
+ "getter": "get_bake_interval"
},
{
"type": "int",
"name": "point_count",
"setter": "set_point_count",
- "getter": "get_point_count",
- "index": -1
+ "getter": "get_point_count"
}
]
},
@@ -68521,7 +67840,7 @@
"is_vararg": false,
"is_static": false,
"is_virtual": false,
- "hash": 1362627031,
+ "hash": 4240323138,
"return_value": {
"type": "Vector3"
},
@@ -68529,7 +67848,8 @@
{
"name": "offset",
"type": "float",
- "meta": "float"
+ "meta": "float",
+ "default_value": "0.0"
},
{
"name": "cubic",
@@ -68544,7 +67864,7 @@
"is_vararg": false,
"is_static": false,
"is_virtual": false,
- "hash": 3967277419,
+ "hash": 2486289007,
"return_value": {
"type": "Transform3D"
},
@@ -68552,7 +67872,8 @@
{
"name": "offset",
"type": "float",
- "meta": "float"
+ "meta": "float",
+ "default_value": "0.0"
},
{
"name": "cubic",
@@ -68713,22 +68034,19 @@
"type": "float",
"name": "bake_interval",
"setter": "set_bake_interval",
- "getter": "get_bake_interval",
- "index": -1
+ "getter": "get_bake_interval"
},
{
"type": "int",
"name": "point_count",
"setter": "set_point_count",
- "getter": "get_point_count",
- "index": -1
+ "getter": "get_point_count"
},
{
"type": "bool",
"name": "up_vector_enabled",
"setter": "set_up_vector_enabled",
- "getter": "is_up_vector_enabled",
- "index": -1
+ "getter": "is_up_vector_enabled"
}
]
},
@@ -68826,22 +68144,19 @@
"type": "int",
"name": "width",
"setter": "set_width",
- "getter": "get_width",
- "index": -1
+ "getter": "get_width"
},
{
"type": "int",
"name": "texture_mode",
"setter": "set_texture_mode",
- "getter": "get_texture_mode",
- "index": -1
+ "getter": "get_texture_mode"
},
{
"type": "Curve",
"name": "curve",
"setter": "set_curve",
- "getter": "get_curve",
- "index": -1
+ "getter": "get_curve"
}
]
},
@@ -68948,29 +68263,25 @@
"type": "int",
"name": "width",
"setter": "set_width",
- "getter": "get_width",
- "index": -1
+ "getter": "get_width"
},
{
"type": "Curve",
"name": "curve_x",
"setter": "set_curve_x",
- "getter": "get_curve_x",
- "index": -1
+ "getter": "get_curve_x"
},
{
"type": "Curve",
"name": "curve_y",
"setter": "set_curve_y",
- "getter": "get_curve_y",
- "index": -1
+ "getter": "get_curve_y"
},
{
"type": "Curve",
"name": "curve_z",
"setter": "set_curve_z",
- "getter": "get_curve_z",
- "index": -1
+ "getter": "get_curve_z"
}
]
},
@@ -69172,50 +68483,43 @@
"type": "float",
"name": "top_radius",
"setter": "set_top_radius",
- "getter": "get_top_radius",
- "index": -1
+ "getter": "get_top_radius"
},
{
"type": "float",
"name": "bottom_radius",
"setter": "set_bottom_radius",
- "getter": "get_bottom_radius",
- "index": -1
+ "getter": "get_bottom_radius"
},
{
"type": "float",
"name": "height",
"setter": "set_height",
- "getter": "get_height",
- "index": -1
+ "getter": "get_height"
},
{
"type": "int",
"name": "radial_segments",
"setter": "set_radial_segments",
- "getter": "get_radial_segments",
- "index": -1
+ "getter": "get_radial_segments"
},
{
"type": "int",
"name": "rings",
"setter": "set_rings",
- "getter": "get_rings",
- "index": -1
+ "getter": "get_rings"
},
{
"type": "bool",
"name": "cap_top",
"setter": "set_cap_top",
- "getter": "is_cap_top",
- "index": -1
+ "getter": "is_cap_top"
},
{
"type": "bool",
"name": "cap_bottom",
"setter": "set_cap_bottom",
- "getter": "is_cap_bottom",
- "index": -1
+ "getter": "is_cap_bottom"
}
]
},
@@ -69286,15 +68590,13 @@
"type": "float",
"name": "height",
"setter": "set_height",
- "getter": "get_height",
- "index": -1
+ "getter": "get_height"
},
{
"type": "float",
"name": "radius",
"setter": "set_radius",
- "getter": "get_radius",
- "index": -1
+ "getter": "get_radius"
}
]
},
@@ -69471,29 +68773,25 @@
"type": "float",
"name": "length",
"setter": "set_length",
- "getter": "get_length",
- "index": -1
+ "getter": "get_length"
},
{
"type": "float",
"name": "rest_length",
"setter": "set_rest_length",
- "getter": "get_rest_length",
- "index": -1
+ "getter": "get_rest_length"
},
{
"type": "float",
"name": "stiffness",
"setter": "set_stiffness",
- "getter": "get_stiffness",
- "index": -1
+ "getter": "get_stiffness"
},
{
"type": "float",
"name": "damping",
"setter": "set_damping",
- "getter": "get_damping",
- "index": -1
+ "getter": "get_damping"
}
]
},
@@ -69864,8 +69162,7 @@
"type": "Vector3",
"name": "extents",
"setter": "set_extents",
- "getter": "get_extents",
- "index": -1
+ "getter": "get_extents"
},
{
"type": "Texture",
@@ -69899,71 +69196,61 @@
"type": "float",
"name": "emission_energy",
"setter": "set_emission_energy",
- "getter": "get_emission_energy",
- "index": -1
+ "getter": "get_emission_energy"
},
{
"type": "Color",
"name": "modulate",
"setter": "set_modulate",
- "getter": "get_modulate",
- "index": -1
+ "getter": "get_modulate"
},
{
"type": "float",
"name": "albedo_mix",
"setter": "set_albedo_mix",
- "getter": "get_albedo_mix",
- "index": -1
+ "getter": "get_albedo_mix"
},
{
"type": "float",
"name": "normal_fade",
"setter": "set_normal_fade",
- "getter": "get_normal_fade",
- "index": -1
+ "getter": "get_normal_fade"
},
{
"type": "float",
"name": "upper_fade",
"setter": "set_upper_fade",
- "getter": "get_upper_fade",
- "index": -1
+ "getter": "get_upper_fade"
},
{
"type": "float",
"name": "lower_fade",
"setter": "set_lower_fade",
- "getter": "get_lower_fade",
- "index": -1
+ "getter": "get_lower_fade"
},
{
"type": "bool",
"name": "distance_fade_enabled",
"setter": "set_enable_distance_fade",
- "getter": "is_distance_fade_enabled",
- "index": -1
+ "getter": "is_distance_fade_enabled"
},
{
"type": "float",
"name": "distance_fade_begin",
"setter": "set_distance_fade_begin",
- "getter": "get_distance_fade_begin",
- "index": -1
+ "getter": "get_distance_fade_begin"
},
{
"type": "float",
"name": "distance_fade_length",
"setter": "set_distance_fade_length",
- "getter": "get_distance_fade_length",
- "index": -1
+ "getter": "get_distance_fade_length"
},
{
"type": "int",
"name": "cull_mask",
"setter": "set_cull_mask",
- "getter": "get_cull_mask",
- "index": -1
+ "getter": "get_cull_mask"
}
]
},
@@ -70493,15 +69780,13 @@
"type": "bool",
"name": "include_navigational",
"setter": "set_include_navigational",
- "getter": "get_include_navigational",
- "index": -1
+ "getter": "get_include_navigational"
},
{
"type": "bool",
"name": "include_hidden",
"setter": "set_include_hidden",
- "getter": "get_include_hidden",
- "index": -1
+ "getter": "get_include_hidden"
}
]
},
@@ -70545,15 +69830,13 @@
"type": "float",
"name": "height",
"setter": "set_height",
- "getter": "get_height",
- "index": -1
+ "getter": "get_height"
},
{
"type": "float",
"name": "max_distance",
"setter": "set_max_distance",
- "getter": "get_max_distance",
- "index": -1
+ "getter": "get_max_distance"
}
]
},
@@ -70683,8 +69966,7 @@
"type": "int",
"name": "directional_shadow_mode",
"setter": "set_shadow_mode",
- "getter": "get_shadow_mode",
- "index": -1
+ "getter": "get_shadow_mode"
},
{
"type": "float",
@@ -70711,8 +69993,7 @@
"type": "bool",
"name": "directional_shadow_blend_splits",
"setter": "set_blend_splits",
- "getter": "is_blend_splits_enabled",
- "index": -1
+ "getter": "is_blend_splits_enabled"
},
{
"type": "float",
@@ -70739,8 +70020,7 @@
"type": "int",
"name": "sky_mode",
"setter": "set_sky_mode",
- "getter": "get_sky_mode",
- "index": -1
+ "getter": "get_sky_mode"
}
]
},
@@ -72841,23 +72121,15 @@
]
},
{
- "name": "screen_is_touchscreen",
+ "name": "is_touchscreen_available",
"is_const": true,
"is_vararg": false,
"is_static": false,
"is_virtual": false,
- "hash": 2824505868,
+ "hash": 4162880507,
"return_value": {
"type": "bool"
- },
- "arguments": [
- {
- "name": "screen",
- "type": "int",
- "meta": "int32",
- "default_value": "-1"
- }
- ]
+ }
},
{
"name": "screen_get_max_scale",
@@ -73158,6 +72430,25 @@
]
},
{
+ "name": "window_get_position_with_decorations",
+ "is_const": true,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 763922886,
+ "return_value": {
+ "type": "Vector2i"
+ },
+ "arguments": [
+ {
+ "name": "window_id",
+ "type": "int",
+ "meta": "int32",
+ "default_value": "0"
+ }
+ ]
+ },
+ {
"name": "window_set_position",
"is_const": false,
"is_vararg": false,
@@ -73415,7 +72706,7 @@
]
},
{
- "name": "window_get_real_size",
+ "name": "window_get_size_with_decorations",
"is_const": true,
"is_vararg": false,
"is_static": false,
@@ -74787,9 +74078,7 @@
{
"type": "ENetConnection",
"name": "host",
- "setter": "",
- "getter": "get_host",
- "index": -1
+ "getter": "get_host"
}
]
},
@@ -76385,57 +75674,49 @@
"type": "int",
"name": "access",
"setter": "set_access",
- "getter": "get_access",
- "index": -1
+ "getter": "get_access"
},
{
"type": "int",
"name": "display_mode",
"setter": "set_display_mode",
- "getter": "get_display_mode",
- "index": -1
+ "getter": "get_display_mode"
},
{
"type": "int",
"name": "file_mode",
"setter": "set_file_mode",
- "getter": "get_file_mode",
- "index": -1
+ "getter": "get_file_mode"
},
{
"type": "String",
"name": "current_dir",
"setter": "set_current_dir",
- "getter": "get_current_dir",
- "index": -1
+ "getter": "get_current_dir"
},
{
"type": "String",
"name": "current_file",
"setter": "set_current_file",
- "getter": "get_current_file",
- "index": -1
+ "getter": "get_current_file"
},
{
"type": "String",
"name": "current_path",
"setter": "set_current_path",
- "getter": "get_current_path",
- "index": -1
+ "getter": "get_current_path"
},
{
"type": "bool",
"name": "show_hidden_files",
"setter": "set_show_hidden_files",
- "getter": "is_showing_hidden_files",
- "index": -1
+ "getter": "is_showing_hidden_files"
},
{
"type": "bool",
"name": "disable_overwrite_warning",
"setter": "set_disable_overwrite_warning",
- "getter": "is_overwrite_warning_disabled",
- "index": -1
+ "getter": "is_overwrite_warning_disabled"
}
]
},
@@ -77891,8 +77172,7 @@
"type": "bool",
"name": "distraction_free_mode",
"setter": "set_distraction_free_mode",
- "getter": "is_distraction_free_mode_enabled",
- "index": -1
+ "getter": "is_distraction_free_mode_enabled"
}
]
},
@@ -80346,50 +79626,43 @@
"type": "String",
"name": "label",
"setter": "set_label",
- "getter": "get_label",
- "index": -1
+ "getter": "get_label"
},
{
"type": "bool",
"name": "read_only",
"setter": "set_read_only",
- "getter": "is_read_only",
- "index": -1
+ "getter": "is_read_only"
},
{
"type": "bool",
"name": "checkable",
"setter": "set_checkable",
- "getter": "is_checkable",
- "index": -1
+ "getter": "is_checkable"
},
{
"type": "bool",
"name": "checked",
"setter": "set_checked",
- "getter": "is_checked",
- "index": -1
+ "getter": "is_checked"
},
{
"type": "bool",
"name": "draw_warning",
"setter": "set_draw_warning",
- "getter": "is_draw_warning",
- "index": -1
+ "getter": "is_draw_warning"
},
{
"type": "bool",
"name": "keying",
"setter": "set_keying",
- "getter": "is_keying",
- "index": -1
+ "getter": "is_keying"
},
{
"type": "bool",
"name": "deletable",
"setter": "set_deletable",
- "getter": "is_deletable",
- "index": -1
+ "getter": "is_deletable"
}
]
},
@@ -80635,29 +79908,25 @@
"type": "String",
"name": "base_type",
"setter": "set_base_type",
- "getter": "get_base_type",
- "index": -1
+ "getter": "get_base_type"
},
{
"type": "Resource",
"name": "edited_resource",
"setter": "set_edited_resource",
- "getter": "get_edited_resource",
- "index": -1
+ "getter": "get_edited_resource"
},
{
"type": "bool",
"name": "editable",
"setter": "set_editable",
- "getter": "is_editable",
- "index": -1
+ "getter": "is_editable"
},
{
"type": "bool",
"name": "toggle_mode",
"setter": "set_toggle_mode",
- "getter": "is_toggle_mode",
- "index": -1
+ "getter": "is_toggle_mode"
}
]
},
@@ -81390,8 +80659,7 @@
"type": "Node",
"name": "script_owner",
"setter": "set_script_owner",
- "getter": "get_script_owner",
- "index": -1
+ "getter": "get_script_owner"
}
]
},
@@ -81885,36 +81153,31 @@
"type": "String",
"name": "label",
"setter": "set_label",
- "getter": "get_label",
- "index": -1
+ "getter": "get_label"
},
{
"type": "String",
"name": "suffix",
"setter": "set_suffix",
- "getter": "get_suffix",
- "index": -1
+ "getter": "get_suffix"
},
{
"type": "bool",
"name": "read_only",
"setter": "set_read_only",
- "getter": "is_read_only",
- "index": -1
+ "getter": "is_read_only"
},
{
"type": "bool",
"name": "flat",
"setter": "set_flat",
- "getter": "is_flat",
- "index": -1
+ "getter": "is_flat"
},
{
"type": "bool",
"name": "hide_slider",
"setter": "set_hide_slider",
- "getter": "is_hiding_slider",
- "index": -1
+ "getter": "is_hiding_slider"
}
]
},
@@ -82842,8 +82105,7 @@
"type": "int",
"name": "object_id",
"setter": "set_object_id",
- "getter": "get_object_id",
- "index": -1
+ "getter": "get_object_id"
}
]
},
@@ -83322,43 +82584,37 @@
"type": "bool",
"name": "print_error_messages",
"setter": "set_print_error_messages",
- "getter": "is_printing_error_messages",
- "index": -1
+ "getter": "is_printing_error_messages"
},
{
"type": "int",
"name": "physics_ticks_per_second",
"setter": "set_physics_ticks_per_second",
- "getter": "get_physics_ticks_per_second",
- "index": -1
+ "getter": "get_physics_ticks_per_second"
},
{
"type": "int",
"name": "max_physics_steps_per_frame",
"setter": "set_max_physics_steps_per_frame",
- "getter": "get_max_physics_steps_per_frame",
- "index": -1
+ "getter": "get_max_physics_steps_per_frame"
},
{
"type": "int",
"name": "max_fps",
"setter": "set_max_fps",
- "getter": "get_max_fps",
- "index": -1
+ "getter": "get_max_fps"
},
{
"type": "float",
"name": "time_scale",
"setter": "set_time_scale",
- "getter": "get_time_scale",
- "index": -1
+ "getter": "get_time_scale"
},
{
"type": "float",
"name": "physics_jitter_fix",
"setter": "set_physics_jitter_fix",
- "getter": "get_physics_jitter_fix",
- "index": -1
+ "getter": "get_physics_jitter_fix"
}
]
},
@@ -86109,610 +85365,523 @@
"type": "int",
"name": "background_mode",
"setter": "set_background",
- "getter": "get_background",
- "index": -1
+ "getter": "get_background"
},
{
"type": "Color",
"name": "background_color",
"setter": "set_bg_color",
- "getter": "get_bg_color",
- "index": -1
+ "getter": "get_bg_color"
},
{
"type": "float",
"name": "background_energy_multiplier",
"setter": "set_bg_energy_multiplier",
- "getter": "get_bg_energy_multiplier",
- "index": -1
+ "getter": "get_bg_energy_multiplier"
},
{
"type": "float",
"name": "background_intensity",
"setter": "set_bg_intensity",
- "getter": "get_bg_intensity",
- "index": -1
+ "getter": "get_bg_intensity"
},
{
"type": "int",
"name": "background_canvas_max_layer",
"setter": "set_canvas_max_layer",
- "getter": "get_canvas_max_layer",
- "index": -1
+ "getter": "get_canvas_max_layer"
},
{
"type": "int",
"name": "background_camera_feed_id",
"setter": "set_camera_feed_id",
- "getter": "get_camera_feed_id",
- "index": -1
+ "getter": "get_camera_feed_id"
},
{
"type": "Sky",
"name": "sky",
"setter": "set_sky",
- "getter": "get_sky",
- "index": -1
+ "getter": "get_sky"
},
{
"type": "float",
"name": "sky_custom_fov",
"setter": "set_sky_custom_fov",
- "getter": "get_sky_custom_fov",
- "index": -1
+ "getter": "get_sky_custom_fov"
},
{
"type": "Vector3",
"name": "sky_rotation",
"setter": "set_sky_rotation",
- "getter": "get_sky_rotation",
- "index": -1
+ "getter": "get_sky_rotation"
},
{
"type": "int",
"name": "ambient_light_source",
"setter": "set_ambient_source",
- "getter": "get_ambient_source",
- "index": -1
+ "getter": "get_ambient_source"
},
{
"type": "Color",
"name": "ambient_light_color",
"setter": "set_ambient_light_color",
- "getter": "get_ambient_light_color",
- "index": -1
+ "getter": "get_ambient_light_color"
},
{
"type": "float",
"name": "ambient_light_sky_contribution",
"setter": "set_ambient_light_sky_contribution",
- "getter": "get_ambient_light_sky_contribution",
- "index": -1
+ "getter": "get_ambient_light_sky_contribution"
},
{
"type": "float",
"name": "ambient_light_energy",
"setter": "set_ambient_light_energy",
- "getter": "get_ambient_light_energy",
- "index": -1
+ "getter": "get_ambient_light_energy"
},
{
"type": "int",
"name": "reflected_light_source",
"setter": "set_reflection_source",
- "getter": "get_reflection_source",
- "index": -1
+ "getter": "get_reflection_source"
},
{
"type": "int",
"name": "tonemap_mode",
"setter": "set_tonemapper",
- "getter": "get_tonemapper",
- "index": -1
+ "getter": "get_tonemapper"
},
{
"type": "float",
"name": "tonemap_exposure",
"setter": "set_tonemap_exposure",
- "getter": "get_tonemap_exposure",
- "index": -1
+ "getter": "get_tonemap_exposure"
},
{
"type": "float",
"name": "tonemap_white",
"setter": "set_tonemap_white",
- "getter": "get_tonemap_white",
- "index": -1
+ "getter": "get_tonemap_white"
},
{
"type": "bool",
"name": "ssr_enabled",
"setter": "set_ssr_enabled",
- "getter": "is_ssr_enabled",
- "index": -1
+ "getter": "is_ssr_enabled"
},
{
"type": "int",
"name": "ssr_max_steps",
"setter": "set_ssr_max_steps",
- "getter": "get_ssr_max_steps",
- "index": -1
+ "getter": "get_ssr_max_steps"
},
{
"type": "float",
"name": "ssr_fade_in",
"setter": "set_ssr_fade_in",
- "getter": "get_ssr_fade_in",
- "index": -1
+ "getter": "get_ssr_fade_in"
},
{
"type": "float",
"name": "ssr_fade_out",
"setter": "set_ssr_fade_out",
- "getter": "get_ssr_fade_out",
- "index": -1
+ "getter": "get_ssr_fade_out"
},
{
"type": "float",
"name": "ssr_depth_tolerance",
"setter": "set_ssr_depth_tolerance",
- "getter": "get_ssr_depth_tolerance",
- "index": -1
+ "getter": "get_ssr_depth_tolerance"
},
{
"type": "bool",
"name": "ssao_enabled",
"setter": "set_ssao_enabled",
- "getter": "is_ssao_enabled",
- "index": -1
+ "getter": "is_ssao_enabled"
},
{
"type": "float",
"name": "ssao_radius",
"setter": "set_ssao_radius",
- "getter": "get_ssao_radius",
- "index": -1
+ "getter": "get_ssao_radius"
},
{
"type": "float",
"name": "ssao_intensity",
"setter": "set_ssao_intensity",
- "getter": "get_ssao_intensity",
- "index": -1
+ "getter": "get_ssao_intensity"
},
{
"type": "float",
"name": "ssao_power",
"setter": "set_ssao_power",
- "getter": "get_ssao_power",
- "index": -1
+ "getter": "get_ssao_power"
},
{
"type": "float",
"name": "ssao_detail",
"setter": "set_ssao_detail",
- "getter": "get_ssao_detail",
- "index": -1
+ "getter": "get_ssao_detail"
},
{
"type": "float",
"name": "ssao_horizon",
"setter": "set_ssao_horizon",
- "getter": "get_ssao_horizon",
- "index": -1
+ "getter": "get_ssao_horizon"
},
{
"type": "float",
"name": "ssao_sharpness",
"setter": "set_ssao_sharpness",
- "getter": "get_ssao_sharpness",
- "index": -1
+ "getter": "get_ssao_sharpness"
},
{
"type": "float",
"name": "ssao_light_affect",
"setter": "set_ssao_direct_light_affect",
- "getter": "get_ssao_direct_light_affect",
- "index": -1
+ "getter": "get_ssao_direct_light_affect"
},
{
"type": "float",
"name": "ssao_ao_channel_affect",
"setter": "set_ssao_ao_channel_affect",
- "getter": "get_ssao_ao_channel_affect",
- "index": -1
+ "getter": "get_ssao_ao_channel_affect"
},
{
"type": "bool",
"name": "ssil_enabled",
"setter": "set_ssil_enabled",
- "getter": "is_ssil_enabled",
- "index": -1
+ "getter": "is_ssil_enabled"
},
{
"type": "float",
"name": "ssil_radius",
"setter": "set_ssil_radius",
- "getter": "get_ssil_radius",
- "index": -1
+ "getter": "get_ssil_radius"
},
{
"type": "float",
"name": "ssil_intensity",
"setter": "set_ssil_intensity",
- "getter": "get_ssil_intensity",
- "index": -1
+ "getter": "get_ssil_intensity"
},
{
"type": "float",
"name": "ssil_sharpness",
"setter": "set_ssil_sharpness",
- "getter": "get_ssil_sharpness",
- "index": -1
+ "getter": "get_ssil_sharpness"
},
{
"type": "float",
"name": "ssil_normal_rejection",
"setter": "set_ssil_normal_rejection",
- "getter": "get_ssil_normal_rejection",
- "index": -1
+ "getter": "get_ssil_normal_rejection"
},
{
"type": "bool",
"name": "sdfgi_enabled",
"setter": "set_sdfgi_enabled",
- "getter": "is_sdfgi_enabled",
- "index": -1
+ "getter": "is_sdfgi_enabled"
},
{
"type": "bool",
"name": "sdfgi_use_occlusion",
"setter": "set_sdfgi_use_occlusion",
- "getter": "is_sdfgi_using_occlusion",
- "index": -1
+ "getter": "is_sdfgi_using_occlusion"
},
{
"type": "bool",
"name": "sdfgi_read_sky_light",
"setter": "set_sdfgi_read_sky_light",
- "getter": "is_sdfgi_reading_sky_light",
- "index": -1
+ "getter": "is_sdfgi_reading_sky_light"
},
{
"type": "float",
"name": "sdfgi_bounce_feedback",
"setter": "set_sdfgi_bounce_feedback",
- "getter": "get_sdfgi_bounce_feedback",
- "index": -1
+ "getter": "get_sdfgi_bounce_feedback"
},
{
"type": "int",
"name": "sdfgi_cascades",
"setter": "set_sdfgi_cascades",
- "getter": "get_sdfgi_cascades",
- "index": -1
+ "getter": "get_sdfgi_cascades"
},
{
"type": "float",
"name": "sdfgi_min_cell_size",
"setter": "set_sdfgi_min_cell_size",
- "getter": "get_sdfgi_min_cell_size",
- "index": -1
+ "getter": "get_sdfgi_min_cell_size"
},
{
"type": "float",
"name": "sdfgi_cascade0_distance",
"setter": "set_sdfgi_cascade0_distance",
- "getter": "get_sdfgi_cascade0_distance",
- "index": -1
+ "getter": "get_sdfgi_cascade0_distance"
},
{
"type": "float",
"name": "sdfgi_max_distance",
"setter": "set_sdfgi_max_distance",
- "getter": "get_sdfgi_max_distance",
- "index": -1
+ "getter": "get_sdfgi_max_distance"
},
{
"type": "int",
"name": "sdfgi_y_scale",
"setter": "set_sdfgi_y_scale",
- "getter": "get_sdfgi_y_scale",
- "index": -1
+ "getter": "get_sdfgi_y_scale"
},
{
"type": "float",
"name": "sdfgi_energy",
"setter": "set_sdfgi_energy",
- "getter": "get_sdfgi_energy",
- "index": -1
+ "getter": "get_sdfgi_energy"
},
{
"type": "float",
"name": "sdfgi_normal_bias",
"setter": "set_sdfgi_normal_bias",
- "getter": "get_sdfgi_normal_bias",
- "index": -1
+ "getter": "get_sdfgi_normal_bias"
},
{
"type": "float",
"name": "sdfgi_probe_bias",
"setter": "set_sdfgi_probe_bias",
- "getter": "get_sdfgi_probe_bias",
- "index": -1
+ "getter": "get_sdfgi_probe_bias"
},
{
"type": "bool",
"name": "glow_enabled",
"setter": "set_glow_enabled",
- "getter": "is_glow_enabled",
- "index": -1
+ "getter": "is_glow_enabled"
},
{
"type": "bool",
"name": "glow_normalized",
"setter": "set_glow_normalized",
- "getter": "is_glow_normalized",
- "index": -1
+ "getter": "is_glow_normalized"
},
{
"type": "float",
"name": "glow_intensity",
"setter": "set_glow_intensity",
- "getter": "get_glow_intensity",
- "index": -1
+ "getter": "get_glow_intensity"
},
{
"type": "float",
"name": "glow_strength",
"setter": "set_glow_strength",
- "getter": "get_glow_strength",
- "index": -1
+ "getter": "get_glow_strength"
},
{
"type": "float",
"name": "glow_mix",
"setter": "set_glow_mix",
- "getter": "get_glow_mix",
- "index": -1
+ "getter": "get_glow_mix"
},
{
"type": "float",
"name": "glow_bloom",
"setter": "set_glow_bloom",
- "getter": "get_glow_bloom",
- "index": -1
+ "getter": "get_glow_bloom"
},
{
"type": "int",
"name": "glow_blend_mode",
"setter": "set_glow_blend_mode",
- "getter": "get_glow_blend_mode",
- "index": -1
+ "getter": "get_glow_blend_mode"
},
{
"type": "float",
"name": "glow_hdr_threshold",
"setter": "set_glow_hdr_bleed_threshold",
- "getter": "get_glow_hdr_bleed_threshold",
- "index": -1
+ "getter": "get_glow_hdr_bleed_threshold"
},
{
"type": "float",
"name": "glow_hdr_scale",
"setter": "set_glow_hdr_bleed_scale",
- "getter": "get_glow_hdr_bleed_scale",
- "index": -1
+ "getter": "get_glow_hdr_bleed_scale"
},
{
"type": "float",
"name": "glow_hdr_luminance_cap",
"setter": "set_glow_hdr_luminance_cap",
- "getter": "get_glow_hdr_luminance_cap",
- "index": -1
+ "getter": "get_glow_hdr_luminance_cap"
},
{
"type": "float",
"name": "glow_map_strength",
"setter": "set_glow_map_strength",
- "getter": "get_glow_map_strength",
- "index": -1
+ "getter": "get_glow_map_strength"
},
{
"type": "Texture2D",
"name": "glow_map",
"setter": "set_glow_map",
- "getter": "get_glow_map",
- "index": -1
+ "getter": "get_glow_map"
},
{
"type": "bool",
"name": "fog_enabled",
"setter": "set_fog_enabled",
- "getter": "is_fog_enabled",
- "index": -1
+ "getter": "is_fog_enabled"
},
{
"type": "Color",
"name": "fog_light_color",
"setter": "set_fog_light_color",
- "getter": "get_fog_light_color",
- "index": -1
+ "getter": "get_fog_light_color"
},
{
"type": "float",
"name": "fog_light_energy",
"setter": "set_fog_light_energy",
- "getter": "get_fog_light_energy",
- "index": -1
+ "getter": "get_fog_light_energy"
},
{
"type": "float",
"name": "fog_sun_scatter",
"setter": "set_fog_sun_scatter",
- "getter": "get_fog_sun_scatter",
- "index": -1
+ "getter": "get_fog_sun_scatter"
},
{
"type": "float",
"name": "fog_density",
"setter": "set_fog_density",
- "getter": "get_fog_density",
- "index": -1
+ "getter": "get_fog_density"
},
{
"type": "float",
"name": "fog_aerial_perspective",
"setter": "set_fog_aerial_perspective",
- "getter": "get_fog_aerial_perspective",
- "index": -1
+ "getter": "get_fog_aerial_perspective"
},
{
"type": "float",
"name": "fog_sky_affect",
"setter": "set_fog_sky_affect",
- "getter": "get_fog_sky_affect",
- "index": -1
+ "getter": "get_fog_sky_affect"
},
{
"type": "float",
"name": "fog_height",
"setter": "set_fog_height",
- "getter": "get_fog_height",
- "index": -1
+ "getter": "get_fog_height"
},
{
"type": "float",
"name": "fog_height_density",
"setter": "set_fog_height_density",
- "getter": "get_fog_height_density",
- "index": -1
+ "getter": "get_fog_height_density"
},
{
"type": "bool",
"name": "volumetric_fog_enabled",
"setter": "set_volumetric_fog_enabled",
- "getter": "is_volumetric_fog_enabled",
- "index": -1
+ "getter": "is_volumetric_fog_enabled"
},
{
"type": "float",
"name": "volumetric_fog_density",
"setter": "set_volumetric_fog_density",
- "getter": "get_volumetric_fog_density",
- "index": -1
+ "getter": "get_volumetric_fog_density"
},
{
"type": "Color",
"name": "volumetric_fog_albedo",
"setter": "set_volumetric_fog_albedo",
- "getter": "get_volumetric_fog_albedo",
- "index": -1
+ "getter": "get_volumetric_fog_albedo"
},
{
"type": "Color",
"name": "volumetric_fog_emission",
"setter": "set_volumetric_fog_emission",
- "getter": "get_volumetric_fog_emission",
- "index": -1
+ "getter": "get_volumetric_fog_emission"
},
{
"type": "float",
"name": "volumetric_fog_emission_energy",
"setter": "set_volumetric_fog_emission_energy",
- "getter": "get_volumetric_fog_emission_energy",
- "index": -1
+ "getter": "get_volumetric_fog_emission_energy"
},
{
"type": "float",
"name": "volumetric_fog_gi_inject",
"setter": "set_volumetric_fog_gi_inject",
- "getter": "get_volumetric_fog_gi_inject",
- "index": -1
+ "getter": "get_volumetric_fog_gi_inject"
},
{
"type": "float",
"name": "volumetric_fog_anisotropy",
"setter": "set_volumetric_fog_anisotropy",
- "getter": "get_volumetric_fog_anisotropy",
- "index": -1
+ "getter": "get_volumetric_fog_anisotropy"
},
{
"type": "float",
"name": "volumetric_fog_length",
"setter": "set_volumetric_fog_length",
- "getter": "get_volumetric_fog_length",
- "index": -1
+ "getter": "get_volumetric_fog_length"
},
{
"type": "float",
"name": "volumetric_fog_detail_spread",
"setter": "set_volumetric_fog_detail_spread",
- "getter": "get_volumetric_fog_detail_spread",
- "index": -1
+ "getter": "get_volumetric_fog_detail_spread"
},
{
"type": "float",
"name": "volumetric_fog_ambient_inject",
"setter": "set_volumetric_fog_ambient_inject",
- "getter": "get_volumetric_fog_ambient_inject",
- "index": -1
+ "getter": "get_volumetric_fog_ambient_inject"
},
{
"type": "float",
"name": "volumetric_fog_sky_affect",
"setter": "set_volumetric_fog_sky_affect",
- "getter": "get_volumetric_fog_sky_affect",
- "index": -1
+ "getter": "get_volumetric_fog_sky_affect"
},
{
"type": "bool",
"name": "volumetric_fog_temporal_reprojection_enabled",
"setter": "set_volumetric_fog_temporal_reprojection_enabled",
- "getter": "is_volumetric_fog_temporal_reprojection_enabled",
- "index": -1
+ "getter": "is_volumetric_fog_temporal_reprojection_enabled"
},
{
"type": "float",
"name": "volumetric_fog_temporal_reprojection_amount",
"setter": "set_volumetric_fog_temporal_reprojection_amount",
- "getter": "get_volumetric_fog_temporal_reprojection_amount",
- "index": -1
+ "getter": "get_volumetric_fog_temporal_reprojection_amount"
},
{
"type": "bool",
"name": "adjustment_enabled",
"setter": "set_adjustment_enabled",
- "getter": "is_adjustment_enabled",
- "index": -1
+ "getter": "is_adjustment_enabled"
},
{
"type": "float",
"name": "adjustment_brightness",
"setter": "set_adjustment_brightness",
- "getter": "get_adjustment_brightness",
- "index": -1
+ "getter": "get_adjustment_brightness"
},
{
"type": "float",
"name": "adjustment_contrast",
"setter": "set_adjustment_contrast",
- "getter": "get_adjustment_contrast",
- "index": -1
+ "getter": "get_adjustment_contrast"
},
{
"type": "float",
"name": "adjustment_saturation",
"setter": "set_adjustment_saturation",
- "getter": "get_adjustment_saturation",
- "index": -1
+ "getter": "get_adjustment_saturation"
},
{
"type": "Texture2D,Texture3D",
"name": "adjustment_color_correction",
"setter": "set_adjustment_color_correction",
- "getter": "get_adjustment_color_correction",
- "index": -1
+ "getter": "get_adjustment_color_correction"
}
]
},
@@ -87512,148 +86681,127 @@
"type": "int",
"name": "noise_type",
"setter": "set_noise_type",
- "getter": "get_noise_type",
- "index": -1
+ "getter": "get_noise_type"
},
{
"type": "int",
"name": "seed",
"setter": "set_seed",
- "getter": "get_seed",
- "index": -1
+ "getter": "get_seed"
},
{
"type": "float",
"name": "frequency",
"setter": "set_frequency",
- "getter": "get_frequency",
- "index": -1
+ "getter": "get_frequency"
},
{
"type": "Vector3",
"name": "offset",
"setter": "set_offset",
- "getter": "get_offset",
- "index": -1
+ "getter": "get_offset"
},
{
"type": "int",
"name": "fractal_type",
"setter": "set_fractal_type",
- "getter": "get_fractal_type",
- "index": -1
+ "getter": "get_fractal_type"
},
{
"type": "int",
"name": "fractal_octaves",
"setter": "set_fractal_octaves",
- "getter": "get_fractal_octaves",
- "index": -1
+ "getter": "get_fractal_octaves"
},
{
"type": "float",
"name": "fractal_lacunarity",
"setter": "set_fractal_lacunarity",
- "getter": "get_fractal_lacunarity",
- "index": -1
+ "getter": "get_fractal_lacunarity"
},
{
"type": "float",
"name": "fractal_gain",
"setter": "set_fractal_gain",
- "getter": "get_fractal_gain",
- "index": -1
+ "getter": "get_fractal_gain"
},
{
"type": "float",
"name": "fractal_weighted_strength",
"setter": "set_fractal_weighted_strength",
- "getter": "get_fractal_weighted_strength",
- "index": -1
+ "getter": "get_fractal_weighted_strength"
},
{
"type": "float",
"name": "fractal_ping_pong_strength",
"setter": "set_fractal_ping_pong_strength",
- "getter": "get_fractal_ping_pong_strength",
- "index": -1
+ "getter": "get_fractal_ping_pong_strength"
},
{
"type": "int",
"name": "cellular_distance_function",
"setter": "set_cellular_distance_function",
- "getter": "get_cellular_distance_function",
- "index": -1
+ "getter": "get_cellular_distance_function"
},
{
"type": "float",
"name": "cellular_jitter",
"setter": "set_cellular_jitter",
- "getter": "get_cellular_jitter",
- "index": -1
+ "getter": "get_cellular_jitter"
},
{
"type": "int",
"name": "cellular_return_type",
"setter": "set_cellular_return_type",
- "getter": "get_cellular_return_type",
- "index": -1
+ "getter": "get_cellular_return_type"
},
{
"type": "bool",
"name": "domain_warp_enabled",
"setter": "set_domain_warp_enabled",
- "getter": "is_domain_warp_enabled",
- "index": -1
+ "getter": "is_domain_warp_enabled"
},
{
"type": "int",
"name": "domain_warp_type",
"setter": "set_domain_warp_type",
- "getter": "get_domain_warp_type",
- "index": -1
+ "getter": "get_domain_warp_type"
},
{
"type": "float",
"name": "domain_warp_amplitude",
"setter": "set_domain_warp_amplitude",
- "getter": "get_domain_warp_amplitude",
- "index": -1
+ "getter": "get_domain_warp_amplitude"
},
{
"type": "float",
"name": "domain_warp_frequency",
"setter": "set_domain_warp_frequency",
- "getter": "get_domain_warp_frequency",
- "index": -1
+ "getter": "get_domain_warp_frequency"
},
{
"type": "int",
"name": "domain_warp_fractal_type",
"setter": "set_domain_warp_fractal_type",
- "getter": "get_domain_warp_fractal_type",
- "index": -1
+ "getter": "get_domain_warp_fractal_type"
},
{
"type": "int",
"name": "domain_warp_fractal_octaves",
"setter": "set_domain_warp_fractal_octaves",
- "getter": "get_domain_warp_fractal_octaves",
- "index": -1
+ "getter": "get_domain_warp_fractal_octaves"
},
{
"type": "float",
"name": "domain_warp_fractal_lacunarity",
"setter": "set_domain_warp_fractal_lacunarity",
- "getter": "get_domain_warp_fractal_lacunarity",
- "index": -1
+ "getter": "get_domain_warp_fractal_lacunarity"
},
{
"type": "float",
"name": "domain_warp_fractal_gain",
"setter": "set_domain_warp_fractal_gain",
- "getter": "get_domain_warp_fractal_gain",
- "index": -1
+ "getter": "get_domain_warp_fractal_gain"
}
]
},
@@ -87819,6 +86967,40 @@
}
},
{
+ "name": "get_file_as_bytes",
+ "is_const": false,
+ "is_vararg": false,
+ "is_static": true,
+ "is_virtual": false,
+ "hash": 659035735,
+ "return_value": {
+ "type": "PackedByteArray"
+ },
+ "arguments": [
+ {
+ "name": "path",
+ "type": "String"
+ }
+ ]
+ },
+ {
+ "name": "get_file_as_string",
+ "is_const": false,
+ "is_vararg": false,
+ "is_static": true,
+ "is_virtual": false,
+ "hash": 1703090593,
+ "return_value": {
+ "type": "String"
+ },
+ "arguments": [
+ {
+ "name": "path",
+ "type": "String"
+ }
+ ]
+ },
+ {
"name": "flush",
"is_const": false,
"is_vararg": false,
@@ -88413,8 +87595,7 @@
"type": "bool",
"name": "big_endian",
"setter": "set_big_endian",
- "getter": "is_big_endian",
- "index": -1
+ "getter": "is_big_endian"
}
]
},
@@ -88796,64 +87977,55 @@
"type": "bool",
"name": "mode_overrides_title",
"setter": "set_mode_overrides_title",
- "getter": "is_mode_overriding_title",
- "index": -1
+ "getter": "is_mode_overriding_title"
},
{
"type": "int",
"name": "file_mode",
"setter": "set_file_mode",
- "getter": "get_file_mode",
- "index": -1
+ "getter": "get_file_mode"
},
{
"type": "int",
"name": "access",
"setter": "set_access",
- "getter": "get_access",
- "index": -1
+ "getter": "get_access"
},
{
"type": "String",
"name": "root_subfolder",
"setter": "set_root_subfolder",
- "getter": "get_root_subfolder",
- "index": -1
+ "getter": "get_root_subfolder"
},
{
"type": "PackedStringArray",
"name": "filters",
"setter": "set_filters",
- "getter": "get_filters",
- "index": -1
+ "getter": "get_filters"
},
{
"type": "bool",
"name": "show_hidden_files",
"setter": "set_show_hidden_files",
- "getter": "is_showing_hidden_files",
- "index": -1
+ "getter": "is_showing_hidden_files"
},
{
"type": "String",
"name": "current_dir",
"setter": "set_current_dir",
- "getter": "get_current_dir",
- "index": -1
+ "getter": "get_current_dir"
},
{
"type": "String",
"name": "current_file",
"setter": "set_current_file",
- "getter": "get_current_file",
- "index": -1
+ "getter": "get_current_file"
},
{
"type": "String",
"name": "current_path",
"setter": "set_current_path",
- "getter": "get_current_path",
- "index": -1
+ "getter": "get_current_path"
}
]
},
@@ -89042,15 +88214,13 @@
"type": "int",
"name": "alignment",
"setter": "set_alignment",
- "getter": "get_alignment",
- "index": -1
+ "getter": "get_alignment"
},
{
"type": "bool",
"name": "vertical",
"setter": "set_vertical",
- "getter": "is_vertical",
- "index": -1
+ "getter": "is_vertical"
}
]
},
@@ -89223,43 +88393,37 @@
"type": "float",
"name": "density",
"setter": "set_density",
- "getter": "get_density",
- "index": -1
+ "getter": "get_density"
},
{
"type": "Color",
"name": "albedo",
"setter": "set_albedo",
- "getter": "get_albedo",
- "index": -1
+ "getter": "get_albedo"
},
{
"type": "Color",
"name": "emission",
"setter": "set_emission",
- "getter": "get_emission",
- "index": -1
+ "getter": "get_emission"
},
{
"type": "float",
"name": "height_falloff",
"setter": "set_height_falloff",
- "getter": "get_height_falloff",
- "index": -1
+ "getter": "get_height_falloff"
},
{
"type": "float",
"name": "edge_fade",
"setter": "set_edge_fade",
- "getter": "get_edge_fade",
- "index": -1
+ "getter": "get_edge_fade"
},
{
"type": "Texture3D",
"name": "density_texture",
"setter": "set_density_texture",
- "getter": "get_density_texture",
- "index": -1
+ "getter": "get_density_texture"
}
]
},
@@ -89351,22 +88515,19 @@
"type": "Vector3",
"name": "extents",
"setter": "set_extents",
- "getter": "get_extents",
- "index": -1
+ "getter": "get_extents"
},
{
"type": "int",
"name": "shape",
"setter": "set_shape",
- "getter": "get_shape",
- "index": -1
+ "getter": "get_shape"
},
{
"type": "FogMaterial,ShaderMaterial",
"name": "material",
"setter": "set_material",
- "getter": "get_material",
- "index": -1
+ "getter": "get_material"
}
]
},
@@ -89581,6 +88742,30 @@
}
},
{
+ "name": "get_font_weight",
+ "is_const": true,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 3905245786,
+ "return_value": {
+ "type": "int",
+ "meta": "int32"
+ }
+ },
+ {
+ "name": "get_font_stretch",
+ "is_const": true,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 3905245786,
+ "return_value": {
+ "type": "int",
+ "meta": "int32"
+ }
+ },
+ {
"name": "get_spacing",
"is_const": true,
"is_vararg": false,
@@ -90315,6 +89500,36 @@
]
},
{
+ "name": "set_font_weight",
+ "is_const": false,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 1286410249,
+ "arguments": [
+ {
+ "name": "weight",
+ "type": "int",
+ "meta": "int32"
+ }
+ ]
+ },
+ {
+ "name": "set_font_stretch",
+ "is_const": false,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 1286410249,
+ "arguments": [
+ {
+ "name": "stretch",
+ "type": "int",
+ "meta": "int32"
+ }
+ ]
+ },
+ {
"name": "set_antialiasing",
"is_const": false,
"is_vararg": false,
@@ -90471,6 +89686,31 @@
}
},
{
+ "name": "set_allow_system_fallback",
+ "is_const": false,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 2586408642,
+ "arguments": [
+ {
+ "name": "allow_system_fallback",
+ "type": "bool"
+ }
+ ]
+ },
+ {
+ "name": "is_allow_system_fallback",
+ "is_const": true,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 36873697,
+ "return_value": {
+ "type": "bool"
+ }
+ },
+ {
"name": "set_force_autohinter",
"is_const": false,
"is_vararg": false,
@@ -91927,113 +91167,115 @@
"type": "PackedByteArray",
"name": "data",
"setter": "set_data",
- "getter": "get_data",
- "index": -1
+ "getter": "get_data"
},
{
"type": "bool",
"name": "generate_mipmaps",
"setter": "set_generate_mipmaps",
- "getter": "get_generate_mipmaps",
- "index": -1
+ "getter": "get_generate_mipmaps"
},
{
"type": "int",
"name": "antialiasing",
"setter": "set_antialiasing",
- "getter": "get_antialiasing",
- "index": -1
+ "getter": "get_antialiasing"
},
{
"type": "String",
"name": "font_name",
"setter": "set_font_name",
- "getter": "get_font_name",
- "index": -1
+ "getter": "get_font_name"
},
{
"type": "String",
"name": "style_name",
"setter": "set_font_style_name",
- "getter": "get_font_style_name",
- "index": -1
+ "getter": "get_font_style_name"
},
{
"type": "int",
"name": "font_style",
"setter": "set_font_style",
- "getter": "get_font_style",
- "index": -1
+ "getter": "get_font_style"
+ },
+ {
+ "type": "int",
+ "name": "font_weight",
+ "setter": "set_font_weight",
+ "getter": "get_font_weight"
+ },
+ {
+ "type": "int",
+ "name": "font_stretch",
+ "setter": "set_font_stretch",
+ "getter": "get_font_stretch"
},
{
"type": "int",
"name": "subpixel_positioning",
"setter": "set_subpixel_positioning",
- "getter": "get_subpixel_positioning",
- "index": -1
+ "getter": "get_subpixel_positioning"
},
{
"type": "bool",
"name": "multichannel_signed_distance_field",
"setter": "set_multichannel_signed_distance_field",
- "getter": "is_multichannel_signed_distance_field",
- "index": -1
+ "getter": "is_multichannel_signed_distance_field"
},
{
"type": "int",
"name": "msdf_pixel_range",
"setter": "set_msdf_pixel_range",
- "getter": "get_msdf_pixel_range",
- "index": -1
+ "getter": "get_msdf_pixel_range"
},
{
"type": "int",
"name": "msdf_size",
"setter": "set_msdf_size",
- "getter": "get_msdf_size",
- "index": -1
+ "getter": "get_msdf_size"
+ },
+ {
+ "type": "bool",
+ "name": "allow_system_fallback",
+ "setter": "set_allow_system_fallback",
+ "getter": "is_allow_system_fallback"
},
{
"type": "bool",
"name": "force_autohinter",
"setter": "set_force_autohinter",
- "getter": "is_force_autohinter",
- "index": -1
+ "getter": "is_force_autohinter"
},
{
"type": "int",
"name": "hinting",
"setter": "set_hinting",
- "getter": "get_hinting",
- "index": -1
+ "getter": "get_hinting"
},
{
"type": "float",
"name": "oversampling",
"setter": "set_oversampling",
- "getter": "get_oversampling",
- "index": -1
+ "getter": "get_oversampling"
},
{
"type": "int",
"name": "fixed_size",
"setter": "set_fixed_size",
- "getter": "get_fixed_size",
- "index": -1
+ "getter": "get_fixed_size"
},
{
"type": "Dictionary",
"name": "opentype_feature_overrides",
"setter": "set_opentype_feature_overrides",
- "getter": "get_opentype_feature_overrides",
- "index": -1
+ "getter": "get_opentype_feature_overrides"
},
{
"type": "typedarray::24/17:Font",
"name": "fallbacks",
"setter": "set_fallbacks",
- "getter": "get_fallbacks",
- "index": -1
+ "getter": "get_fallbacks"
}
]
},
@@ -92212,50 +91454,43 @@
"type": "Font",
"name": "base_font",
"setter": "set_base_font",
- "getter": "get_base_font",
- "index": -1
+ "getter": "get_base_font"
},
{
"type": "typedarray::24/17:Font",
"name": "fallbacks",
"setter": "set_fallbacks",
- "getter": "get_fallbacks",
- "index": -1
+ "getter": "get_fallbacks"
},
{
"type": "Dictionary",
"name": "variation_opentype",
"setter": "set_variation_opentype",
- "getter": "get_variation_opentype",
- "index": -1
+ "getter": "get_variation_opentype"
},
{
"type": "int",
"name": "variation_face_index",
"setter": "set_variation_face_index",
- "getter": "get_variation_face_index",
- "index": -1
+ "getter": "get_variation_face_index"
},
{
"type": "float",
"name": "variation_embolden",
"setter": "set_variation_embolden",
- "getter": "get_variation_embolden",
- "index": -1
+ "getter": "get_variation_embolden"
},
{
"type": "Transform2D",
"name": "variation_transform",
"setter": "set_variation_transform",
- "getter": "get_variation_transform",
- "index": -1
+ "getter": "get_variation_transform"
},
{
"type": "Dictionary",
"name": "opentype_features",
"setter": "set_opentype_features",
- "getter": "get_opentype_features",
- "index": -1
+ "getter": "get_opentype_features"
},
{
"type": "int",
@@ -92730,99 +91965,85 @@
"type": "int",
"name": "buffer_view",
"setter": "set_buffer_view",
- "getter": "get_buffer_view",
- "index": -1
+ "getter": "get_buffer_view"
},
{
"type": "int",
"name": "byte_offset",
"setter": "set_byte_offset",
- "getter": "get_byte_offset",
- "index": -1
+ "getter": "get_byte_offset"
},
{
"type": "int",
"name": "component_type",
"setter": "set_component_type",
- "getter": "get_component_type",
- "index": -1
+ "getter": "get_component_type"
},
{
"type": "bool",
"name": "normalized",
"setter": "set_normalized",
- "getter": "get_normalized",
- "index": -1
+ "getter": "get_normalized"
},
{
"type": "int",
"name": "count",
"setter": "set_count",
- "getter": "get_count",
- "index": -1
+ "getter": "get_count"
},
{
"type": "int",
"name": "type",
"setter": "set_type",
- "getter": "get_type",
- "index": -1
+ "getter": "get_type"
},
{
"type": "PackedFloat64Array",
"name": "min",
"setter": "set_min",
- "getter": "get_min",
- "index": -1
+ "getter": "get_min"
},
{
"type": "PackedFloat64Array",
"name": "max",
"setter": "set_max",
- "getter": "get_max",
- "index": -1
+ "getter": "get_max"
},
{
"type": "int",
"name": "sparse_count",
"setter": "set_sparse_count",
- "getter": "get_sparse_count",
- "index": -1
+ "getter": "get_sparse_count"
},
{
"type": "int",
"name": "sparse_indices_buffer_view",
"setter": "set_sparse_indices_buffer_view",
- "getter": "get_sparse_indices_buffer_view",
- "index": -1
+ "getter": "get_sparse_indices_buffer_view"
},
{
"type": "int",
"name": "sparse_indices_byte_offset",
"setter": "set_sparse_indices_byte_offset",
- "getter": "get_sparse_indices_byte_offset",
- "index": -1
+ "getter": "get_sparse_indices_byte_offset"
},
{
"type": "int",
"name": "sparse_indices_component_type",
"setter": "set_sparse_indices_component_type",
- "getter": "get_sparse_indices_component_type",
- "index": -1
+ "getter": "get_sparse_indices_component_type"
},
{
"type": "int",
"name": "sparse_values_buffer_view",
"setter": "set_sparse_values_buffer_view",
- "getter": "get_sparse_values_buffer_view",
- "index": -1
+ "getter": "get_sparse_values_buffer_view"
},
{
"type": "int",
"name": "sparse_values_byte_offset",
"setter": "set_sparse_values_byte_offset",
- "getter": "get_sparse_values_byte_offset",
- "index": -1
+ "getter": "get_sparse_values_byte_offset"
}
]
},
@@ -92864,8 +92085,7 @@
"type": "bool",
"name": "loop",
"setter": "set_loop",
- "getter": "get_loop",
- "index": -1
+ "getter": "get_loop"
}
]
},
@@ -93015,36 +92235,31 @@
"type": "int",
"name": "buffer",
"setter": "set_buffer",
- "getter": "get_buffer",
- "index": -1
+ "getter": "get_buffer"
},
{
"type": "int",
"name": "byte_offset",
"setter": "set_byte_offset",
- "getter": "get_byte_offset",
- "index": -1
+ "getter": "get_byte_offset"
},
{
"type": "int",
"name": "byte_length",
"setter": "set_byte_length",
- "getter": "get_byte_length",
- "index": -1
+ "getter": "get_byte_length"
},
{
"type": "int",
"name": "byte_stride",
"setter": "set_byte_stride",
- "getter": "get_byte_stride",
- "index": -1
+ "getter": "get_byte_stride"
},
{
"type": "bool",
"name": "indices",
"setter": "set_indices",
- "getter": "get_indices",
- "index": -1
+ "getter": "get_indices"
}
]
},
@@ -93250,36 +92465,31 @@
"type": "bool",
"name": "perspective",
"setter": "set_perspective",
- "getter": "get_perspective",
- "index": -1
+ "getter": "get_perspective"
},
{
"type": "float",
"name": "fov",
"setter": "set_fov",
- "getter": "get_fov",
- "index": -1
+ "getter": "get_fov"
},
{
"type": "float",
"name": "size_mag",
"setter": "set_size_mag",
- "getter": "get_size_mag",
- "index": -1
+ "getter": "get_size_mag"
},
{
"type": "float",
"name": "depth_far",
"setter": "set_depth_far",
- "getter": "get_depth_far",
- "index": -1
+ "getter": "get_depth_far"
},
{
"type": "float",
"name": "depth_near",
"setter": "set_depth_near",
- "getter": "get_depth_near",
- "index": -1
+ "getter": "get_depth_near"
}
]
},
@@ -93947,43 +93157,37 @@
"type": "Color",
"name": "color",
"setter": "set_color",
- "getter": "get_color",
- "index": -1
+ "getter": "get_color"
},
{
"type": "float",
"name": "intensity",
"setter": "set_intensity",
- "getter": "get_intensity",
- "index": -1
+ "getter": "get_intensity"
},
{
"type": "String",
"name": "light_type",
"setter": "set_light_type",
- "getter": "get_light_type",
- "index": -1
+ "getter": "get_light_type"
},
{
"type": "float",
"name": "range",
"setter": "set_range",
- "getter": "get_range",
- "index": -1
+ "getter": "get_range"
},
{
"type": "float",
"name": "inner_cone_angle",
"setter": "set_inner_cone_angle",
- "getter": "get_inner_cone_angle",
- "index": -1
+ "getter": "get_inner_cone_angle"
},
{
"type": "float",
"name": "outer_cone_angle",
"setter": "set_outer_cone_angle",
- "getter": "get_outer_cone_angle",
- "index": -1
+ "getter": "get_outer_cone_angle"
}
]
},
@@ -94075,22 +93279,19 @@
"type": "Object",
"name": "mesh",
"setter": "set_mesh",
- "getter": "get_mesh",
- "index": -1
+ "getter": "get_mesh"
},
{
"type": "PackedFloat32Array",
"name": "blend_weights",
"setter": "set_blend_weights",
- "getter": "get_blend_weights",
- "index": -1
+ "getter": "get_blend_weights"
},
{
"type": "Array",
"name": "instance_materials",
"setter": "set_instance_materials",
- "getter": "get_instance_materials",
- "index": -1
+ "getter": "get_instance_materials"
}
]
},
@@ -94481,92 +93682,79 @@
"type": "int",
"name": "parent",
"setter": "set_parent",
- "getter": "get_parent",
- "index": -1
+ "getter": "get_parent"
},
{
"type": "int",
"name": "height",
"setter": "set_height",
- "getter": "get_height",
- "index": -1
+ "getter": "get_height"
},
{
"type": "Transform3D",
"name": "xform",
"setter": "set_xform",
- "getter": "get_xform",
- "index": -1
+ "getter": "get_xform"
},
{
"type": "int",
"name": "mesh",
"setter": "set_mesh",
- "getter": "get_mesh",
- "index": -1
+ "getter": "get_mesh"
},
{
"type": "int",
"name": "camera",
"setter": "set_camera",
- "getter": "get_camera",
- "index": -1
+ "getter": "get_camera"
},
{
"type": "int",
"name": "skin",
"setter": "set_skin",
- "getter": "get_skin",
- "index": -1
+ "getter": "get_skin"
},
{
"type": "int",
"name": "skeleton",
"setter": "set_skeleton",
- "getter": "get_skeleton",
- "index": -1
+ "getter": "get_skeleton"
},
{
"type": "bool",
"name": "joint",
"setter": "set_joint",
- "getter": "get_joint",
- "index": -1
+ "getter": "get_joint"
},
{
"type": "Vector3",
"name": "position",
"setter": "set_position",
- "getter": "get_position",
- "index": -1
+ "getter": "get_position"
},
{
"type": "Quaternion",
"name": "rotation",
"setter": "set_rotation",
- "getter": "get_rotation",
- "index": -1
+ "getter": "get_rotation"
},
{
"type": "Vector3",
"name": "scale",
"setter": "set_scale",
- "getter": "get_scale",
- "index": -1
+ "getter": "get_scale"
},
{
"type": "PackedInt32Array",
"name": "children",
"setter": "set_children",
- "getter": "get_children",
- "index": -1
+ "getter": "get_children"
},
{
"type": "int",
"name": "light",
"setter": "set_light",
- "getter": "get_light",
- "index": -1
+ "getter": "get_light"
}
]
},
@@ -94724,29 +93912,25 @@
"type": "PackedInt32Array",
"name": "joints",
"setter": "set_joints",
- "getter": "get_joints",
- "index": -1
+ "getter": "get_joints"
},
{
"type": "PackedInt32Array",
"name": "roots",
"setter": "set_roots",
- "getter": "get_roots",
- "index": -1
+ "getter": "get_roots"
},
{
"type": "Array",
"name": "unique_names",
"setter": "set_unique_names",
- "getter": "get_unique_names",
- "index": -1
+ "getter": "get_unique_names"
},
{
"type": "Dictionary",
"name": "godot_bone_node",
"setter": "set_godot_bone_node",
- "getter": "get_godot_bone_node",
- "index": -1
+ "getter": "get_godot_bone_node"
}
]
},
@@ -95017,71 +94201,61 @@
"type": "int",
"name": "skin_root",
"setter": "set_skin_root",
- "getter": "get_skin_root",
- "index": -1
+ "getter": "get_skin_root"
},
{
"type": "PackedInt32Array",
"name": "joints_original",
"setter": "set_joints_original",
- "getter": "get_joints_original",
- "index": -1
+ "getter": "get_joints_original"
},
{
"type": "Array",
"name": "inverse_binds",
"setter": "set_inverse_binds",
- "getter": "get_inverse_binds",
- "index": -1
+ "getter": "get_inverse_binds"
},
{
"type": "PackedInt32Array",
"name": "joints",
"setter": "set_joints",
- "getter": "get_joints",
- "index": -1
+ "getter": "get_joints"
},
{
"type": "PackedInt32Array",
"name": "non_joints",
"setter": "set_non_joints",
- "getter": "get_non_joints",
- "index": -1
+ "getter": "get_non_joints"
},
{
"type": "PackedInt32Array",
"name": "roots",
"setter": "set_roots",
- "getter": "get_roots",
- "index": -1
+ "getter": "get_roots"
},
{
"type": "int",
"name": "skeleton",
"setter": "set_skeleton",
- "getter": "get_skeleton",
- "index": -1
+ "getter": "get_skeleton"
},
{
"type": "Dictionary",
"name": "joint_i_to_bone_i",
"setter": "set_joint_i_to_bone_i",
- "getter": "get_joint_i_to_bone_i",
- "index": -1
+ "getter": "get_joint_i_to_bone_i"
},
{
"type": "Dictionary",
"name": "joint_i_to_name",
"setter": "set_joint_i_to_name",
- "getter": "get_joint_i_to_name",
- "index": -1
+ "getter": "get_joint_i_to_name"
},
{
"type": "Object",
"name": "godot_skin",
"setter": "set_godot_skin",
- "getter": "get_godot_skin",
- "index": -1
+ "getter": "get_godot_skin"
}
]
},
@@ -95225,36 +94399,31 @@
"type": "Object",
"name": "diffuse_img",
"setter": "set_diffuse_img",
- "getter": "get_diffuse_img",
- "index": -1
+ "getter": "get_diffuse_img"
},
{
"type": "Color",
"name": "diffuse_factor",
"setter": "set_diffuse_factor",
- "getter": "get_diffuse_factor",
- "index": -1
+ "getter": "get_diffuse_factor"
},
{
"type": "float",
"name": "gloss_factor",
"setter": "set_gloss_factor",
- "getter": "get_gloss_factor",
- "index": -1
+ "getter": "get_gloss_factor"
},
{
"type": "Color",
"name": "specular_factor",
"setter": "set_specular_factor",
- "getter": "get_specular_factor",
- "index": -1
+ "getter": "get_specular_factor"
},
{
"type": "Object",
"name": "spec_gloss_img",
"setter": "set_spec_gloss_img",
- "getter": "get_spec_gloss_img",
- "index": -1
+ "getter": "get_spec_gloss_img"
}
]
},
@@ -96033,183 +95202,157 @@
"type": "Dictionary",
"name": "json",
"setter": "set_json",
- "getter": "get_json",
- "index": -1
+ "getter": "get_json"
},
{
"type": "int",
"name": "major_version",
"setter": "set_major_version",
- "getter": "get_major_version",
- "index": -1
+ "getter": "get_major_version"
},
{
"type": "int",
"name": "minor_version",
"setter": "set_minor_version",
- "getter": "get_minor_version",
- "index": -1
+ "getter": "get_minor_version"
},
{
"type": "PackedByteArray",
"name": "glb_data",
"setter": "set_glb_data",
- "getter": "get_glb_data",
- "index": -1
+ "getter": "get_glb_data"
},
{
"type": "bool",
"name": "use_named_skin_binds",
"setter": "set_use_named_skin_binds",
- "getter": "get_use_named_skin_binds",
- "index": -1
+ "getter": "get_use_named_skin_binds"
},
{
"type": "Array",
"name": "nodes",
"setter": "set_nodes",
- "getter": "get_nodes",
- "index": -1
+ "getter": "get_nodes"
},
{
"type": "Array",
"name": "buffers",
"setter": "set_buffers",
- "getter": "get_buffers",
- "index": -1
+ "getter": "get_buffers"
},
{
"type": "Array",
"name": "buffer_views",
"setter": "set_buffer_views",
- "getter": "get_buffer_views",
- "index": -1
+ "getter": "get_buffer_views"
},
{
"type": "Array",
"name": "accessors",
"setter": "set_accessors",
- "getter": "get_accessors",
- "index": -1
+ "getter": "get_accessors"
},
{
"type": "Array",
"name": "meshes",
"setter": "set_meshes",
- "getter": "get_meshes",
- "index": -1
+ "getter": "get_meshes"
},
{
"type": "Array",
"name": "materials",
"setter": "set_materials",
- "getter": "get_materials",
- "index": -1
+ "getter": "get_materials"
},
{
"type": "String",
"name": "scene_name",
"setter": "set_scene_name",
- "getter": "get_scene_name",
- "index": -1
+ "getter": "get_scene_name"
},
{
"type": "String",
"name": "base_path",
"setter": "set_base_path",
- "getter": "get_base_path",
- "index": -1
+ "getter": "get_base_path"
},
{
"type": "PackedInt32Array",
"name": "root_nodes",
"setter": "set_root_nodes",
- "getter": "get_root_nodes",
- "index": -1
+ "getter": "get_root_nodes"
},
{
"type": "Array",
"name": "textures",
"setter": "set_textures",
- "getter": "get_textures",
- "index": -1
+ "getter": "get_textures"
},
{
"type": "Array",
"name": "texture_samplers",
"setter": "set_texture_samplers",
- "getter": "get_texture_samplers",
- "index": -1
+ "getter": "get_texture_samplers"
},
{
"type": "Array",
"name": "images",
"setter": "set_images",
- "getter": "get_images",
- "index": -1
+ "getter": "get_images"
},
{
"type": "Array",
"name": "skins",
"setter": "set_skins",
- "getter": "get_skins",
- "index": -1
+ "getter": "get_skins"
},
{
"type": "Array",
"name": "cameras",
"setter": "set_cameras",
- "getter": "get_cameras",
- "index": -1
+ "getter": "get_cameras"
},
{
"type": "Array",
"name": "lights",
"setter": "set_lights",
- "getter": "get_lights",
- "index": -1
+ "getter": "get_lights"
},
{
"type": "Array",
"name": "unique_names",
"setter": "set_unique_names",
- "getter": "get_unique_names",
- "index": -1
+ "getter": "get_unique_names"
},
{
"type": "Array",
"name": "unique_animation_names",
"setter": "set_unique_animation_names",
- "getter": "get_unique_animation_names",
- "index": -1
+ "getter": "get_unique_animation_names"
},
{
"type": "Array",
"name": "skeletons",
"setter": "set_skeletons",
- "getter": "get_skeletons",
- "index": -1
+ "getter": "get_skeletons"
},
{
"type": "Dictionary",
"name": "skeleton_to_node",
"setter": "set_skeleton_to_node",
- "getter": "get_skeleton_to_node",
- "index": -1
+ "getter": "get_skeleton_to_node"
},
{
"type": "bool",
"name": "create_animations",
"setter": "set_create_animations",
- "getter": "get_create_animations",
- "index": -1
+ "getter": "get_create_animations"
},
{
"type": "Array",
"name": "animations",
"setter": "set_animations",
- "getter": "get_animations",
- "index": -1
+ "getter": "get_animations"
}
]
},
@@ -96280,15 +95423,13 @@
"type": "int",
"name": "src_image",
"setter": "set_src_image",
- "getter": "get_src_image",
- "index": -1
+ "getter": "get_src_image"
},
{
"type": "int",
"name": "sampler",
"setter": "set_sampler",
- "getter": "get_sampler",
- "index": -1
+ "getter": "get_sampler"
}
]
},
@@ -96413,29 +95554,25 @@
"type": "int",
"name": "mag_filter",
"setter": "set_mag_filter",
- "getter": "get_mag_filter",
- "index": -1
+ "getter": "get_mag_filter"
},
{
"type": "int",
"name": "min_filter",
"setter": "set_min_filter",
- "getter": "get_min_filter",
- "index": -1
+ "getter": "get_min_filter"
},
{
"type": "int",
"name": "wrap_s",
"setter": "set_wrap_s",
- "getter": "get_wrap_s",
- "index": -1
+ "getter": "get_wrap_s"
},
{
"type": "int",
"name": "wrap_t",
"setter": "set_wrap_t",
- "getter": "get_wrap_t",
- "index": -1
+ "getter": "get_wrap_t"
}
]
},
@@ -97120,155 +96257,133 @@
"type": "bool",
"name": "emitting",
"setter": "set_emitting",
- "getter": "is_emitting",
- "index": -1
+ "getter": "is_emitting"
},
{
"type": "int",
"name": "amount",
"setter": "set_amount",
- "getter": "get_amount",
- "index": -1
+ "getter": "get_amount"
},
{
"type": "NodePath",
"name": "sub_emitter",
"setter": "set_sub_emitter",
- "getter": "get_sub_emitter",
- "index": -1
+ "getter": "get_sub_emitter"
},
{
"type": "float",
"name": "lifetime",
"setter": "set_lifetime",
- "getter": "get_lifetime",
- "index": -1
+ "getter": "get_lifetime"
},
{
"type": "bool",
"name": "one_shot",
"setter": "set_one_shot",
- "getter": "get_one_shot",
- "index": -1
+ "getter": "get_one_shot"
},
{
"type": "float",
"name": "preprocess",
"setter": "set_pre_process_time",
- "getter": "get_pre_process_time",
- "index": -1
+ "getter": "get_pre_process_time"
},
{
"type": "float",
"name": "speed_scale",
"setter": "set_speed_scale",
- "getter": "get_speed_scale",
- "index": -1
+ "getter": "get_speed_scale"
},
{
"type": "float",
"name": "explosiveness",
"setter": "set_explosiveness_ratio",
- "getter": "get_explosiveness_ratio",
- "index": -1
+ "getter": "get_explosiveness_ratio"
},
{
"type": "float",
"name": "randomness",
"setter": "set_randomness_ratio",
- "getter": "get_randomness_ratio",
- "index": -1
+ "getter": "get_randomness_ratio"
},
{
"type": "int",
"name": "fixed_fps",
"setter": "set_fixed_fps",
- "getter": "get_fixed_fps",
- "index": -1
+ "getter": "get_fixed_fps"
},
{
"type": "bool",
"name": "interpolate",
"setter": "set_interpolate",
- "getter": "get_interpolate",
- "index": -1
+ "getter": "get_interpolate"
},
{
"type": "bool",
"name": "fract_delta",
"setter": "set_fractional_delta",
- "getter": "get_fractional_delta",
- "index": -1
+ "getter": "get_fractional_delta"
},
{
"type": "float",
"name": "collision_base_size",
"setter": "set_collision_base_size",
- "getter": "get_collision_base_size",
- "index": -1
+ "getter": "get_collision_base_size"
},
{
"type": "Rect2",
"name": "visibility_rect",
"setter": "set_visibility_rect",
- "getter": "get_visibility_rect",
- "index": -1
+ "getter": "get_visibility_rect"
},
{
"type": "bool",
"name": "local_coords",
"setter": "set_use_local_coordinates",
- "getter": "get_use_local_coordinates",
- "index": -1
+ "getter": "get_use_local_coordinates"
},
{
"type": "int",
"name": "draw_order",
"setter": "set_draw_order",
- "getter": "get_draw_order",
- "index": -1
+ "getter": "get_draw_order"
},
{
"type": "bool",
"name": "trail_enabled",
"setter": "set_trail_enabled",
- "getter": "is_trail_enabled",
- "index": -1
+ "getter": "is_trail_enabled"
},
{
"type": "float",
"name": "trail_lifetime",
"setter": "set_trail_lifetime",
- "getter": "get_trail_lifetime",
- "index": -1
+ "getter": "get_trail_lifetime"
},
{
"type": "int",
"name": "trail_sections",
"setter": "set_trail_sections",
- "getter": "get_trail_sections",
- "index": -1
+ "getter": "get_trail_sections"
},
{
"type": "int",
"name": "trail_section_subdivisions",
"setter": "set_trail_section_subdivisions",
- "getter": "get_trail_section_subdivisions",
- "index": -1
+ "getter": "get_trail_section_subdivisions"
},
{
"type": "ShaderMaterial,ParticleProcessMaterial",
"name": "process_material",
"setter": "set_process_material",
- "getter": "get_process_material",
- "index": -1
+ "getter": "get_process_material"
},
{
"type": "Texture2D",
"name": "texture",
"setter": "set_texture",
- "getter": "get_texture",
- "index": -1
+ "getter": "get_texture"
}
]
},
@@ -98020,148 +97135,127 @@
"type": "bool",
"name": "emitting",
"setter": "set_emitting",
- "getter": "is_emitting",
- "index": -1
+ "getter": "is_emitting"
},
{
"type": "int",
"name": "amount",
"setter": "set_amount",
- "getter": "get_amount",
- "index": -1
+ "getter": "get_amount"
},
{
"type": "NodePath",
"name": "sub_emitter",
"setter": "set_sub_emitter",
- "getter": "get_sub_emitter",
- "index": -1
+ "getter": "get_sub_emitter"
},
{
"type": "float",
"name": "lifetime",
"setter": "set_lifetime",
- "getter": "get_lifetime",
- "index": -1
+ "getter": "get_lifetime"
},
{
"type": "bool",
"name": "one_shot",
"setter": "set_one_shot",
- "getter": "get_one_shot",
- "index": -1
+ "getter": "get_one_shot"
},
{
"type": "float",
"name": "preprocess",
"setter": "set_pre_process_time",
- "getter": "get_pre_process_time",
- "index": -1
+ "getter": "get_pre_process_time"
},
{
"type": "float",
"name": "speed_scale",
"setter": "set_speed_scale",
- "getter": "get_speed_scale",
- "index": -1
+ "getter": "get_speed_scale"
},
{
"type": "float",
"name": "explosiveness",
"setter": "set_explosiveness_ratio",
- "getter": "get_explosiveness_ratio",
- "index": -1
+ "getter": "get_explosiveness_ratio"
},
{
"type": "float",
"name": "randomness",
"setter": "set_randomness_ratio",
- "getter": "get_randomness_ratio",
- "index": -1
+ "getter": "get_randomness_ratio"
},
{
"type": "int",
"name": "fixed_fps",
"setter": "set_fixed_fps",
- "getter": "get_fixed_fps",
- "index": -1
+ "getter": "get_fixed_fps"
},
{
"type": "bool",
"name": "interpolate",
"setter": "set_interpolate",
- "getter": "get_interpolate",
- "index": -1
+ "getter": "get_interpolate"
},
{
"type": "bool",
"name": "fract_delta",
"setter": "set_fractional_delta",
- "getter": "get_fractional_delta",
- "index": -1
+ "getter": "get_fractional_delta"
},
{
"type": "float",
"name": "collision_base_size",
"setter": "set_collision_base_size",
- "getter": "get_collision_base_size",
- "index": -1
+ "getter": "get_collision_base_size"
},
{
"type": "AABB",
"name": "visibility_aabb",
"setter": "set_visibility_aabb",
- "getter": "get_visibility_aabb",
- "index": -1
+ "getter": "get_visibility_aabb"
},
{
"type": "bool",
"name": "local_coords",
"setter": "set_use_local_coordinates",
- "getter": "get_use_local_coordinates",
- "index": -1
+ "getter": "get_use_local_coordinates"
},
{
"type": "int",
"name": "draw_order",
"setter": "set_draw_order",
- "getter": "get_draw_order",
- "index": -1
+ "getter": "get_draw_order"
},
{
"type": "int",
"name": "transform_align",
"setter": "set_transform_align",
- "getter": "get_transform_align",
- "index": -1
+ "getter": "get_transform_align"
},
{
"type": "bool",
"name": "trail_enabled",
"setter": "set_trail_enabled",
- "getter": "is_trail_enabled",
- "index": -1
+ "getter": "is_trail_enabled"
},
{
"type": "float",
"name": "trail_lifetime",
"setter": "set_trail_lifetime",
- "getter": "get_trail_lifetime",
- "index": -1
+ "getter": "get_trail_lifetime"
},
{
"type": "ShaderMaterial,ParticleProcessMaterial",
"name": "process_material",
"setter": "set_process_material",
- "getter": "get_process_material",
- "index": -1
+ "getter": "get_process_material"
},
{
"type": "int",
"name": "draw_passes",
"setter": "set_draw_passes",
- "getter": "get_draw_passes",
- "index": -1
+ "getter": "get_draw_passes"
},
{
"type": "Mesh",
@@ -98195,8 +97289,7 @@
"type": "Skin",
"name": "draw_skin",
"setter": "set_skin",
- "getter": "get_skin",
- "index": -1
+ "getter": "get_skin"
}
]
},
@@ -98321,29 +97414,25 @@
"type": "float",
"name": "strength",
"setter": "set_strength",
- "getter": "get_strength",
- "index": -1
+ "getter": "get_strength"
},
{
"type": "float",
"name": "attenuation",
"setter": "set_attenuation",
- "getter": "get_attenuation",
- "index": -1
+ "getter": "get_attenuation"
},
{
"type": "float",
"name": "directionality",
"setter": "set_directionality",
- "getter": "get_directionality",
- "index": -1
+ "getter": "get_directionality"
},
{
"type": "int",
"name": "cull_mask",
"setter": "set_cull_mask",
- "getter": "get_cull_mask",
- "index": -1
+ "getter": "get_cull_mask"
}
]
},
@@ -98385,8 +97474,7 @@
"type": "Vector3",
"name": "extents",
"setter": "set_extents",
- "getter": "get_extents",
- "index": -1
+ "getter": "get_extents"
}
]
},
@@ -98430,8 +97518,7 @@
"type": "float",
"name": "radius",
"setter": "set_radius",
- "getter": "get_radius",
- "index": -1
+ "getter": "get_radius"
}
]
},
@@ -98498,15 +97585,13 @@
"type": "Vector3",
"name": "extents",
"setter": "set_extents",
- "getter": "get_extents",
- "index": -1
+ "getter": "get_extents"
},
{
"type": "Texture3D",
"name": "texture",
"setter": "set_texture",
- "getter": "get_texture",
- "index": -1
+ "getter": "get_texture"
}
]
},
@@ -98550,8 +97635,7 @@
"type": "int",
"name": "cull_mask",
"setter": "set_cull_mask",
- "getter": "get_cull_mask",
- "index": -1
+ "getter": "get_cull_mask"
}
]
},
@@ -98593,8 +97677,7 @@
"type": "Vector3",
"name": "extents",
"setter": "set_extents",
- "getter": "get_extents",
- "index": -1
+ "getter": "get_extents"
}
]
},
@@ -98761,29 +97844,25 @@
"type": "Vector3",
"name": "extents",
"setter": "set_extents",
- "getter": "get_extents",
- "index": -1
+ "getter": "get_extents"
},
{
"type": "int",
"name": "resolution",
"setter": "set_resolution",
- "getter": "get_resolution",
- "index": -1
+ "getter": "get_resolution"
},
{
"type": "int",
"name": "update_mode",
"setter": "set_update_mode",
- "getter": "get_update_mode",
- "index": -1
+ "getter": "get_update_mode"
},
{
"type": "bool",
"name": "follow_camera_enabled",
"setter": "set_follow_camera_enabled",
- "getter": "is_follow_camera_enabled",
- "index": -1
+ "getter": "is_follow_camera_enabled"
}
]
},
@@ -99002,36 +98081,31 @@
"type": "Vector3",
"name": "extents",
"setter": "set_extents",
- "getter": "get_extents",
- "index": -1
+ "getter": "get_extents"
},
{
"type": "int",
"name": "resolution",
"setter": "set_resolution",
- "getter": "get_resolution",
- "index": -1
+ "getter": "get_resolution"
},
{
"type": "float",
"name": "thickness",
"setter": "set_thickness",
- "getter": "get_thickness",
- "index": -1
+ "getter": "get_thickness"
},
{
"type": "int",
"name": "bake_mask",
"setter": "set_bake_mask",
- "getter": "get_bake_mask",
- "index": -1
+ "getter": "get_bake_mask"
},
{
"type": "Texture3D",
"name": "texture",
"setter": "set_texture",
- "getter": "get_texture",
- "index": -1
+ "getter": "get_texture"
}
]
},
@@ -99075,8 +98149,7 @@
"type": "float",
"name": "radius",
"setter": "set_radius",
- "getter": "get_radius",
- "index": -1
+ "getter": "get_radius"
}
]
},
@@ -100908,99 +99981,85 @@
"type": "BaseMaterial3D,ShaderMaterial",
"name": "material_override",
"setter": "set_material_override",
- "getter": "get_material_override",
- "index": -1
+ "getter": "get_material_override"
},
{
"type": "BaseMaterial3D,ShaderMaterial",
"name": "material_overlay",
"setter": "set_material_overlay",
- "getter": "get_material_overlay",
- "index": -1
+ "getter": "get_material_overlay"
},
{
"type": "float",
"name": "transparency",
"setter": "set_transparency",
- "getter": "get_transparency",
- "index": -1
+ "getter": "get_transparency"
},
{
"type": "int",
"name": "cast_shadow",
"setter": "set_cast_shadows_setting",
- "getter": "get_cast_shadows_setting",
- "index": -1
+ "getter": "get_cast_shadows_setting"
},
{
"type": "float",
"name": "extra_cull_margin",
"setter": "set_extra_cull_margin",
- "getter": "get_extra_cull_margin",
- "index": -1
+ "getter": "get_extra_cull_margin"
},
{
"type": "float",
"name": "lod_bias",
"setter": "set_lod_bias",
- "getter": "get_lod_bias",
- "index": -1
+ "getter": "get_lod_bias"
},
{
"type": "bool",
"name": "ignore_occlusion_culling",
"setter": "set_ignore_occlusion_culling",
- "getter": "is_ignoring_occlusion_culling",
- "index": -1
+ "getter": "is_ignoring_occlusion_culling"
},
{
"type": "int",
"name": "gi_mode",
"setter": "set_gi_mode",
- "getter": "get_gi_mode",
- "index": -1
+ "getter": "get_gi_mode"
},
{
"type": "int",
"name": "gi_lightmap_scale",
"setter": "set_lightmap_scale",
- "getter": "get_lightmap_scale",
- "index": -1
+ "getter": "get_lightmap_scale"
},
{
"type": "float",
"name": "visibility_range_begin",
"setter": "set_visibility_range_begin",
- "getter": "get_visibility_range_begin",
- "index": -1
+ "getter": "get_visibility_range_begin"
},
{
"type": "float",
"name": "visibility_range_begin_margin",
"setter": "set_visibility_range_begin_margin",
- "getter": "get_visibility_range_begin_margin",
- "index": -1
+ "getter": "get_visibility_range_begin_margin"
},
{
"type": "float",
"name": "visibility_range_end",
"setter": "set_visibility_range_end",
- "getter": "get_visibility_range_end",
- "index": -1
+ "getter": "get_visibility_range_end"
},
{
"type": "float",
"name": "visibility_range_end_margin",
"setter": "set_visibility_range_end_margin",
- "getter": "get_visibility_range_end_margin",
- "index": -1
+ "getter": "get_visibility_range_end_margin"
},
{
"type": "int",
"name": "visibility_range_fade_mode",
"setter": "set_visibility_range_fade_mode",
- "getter": "get_visibility_range_fade_mode",
- "index": -1
+ "getter": "get_visibility_range_fade_mode"
}
]
},
@@ -101274,22 +100333,19 @@
"type": "int",
"name": "interpolation_mode",
"setter": "set_interpolation_mode",
- "getter": "get_interpolation_mode",
- "index": -1
+ "getter": "get_interpolation_mode"
},
{
"type": "PackedFloat32Array",
"name": "offsets",
"setter": "set_offsets",
- "getter": "get_offsets",
- "index": -1
+ "getter": "get_offsets"
},
{
"type": "PackedColorArray",
"name": "colors",
"setter": "set_colors",
- "getter": "get_colors",
- "index": -1
+ "getter": "get_colors"
}
]
},
@@ -101371,22 +100427,19 @@
"type": "Gradient",
"name": "gradient",
"setter": "set_gradient",
- "getter": "get_gradient",
- "index": -1
+ "getter": "get_gradient"
},
{
"type": "int",
"name": "width",
"setter": "set_width",
- "getter": "get_width",
- "index": -1
+ "getter": "get_width"
},
{
"type": "bool",
"name": "use_hdr",
"setter": "set_use_hdr",
- "getter": "is_using_hdr",
- "index": -1
+ "getter": "is_using_hdr"
}
]
},
@@ -101617,57 +100670,49 @@
"type": "Gradient",
"name": "gradient",
"setter": "set_gradient",
- "getter": "get_gradient",
- "index": -1
+ "getter": "get_gradient"
},
{
"type": "int",
"name": "width",
"setter": "set_width",
- "getter": "get_width",
- "index": -1
+ "getter": "get_width"
},
{
"type": "int",
"name": "height",
"setter": "set_height",
- "getter": "get_height",
- "index": -1
+ "getter": "get_height"
},
{
"type": "bool",
"name": "use_hdr",
"setter": "set_use_hdr",
- "getter": "is_using_hdr",
- "index": -1
+ "getter": "is_using_hdr"
},
{
"type": "int",
"name": "fill",
"setter": "set_fill",
- "getter": "get_fill",
- "index": -1
+ "getter": "get_fill"
},
{
"type": "Vector2",
"name": "fill_from",
"setter": "set_fill_from",
- "getter": "get_fill_from",
- "index": -1
+ "getter": "get_fill_from"
},
{
"type": "Vector2",
"name": "fill_to",
"setter": "set_fill_to",
- "getter": "get_fill_to",
- "index": -1
+ "getter": "get_fill_to"
},
{
"type": "int",
"name": "repeat",
"setter": "set_repeat",
- "getter": "get_repeat",
- "index": -1
+ "getter": "get_repeat"
}
]
},
@@ -102701,7 +101746,7 @@
"arguments": [
{
"name": "from_node",
- "type": "String"
+ "type": "StringName"
},
{
"name": "from_port",
@@ -102722,120 +101767,103 @@
"type": "bool",
"name": "right_disconnects",
"setter": "set_right_disconnects",
- "getter": "is_right_disconnects_enabled",
- "index": -1
+ "getter": "is_right_disconnects_enabled"
},
{
"type": "Vector2",
"name": "scroll_offset",
"setter": "set_scroll_ofs",
- "getter": "get_scroll_ofs",
- "index": -1
+ "getter": "get_scroll_ofs"
},
{
"type": "int",
"name": "snap_distance",
"setter": "set_snap",
- "getter": "get_snap",
- "index": -1
+ "getter": "get_snap"
},
{
"type": "bool",
"name": "use_snap",
"setter": "set_use_snap",
- "getter": "is_using_snap",
- "index": -1
+ "getter": "is_using_snap"
},
{
"type": "int",
"name": "panning_scheme",
"setter": "set_panning_scheme",
- "getter": "get_panning_scheme",
- "index": -1
+ "getter": "get_panning_scheme"
},
{
"type": "float",
"name": "connection_lines_curvature",
"setter": "set_connection_lines_curvature",
- "getter": "get_connection_lines_curvature",
- "index": -1
+ "getter": "get_connection_lines_curvature"
},
{
"type": "float",
"name": "connection_lines_thickness",
"setter": "set_connection_lines_thickness",
- "getter": "get_connection_lines_thickness",
- "index": -1
+ "getter": "get_connection_lines_thickness"
},
{
"type": "bool",
"name": "connection_lines_antialiased",
"setter": "set_connection_lines_antialiased",
- "getter": "is_connection_lines_antialiased",
- "index": -1
+ "getter": "is_connection_lines_antialiased"
},
{
"type": "float",
"name": "zoom",
"setter": "set_zoom",
- "getter": "get_zoom",
- "index": -1
+ "getter": "get_zoom"
},
{
"type": "float",
"name": "zoom_min",
"setter": "set_zoom_min",
- "getter": "get_zoom_min",
- "index": -1
+ "getter": "get_zoom_min"
},
{
"type": "float",
"name": "zoom_max",
"setter": "set_zoom_max",
- "getter": "get_zoom_max",
- "index": -1
+ "getter": "get_zoom_max"
},
{
"type": "float",
"name": "zoom_step",
"setter": "set_zoom_step",
- "getter": "get_zoom_step",
- "index": -1
+ "getter": "get_zoom_step"
},
{
"type": "bool",
"name": "show_zoom_label",
"setter": "set_show_zoom_label",
- "getter": "is_showing_zoom_label",
- "index": -1
+ "getter": "is_showing_zoom_label"
},
{
"type": "bool",
"name": "minimap_enabled",
"setter": "set_minimap_enabled",
- "getter": "is_minimap_enabled",
- "index": -1
+ "getter": "is_minimap_enabled"
},
{
"type": "Vector2",
"name": "minimap_size",
"setter": "set_minimap_size",
- "getter": "get_minimap_size",
- "index": -1
+ "getter": "get_minimap_size"
},
{
"type": "float",
"name": "minimap_opacity",
"setter": "set_minimap_opacity",
- "getter": "get_minimap_opacity",
- "index": -1
+ "getter": "get_minimap_opacity"
},
{
"type": "bool",
"name": "arrange_nodes_button_hidden",
"setter": "set_arrange_nodes_button_hidden",
- "getter": "is_arrange_nodes_button_hidden",
- "index": -1
+ "getter": "is_arrange_nodes_button_hidden"
}
]
},
@@ -103747,78 +102775,67 @@
"type": "String",
"name": "title",
"setter": "set_title",
- "getter": "get_title",
- "index": -1
+ "getter": "get_title"
},
{
"type": "Vector2",
"name": "position_offset",
"setter": "set_position_offset",
- "getter": "get_position_offset",
- "index": -1
+ "getter": "get_position_offset"
},
{
"type": "bool",
"name": "show_close",
"setter": "set_show_close_button",
- "getter": "is_close_button_visible",
- "index": -1
+ "getter": "is_close_button_visible"
},
{
"type": "bool",
"name": "resizable",
"setter": "set_resizable",
- "getter": "is_resizable",
- "index": -1
+ "getter": "is_resizable"
},
{
"type": "bool",
"name": "draggable",
"setter": "set_draggable",
- "getter": "is_draggable",
- "index": -1
+ "getter": "is_draggable"
},
{
"type": "bool",
"name": "selectable",
"setter": "set_selectable",
- "getter": "is_selectable",
- "index": -1
+ "getter": "is_selectable"
},
{
"type": "bool",
"name": "selected",
"setter": "set_selected",
- "getter": "is_selected",
- "index": -1
+ "getter": "is_selected"
},
{
"type": "bool",
"name": "comment",
"setter": "set_comment",
- "getter": "is_comment",
- "index": -1
+ "getter": "is_comment"
},
{
"type": "int",
"name": "overlay",
"setter": "set_overlay",
- "getter": "get_overlay",
- "index": -1
+ "getter": "get_overlay"
},
{
"type": "int",
"name": "text_direction",
"setter": "set_text_direction",
- "getter": "get_text_direction",
- "index": -1
+ "getter": "get_text_direction"
},
{
"type": "String",
"name": "language",
"setter": "set_language",
- "getter": "get_language",
- "index": -1
+ "getter": "get_language"
}
]
},
@@ -103862,8 +102879,7 @@
"type": "int",
"name": "columns",
"setter": "set_columns",
- "getter": "get_columns",
- "index": -1
+ "getter": "get_columns"
}
]
},
@@ -104611,85 +103627,73 @@
"type": "MeshLibrary",
"name": "mesh_library",
"setter": "set_mesh_library",
- "getter": "get_mesh_library",
- "index": -1
+ "getter": "get_mesh_library"
},
{
"type": "PhysicsMaterial",
"name": "physics_material",
"setter": "set_physics_material",
- "getter": "get_physics_material",
- "index": -1
+ "getter": "get_physics_material"
},
{
"type": "Vector3",
"name": "cell_size",
"setter": "set_cell_size",
- "getter": "get_cell_size",
- "index": -1
+ "getter": "get_cell_size"
},
{
"type": "int",
"name": "cell_octant_size",
"setter": "set_octant_size",
- "getter": "get_octant_size",
- "index": -1
+ "getter": "get_octant_size"
},
{
"type": "bool",
"name": "cell_center_x",
"setter": "set_center_x",
- "getter": "get_center_x",
- "index": -1
+ "getter": "get_center_x"
},
{
"type": "bool",
"name": "cell_center_y",
"setter": "set_center_y",
- "getter": "get_center_y",
- "index": -1
+ "getter": "get_center_y"
},
{
"type": "bool",
"name": "cell_center_z",
"setter": "set_center_z",
- "getter": "get_center_z",
- "index": -1
+ "getter": "get_center_z"
},
{
"type": "float",
"name": "cell_scale",
"setter": "set_cell_scale",
- "getter": "get_cell_scale",
- "index": -1
+ "getter": "get_cell_scale"
},
{
"type": "int",
"name": "collision_layer",
"setter": "set_collision_layer",
- "getter": "get_collision_layer",
- "index": -1
+ "getter": "get_collision_layer"
},
{
"type": "int",
"name": "collision_mask",
"setter": "set_collision_mask",
- "getter": "get_collision_mask",
- "index": -1
+ "getter": "get_collision_mask"
},
{
"type": "bool",
"name": "bake_navigation",
"setter": "set_bake_navigation",
- "getter": "is_baking_navigation",
- "index": -1
+ "getter": "is_baking_navigation"
},
{
"type": "int",
"name": "navigation_layers",
"setter": "set_navigation_layers",
- "getter": "get_navigation_layers",
- "index": -1
+ "getter": "get_navigation_layers"
}
]
},
@@ -104760,15 +103764,13 @@
"type": "float",
"name": "length",
"setter": "set_length",
- "getter": "get_length",
- "index": -1
+ "getter": "get_length"
},
{
"type": "float",
"name": "initial_offset",
"setter": "set_initial_offset",
- "getter": "get_initial_offset",
- "index": -1
+ "getter": "get_initial_offset"
}
]
},
@@ -105562,22 +104564,19 @@
"type": "bool",
"name": "blocking_mode_enabled",
"setter": "set_blocking_mode",
- "getter": "is_blocking_mode_enabled",
- "index": -1
+ "getter": "is_blocking_mode_enabled"
},
{
"type": "StreamPeer",
"name": "connection",
"setter": "set_connection",
- "getter": "get_connection",
- "index": -1
+ "getter": "get_connection"
},
{
"type": "int",
"name": "read_chunk_size",
"setter": "set_read_chunk_size",
- "getter": "get_read_chunk_size",
- "index": -1
+ "getter": "get_read_chunk_size"
}
]
},
@@ -106019,50 +105018,43 @@
"type": "String",
"name": "download_file",
"setter": "set_download_file",
- "getter": "get_download_file",
- "index": -1
+ "getter": "get_download_file"
},
{
"type": "int",
"name": "download_chunk_size",
"setter": "set_download_chunk_size",
- "getter": "get_download_chunk_size",
- "index": -1
+ "getter": "get_download_chunk_size"
},
{
"type": "bool",
"name": "use_threads",
"setter": "set_use_threads",
- "getter": "is_using_threads",
- "index": -1
+ "getter": "is_using_threads"
},
{
"type": "bool",
"name": "accept_gzip",
"setter": "set_accept_gzip",
- "getter": "is_accepting_gzip",
- "index": -1
+ "getter": "is_accepting_gzip"
},
{
"type": "int",
"name": "body_size_limit",
"setter": "set_body_size_limit",
- "getter": "get_body_size_limit",
- "index": -1
+ "getter": "get_body_size_limit"
},
{
"type": "int",
"name": "max_redirects",
"setter": "set_max_redirects",
- "getter": "get_max_redirects",
- "index": -1
+ "getter": "get_max_redirects"
},
{
"type": "float",
"name": "timeout",
"setter": "set_timeout",
- "getter": "get_timeout",
- "index": -1
+ "getter": "get_timeout"
}
]
},
@@ -106232,22 +105224,19 @@
"type": "int",
"name": "map_width",
"setter": "set_map_width",
- "getter": "get_map_width",
- "index": -1
+ "getter": "get_map_width"
},
{
"type": "int",
"name": "map_depth",
"setter": "set_map_depth",
- "getter": "get_map_depth",
- "index": -1
+ "getter": "get_map_depth"
},
{
"type": "PackedFloat32Array",
"name": "map_data",
"setter": "set_map_data",
- "getter": "get_map_data",
- "index": -1
+ "getter": "get_map_data"
}
]
},
@@ -108030,8 +107019,7 @@
"type": "Dictionary",
"name": "data",
"setter": "_set_data",
- "getter": "_get_data",
- "index": -1
+ "getter": "_get_data"
}
]
},
@@ -108969,22 +107957,19 @@
"type": "ImporterMesh",
"name": "mesh",
"setter": "set_mesh",
- "getter": "get_mesh",
- "index": -1
+ "getter": "get_mesh"
},
{
"type": "Skin",
"name": "skin",
"setter": "set_skin",
- "getter": "get_skin",
- "index": -1
+ "getter": "get_skin"
},
{
"type": "NodePath",
"name": "skeleton_path",
"setter": "set_skeleton_path",
- "getter": "get_skeleton_path",
- "index": -1
+ "getter": "get_skeleton_path"
}
]
},
@@ -109883,15 +108868,13 @@
"type": "int",
"name": "mouse_mode",
"setter": "set_mouse_mode",
- "getter": "get_mouse_mode",
- "index": -1
+ "getter": "get_mouse_mode"
},
{
"type": "bool",
"name": "use_accumulated_input",
"setter": "set_use_accumulated_input",
- "getter": "is_using_accumulated_input",
- "index": -1
+ "getter": "is_using_accumulated_input"
}
]
},
@@ -110134,8 +109117,7 @@
"type": "int",
"name": "device",
"setter": "set_device",
- "getter": "get_device",
- "index": -1
+ "getter": "get_device"
}
]
},
@@ -110218,22 +109200,19 @@
"type": "StringName",
"name": "action",
"setter": "set_action",
- "getter": "get_action",
- "index": -1
+ "getter": "get_action"
},
{
"type": "bool",
"name": "pressed",
"setter": "set_pressed",
- "getter": "is_pressed",
- "index": -1
+ "getter": "is_pressed"
},
{
"type": "float",
"name": "strength",
"setter": "set_strength",
- "getter": "get_strength",
- "index": -1
+ "getter": "get_strength"
}
]
},
@@ -110277,8 +109256,7 @@
"type": "int",
"name": "window_id",
"setter": "set_window_id",
- "getter": "get_window_id",
- "index": -1
+ "getter": "get_window_id"
}
]
},
@@ -110320,8 +109298,7 @@
"type": "Vector2",
"name": "position",
"setter": "set_position",
- "getter": "get_position",
- "index": -1
+ "getter": "get_position"
}
]
},
@@ -110404,22 +109381,19 @@
"type": "int",
"name": "button_index",
"setter": "set_button_index",
- "getter": "get_button_index",
- "index": -1
+ "getter": "get_button_index"
},
{
"type": "float",
"name": "pressure",
"setter": "set_pressure",
- "getter": "get_pressure",
- "index": -1
+ "getter": "get_pressure"
},
{
"type": "bool",
"name": "pressed",
"setter": "set_pressed",
- "getter": "is_pressed",
- "index": -1
+ "getter": "is_pressed"
}
]
},
@@ -110488,15 +109462,13 @@
"type": "int",
"name": "axis",
"setter": "set_axis",
- "getter": "get_axis",
- "index": -1
+ "getter": "get_axis"
},
{
"type": "float",
"name": "axis_value",
"setter": "set_axis_value",
- "getter": "get_axis_value",
- "index": -1
+ "getter": "get_axis_value"
}
]
},
@@ -110638,36 +109610,31 @@
"type": "bool",
"name": "pressed",
"setter": "set_pressed",
- "getter": "is_pressed",
- "index": -1
+ "getter": "is_pressed"
},
{
"type": "int",
"name": "keycode",
"setter": "set_keycode",
- "getter": "get_keycode",
- "index": -1
+ "getter": "get_keycode"
},
{
"type": "int",
"name": "physical_keycode",
"setter": "set_physical_keycode",
- "getter": "get_physical_keycode",
- "index": -1
+ "getter": "get_physical_keycode"
},
{
"type": "int",
"name": "unicode",
"setter": "set_unicode",
- "getter": "get_unicode",
- "index": -1
+ "getter": "get_unicode"
},
{
"type": "bool",
"name": "echo",
"setter": "set_echo",
- "getter": "is_echo",
- "index": -1
+ "getter": "is_echo"
}
]
},
@@ -110898,57 +109865,49 @@
"type": "int",
"name": "channel",
"setter": "set_channel",
- "getter": "get_channel",
- "index": -1
+ "getter": "get_channel"
},
{
"type": "int",
"name": "message",
"setter": "set_message",
- "getter": "get_message",
- "index": -1
+ "getter": "get_message"
},
{
"type": "int",
"name": "pitch",
"setter": "set_pitch",
- "getter": "get_pitch",
- "index": -1
+ "getter": "get_pitch"
},
{
"type": "int",
"name": "velocity",
"setter": "set_velocity",
- "getter": "get_velocity",
- "index": -1
+ "getter": "get_velocity"
},
{
"type": "int",
"name": "instrument",
"setter": "set_instrument",
- "getter": "get_instrument",
- "index": -1
+ "getter": "get_instrument"
},
{
"type": "int",
"name": "pressure",
"setter": "set_pressure",
- "getter": "get_pressure",
- "index": -1
+ "getter": "get_pressure"
},
{
"type": "int",
"name": "controller_number",
"setter": "set_controller_number",
- "getter": "get_controller_number",
- "index": -1
+ "getter": "get_controller_number"
},
{
"type": "int",
"name": "controller_value",
"setter": "set_controller_value",
- "getter": "get_controller_value",
- "index": -1
+ "getter": "get_controller_value"
}
]
},
@@ -110992,8 +109951,7 @@
"type": "float",
"name": "factor",
"setter": "set_factor",
- "getter": "get_factor",
- "index": -1
+ "getter": "get_factor"
}
]
},
@@ -111085,22 +110043,19 @@
"type": "int",
"name": "button_mask",
"setter": "set_button_mask",
- "getter": "get_button_mask",
- "index": -1
+ "getter": "get_button_mask"
},
{
"type": "Vector2",
"name": "position",
"setter": "set_position",
- "getter": "get_position",
- "index": -1
+ "getter": "get_position"
},
{
"type": "Vector2",
"name": "global_position",
"setter": "set_global_position",
- "getter": "get_global_position",
- "index": -1
+ "getter": "get_global_position"
}
]
},
@@ -111208,29 +110163,25 @@
"type": "float",
"name": "factor",
"setter": "set_factor",
- "getter": "get_factor",
- "index": -1
+ "getter": "get_factor"
},
{
"type": "int",
"name": "button_index",
"setter": "set_button_index",
- "getter": "get_button_index",
- "index": -1
+ "getter": "get_button_index"
},
{
"type": "bool",
"name": "pressed",
"setter": "set_pressed",
- "getter": "is_pressed",
- "index": -1
+ "getter": "is_pressed"
},
{
"type": "bool",
"name": "double_click",
"setter": "set_double_click",
- "getter": "is_double_click",
- "index": -1
+ "getter": "is_double_click"
}
]
},
@@ -111374,36 +110325,31 @@
"type": "Vector2",
"name": "tilt",
"setter": "set_tilt",
- "getter": "get_tilt",
- "index": -1
+ "getter": "get_tilt"
},
{
"type": "float",
"name": "pressure",
"setter": "set_pressure",
- "getter": "get_pressure",
- "index": -1
+ "getter": "get_pressure"
},
{
"type": "bool",
"name": "pen_inverted",
"setter": "set_pen_inverted",
- "getter": "get_pen_inverted",
- "index": -1
+ "getter": "get_pen_inverted"
},
{
"type": "Vector2",
"name": "relative",
"setter": "set_relative",
- "getter": "get_relative",
- "index": -1
+ "getter": "get_relative"
},
{
"type": "Vector2",
"name": "velocity",
"setter": "set_velocity",
- "getter": "get_velocity",
- "index": -1
+ "getter": "get_velocity"
}
]
},
@@ -111445,8 +110391,7 @@
"type": "Vector2",
"name": "delta",
"setter": "set_delta",
- "getter": "get_delta",
- "index": -1
+ "getter": "get_delta"
}
]
},
@@ -111565,29 +110510,25 @@
"type": "int",
"name": "index",
"setter": "set_index",
- "getter": "get_index",
- "index": -1
+ "getter": "get_index"
},
{
"type": "Vector2",
"name": "position",
"setter": "set_position",
- "getter": "get_position",
- "index": -1
+ "getter": "get_position"
},
{
"type": "Vector2",
"name": "relative",
"setter": "set_relative",
- "getter": "get_relative",
- "index": -1
+ "getter": "get_relative"
},
{
"type": "Vector2",
"name": "velocity",
"setter": "set_velocity",
- "getter": "get_velocity",
- "index": -1
+ "getter": "get_velocity"
}
]
},
@@ -111695,29 +110636,25 @@
"type": "int",
"name": "index",
"setter": "set_index",
- "getter": "get_index",
- "index": -1
+ "getter": "get_index"
},
{
"type": "Vector2",
"name": "position",
"setter": "set_position",
- "getter": "get_position",
- "index": -1
+ "getter": "get_position"
},
{
"type": "bool",
"name": "pressed",
"setter": "set_pressed",
- "getter": "is_pressed",
- "index": -1
+ "getter": "is_pressed"
},
{
"type": "bool",
"name": "double_tap",
"setter": "set_double_tap",
- "getter": "is_double_tap",
- "index": -1
+ "getter": "is_double_tap"
}
]
},
@@ -111759,8 +110696,7 @@
"type": "Shortcut",
"name": "shortcut",
"setter": "set_shortcut",
- "getter": "get_shortcut",
- "index": -1
+ "getter": "get_shortcut"
}
]
},
@@ -111913,36 +110849,31 @@
"type": "bool",
"name": "command_or_control_autoremap",
"setter": "set_command_or_control_autoremap",
- "getter": "is_command_or_control_autoremap",
- "index": -1
+ "getter": "is_command_or_control_autoremap"
},
{
"type": "bool",
"name": "alt_pressed",
"setter": "set_alt_pressed",
- "getter": "is_alt_pressed",
- "index": -1
+ "getter": "is_alt_pressed"
},
{
"type": "bool",
"name": "shift_pressed",
"setter": "set_shift_pressed",
- "getter": "is_shift_pressed",
- "index": -1
+ "getter": "is_shift_pressed"
},
{
"type": "bool",
"name": "ctrl_pressed",
"setter": "set_ctrl_pressed",
- "getter": "is_ctrl_pressed",
- "index": -1
+ "getter": "is_ctrl_pressed"
},
{
"type": "bool",
"name": "meta_pressed",
"setter": "set_meta_pressed",
- "getter": "is_meta_pressed",
- "index": -1
+ "getter": "is_meta_pressed"
}
]
},
@@ -113430,92 +112361,79 @@
"type": "int",
"name": "select_mode",
"setter": "set_select_mode",
- "getter": "get_select_mode",
- "index": -1
+ "getter": "get_select_mode"
},
{
"type": "bool",
"name": "allow_reselect",
"setter": "set_allow_reselect",
- "getter": "get_allow_reselect",
- "index": -1
+ "getter": "get_allow_reselect"
},
{
"type": "bool",
"name": "allow_rmb_select",
"setter": "set_allow_rmb_select",
- "getter": "get_allow_rmb_select",
- "index": -1
+ "getter": "get_allow_rmb_select"
},
{
"type": "int",
"name": "max_text_lines",
"setter": "set_max_text_lines",
- "getter": "get_max_text_lines",
- "index": -1
+ "getter": "get_max_text_lines"
},
{
"type": "bool",
"name": "auto_height",
"setter": "set_auto_height",
- "getter": "has_auto_height",
- "index": -1
+ "getter": "has_auto_height"
},
{
"type": "int",
"name": "text_overrun_behavior",
"setter": "set_text_overrun_behavior",
- "getter": "get_text_overrun_behavior",
- "index": -1
+ "getter": "get_text_overrun_behavior"
},
{
"type": "int",
"name": "item_count",
"setter": "set_item_count",
- "getter": "get_item_count",
- "index": -1
+ "getter": "get_item_count"
},
{
"type": "int",
"name": "max_columns",
"setter": "set_max_columns",
- "getter": "get_max_columns",
- "index": -1
+ "getter": "get_max_columns"
},
{
"type": "bool",
"name": "same_column_width",
"setter": "set_same_column_width",
- "getter": "is_same_column_width",
- "index": -1
+ "getter": "is_same_column_width"
},
{
"type": "int",
"name": "fixed_column_width",
"setter": "set_fixed_column_width",
- "getter": "get_fixed_column_width",
- "index": -1
+ "getter": "get_fixed_column_width"
},
{
"type": "int",
"name": "icon_mode",
"setter": "set_icon_mode",
- "getter": "get_icon_mode",
- "index": -1
+ "getter": "get_icon_mode"
},
{
"type": "float",
"name": "icon_scale",
"setter": "set_icon_scale",
- "getter": "get_icon_scale",
- "index": -1
+ "getter": "get_icon_scale"
},
{
"type": "Vector2i",
"name": "fixed_icon_size",
"setter": "set_fixed_icon_size",
- "getter": "get_fixed_icon_size",
- "index": -1
+ "getter": "get_fixed_icon_size"
}
]
},
@@ -113653,8 +112571,7 @@
"type": "Variant",
"name": "data",
"setter": "set_data",
- "getter": "get_data",
- "index": -1
+ "getter": "get_data"
}
]
},
@@ -114133,29 +113050,25 @@
"type": "NodePath",
"name": "node_a",
"setter": "set_node_a",
- "getter": "get_node_a",
- "index": -1
+ "getter": "get_node_a"
},
{
"type": "NodePath",
"name": "node_b",
"setter": "set_node_b",
- "getter": "get_node_b",
- "index": -1
+ "getter": "get_node_b"
},
{
"type": "float",
"name": "bias",
"setter": "set_bias",
- "getter": "get_bias",
- "index": -1
+ "getter": "get_bias"
},
{
"type": "bool",
"name": "disable_collision",
"setter": "set_exclude_nodes_from_collision",
- "getter": "get_exclude_nodes_from_collision",
- "index": -1
+ "getter": "get_exclude_nodes_from_collision"
}
]
},
@@ -114274,29 +113187,25 @@
"type": "NodePath",
"name": "node_a",
"setter": "set_node_a",
- "getter": "get_node_a",
- "index": -1
+ "getter": "get_node_a"
},
{
"type": "NodePath",
"name": "node_b",
"setter": "set_node_b",
- "getter": "get_node_b",
- "index": -1
+ "getter": "get_node_b"
},
{
"type": "int",
"name": "solver_priority",
"setter": "set_solver_priority",
- "getter": "get_solver_priority",
- "index": -1
+ "getter": "get_solver_priority"
},
{
"type": "bool",
"name": "exclude_nodes_from_collision",
"setter": "set_exclude_nodes_from_collision",
- "getter": "get_exclude_nodes_from_collision",
- "index": -1
+ "getter": "get_exclude_nodes_from_collision"
}
]
},
@@ -115218,120 +114127,103 @@
"type": "String",
"name": "text",
"setter": "set_text",
- "getter": "get_text",
- "index": -1
+ "getter": "get_text"
},
{
"type": "LabelSettings",
"name": "label_settings",
"setter": "set_label_settings",
- "getter": "get_label_settings",
- "index": -1
+ "getter": "get_label_settings"
},
{
"type": "int",
"name": "horizontal_alignment",
"setter": "set_horizontal_alignment",
- "getter": "get_horizontal_alignment",
- "index": -1
+ "getter": "get_horizontal_alignment"
},
{
"type": "int",
"name": "vertical_alignment",
"setter": "set_vertical_alignment",
- "getter": "get_vertical_alignment",
- "index": -1
+ "getter": "get_vertical_alignment"
},
{
"type": "int",
"name": "autowrap_mode",
"setter": "set_autowrap_mode",
- "getter": "get_autowrap_mode",
- "index": -1
+ "getter": "get_autowrap_mode"
},
{
"type": "bool",
"name": "clip_text",
"setter": "set_clip_text",
- "getter": "is_clipping_text",
- "index": -1
+ "getter": "is_clipping_text"
},
{
"type": "int",
"name": "text_overrun_behavior",
"setter": "set_text_overrun_behavior",
- "getter": "get_text_overrun_behavior",
- "index": -1
+ "getter": "get_text_overrun_behavior"
},
{
"type": "bool",
"name": "uppercase",
"setter": "set_uppercase",
- "getter": "is_uppercase",
- "index": -1
+ "getter": "is_uppercase"
},
{
"type": "int",
"name": "lines_skipped",
"setter": "set_lines_skipped",
- "getter": "get_lines_skipped",
- "index": -1
+ "getter": "get_lines_skipped"
},
{
"type": "int",
"name": "max_lines_visible",
"setter": "set_max_lines_visible",
- "getter": "get_max_lines_visible",
- "index": -1
+ "getter": "get_max_lines_visible"
},
{
"type": "int",
"name": "visible_characters",
"setter": "set_visible_characters",
- "getter": "get_visible_characters",
- "index": -1
+ "getter": "get_visible_characters"
},
{
"type": "int",
"name": "visible_characters_behavior",
"setter": "set_visible_characters_behavior",
- "getter": "get_visible_characters_behavior",
- "index": -1
+ "getter": "get_visible_characters_behavior"
},
{
"type": "float",
"name": "visible_ratio",
"setter": "set_visible_ratio",
- "getter": "get_visible_ratio",
- "index": -1
+ "getter": "get_visible_ratio"
},
{
"type": "int",
"name": "text_direction",
"setter": "set_text_direction",
- "getter": "get_text_direction",
- "index": -1
+ "getter": "get_text_direction"
},
{
"type": "String",
"name": "language",
"setter": "set_language",
- "getter": "get_language",
- "index": -1
+ "getter": "get_language"
},
{
"type": "int",
"name": "structured_text_bidi_override",
"setter": "set_structured_text_bidi_override",
- "getter": "get_structured_text_bidi_override",
- "index": -1
+ "getter": "get_structured_text_bidi_override"
},
{
"type": "Array",
"name": "structured_text_bidi_override_options",
"setter": "set_structured_text_bidi_override_options",
- "getter": "get_structured_text_bidi_override_options",
- "index": -1
+ "getter": "get_structured_text_bidi_override_options"
}
]
},
@@ -116056,22 +114948,19 @@
"type": "float",
"name": "pixel_size",
"setter": "set_pixel_size",
- "getter": "get_pixel_size",
- "index": -1
+ "getter": "get_pixel_size"
},
{
"type": "Vector2",
"name": "offset",
"setter": "set_offset",
- "getter": "get_offset",
- "index": -1
+ "getter": "get_offset"
},
{
"type": "int",
"name": "billboard",
"setter": "set_billboard_mode",
- "getter": "get_billboard_mode",
- "index": -1
+ "getter": "get_billboard_mode"
},
{
"type": "bool",
@@ -116105,148 +114994,127 @@
"type": "int",
"name": "alpha_cut",
"setter": "set_alpha_cut_mode",
- "getter": "get_alpha_cut_mode",
- "index": -1
+ "getter": "get_alpha_cut_mode"
},
{
"type": "float",
"name": "alpha_scissor_threshold",
"setter": "set_alpha_scissor_threshold",
- "getter": "get_alpha_scissor_threshold",
- "index": -1
+ "getter": "get_alpha_scissor_threshold"
},
{
"type": "int",
"name": "texture_filter",
"setter": "set_texture_filter",
- "getter": "get_texture_filter",
- "index": -1
+ "getter": "get_texture_filter"
},
{
"type": "int",
"name": "render_priority",
"setter": "set_render_priority",
- "getter": "get_render_priority",
- "index": -1
+ "getter": "get_render_priority"
},
{
"type": "int",
"name": "outline_render_priority",
"setter": "set_outline_render_priority",
- "getter": "get_outline_render_priority",
- "index": -1
+ "getter": "get_outline_render_priority"
},
{
"type": "Color",
"name": "modulate",
"setter": "set_modulate",
- "getter": "get_modulate",
- "index": -1
+ "getter": "get_modulate"
},
{
"type": "Color",
"name": "outline_modulate",
"setter": "set_outline_modulate",
- "getter": "get_outline_modulate",
- "index": -1
+ "getter": "get_outline_modulate"
},
{
"type": "String",
"name": "text",
"setter": "set_text",
- "getter": "get_text",
- "index": -1
+ "getter": "get_text"
},
{
"type": "Font",
"name": "font",
"setter": "set_font",
- "getter": "get_font",
- "index": -1
+ "getter": "get_font"
},
{
"type": "int",
"name": "font_size",
"setter": "set_font_size",
- "getter": "get_font_size",
- "index": -1
+ "getter": "get_font_size"
},
{
"type": "int",
"name": "outline_size",
"setter": "set_outline_size",
- "getter": "get_outline_size",
- "index": -1
+ "getter": "get_outline_size"
},
{
"type": "int",
"name": "horizontal_alignment",
"setter": "set_horizontal_alignment",
- "getter": "get_horizontal_alignment",
- "index": -1
+ "getter": "get_horizontal_alignment"
},
{
"type": "int",
"name": "vertical_alignment",
"setter": "set_vertical_alignment",
- "getter": "get_vertical_alignment",
- "index": -1
+ "getter": "get_vertical_alignment"
},
{
"type": "bool",
"name": "uppercase",
"setter": "set_uppercase",
- "getter": "is_uppercase",
- "index": -1
+ "getter": "is_uppercase"
},
{
"type": "float",
"name": "line_spacing",
"setter": "set_line_spacing",
- "getter": "get_line_spacing",
- "index": -1
+ "getter": "get_line_spacing"
},
{
"type": "int",
"name": "autowrap_mode",
"setter": "set_autowrap_mode",
- "getter": "get_autowrap_mode",
- "index": -1
+ "getter": "get_autowrap_mode"
},
{
"type": "float",
"name": "width",
"setter": "set_width",
- "getter": "get_width",
- "index": -1
+ "getter": "get_width"
},
{
"type": "int",
"name": "text_direction",
"setter": "set_text_direction",
- "getter": "get_text_direction",
- "index": -1
+ "getter": "get_text_direction"
},
{
"type": "String",
"name": "language",
"setter": "set_language",
- "getter": "get_language",
- "index": -1
+ "getter": "get_language"
},
{
"type": "int",
"name": "structured_text_bidi_override",
"setter": "set_structured_text_bidi_override",
- "getter": "get_structured_text_bidi_override",
- "index": -1
+ "getter": "get_structured_text_bidi_override"
},
{
"type": "Array",
"name": "structured_text_bidi_override_options",
"setter": "set_structured_text_bidi_override_options",
- "getter": "get_structured_text_bidi_override_options",
- "index": -1
+ "getter": "get_structured_text_bidi_override_options"
}
]
},
@@ -116496,64 +115364,55 @@
"type": "float",
"name": "line_spacing",
"setter": "set_line_spacing",
- "getter": "get_line_spacing",
- "index": -1
+ "getter": "get_line_spacing"
},
{
"type": "Font",
"name": "font",
"setter": "set_font",
- "getter": "get_font",
- "index": -1
+ "getter": "get_font"
},
{
"type": "int",
"name": "font_size",
"setter": "set_font_size",
- "getter": "get_font_size",
- "index": -1
+ "getter": "get_font_size"
},
{
"type": "Color",
"name": "font_color",
"setter": "set_font_color",
- "getter": "get_font_color",
- "index": -1
+ "getter": "get_font_color"
},
{
"type": "int",
"name": "outline_size",
"setter": "set_outline_size",
- "getter": "get_outline_size",
- "index": -1
+ "getter": "get_outline_size"
},
{
"type": "Color",
"name": "outline_color",
"setter": "set_outline_color",
- "getter": "get_outline_color",
- "index": -1
+ "getter": "get_outline_color"
},
{
"type": "int",
"name": "shadow_size",
"setter": "set_shadow_size",
- "getter": "get_shadow_size",
- "index": -1
+ "getter": "get_shadow_size"
},
{
"type": "Color",
"name": "shadow_color",
"setter": "set_shadow_color",
- "getter": "get_shadow_color",
- "index": -1
+ "getter": "get_shadow_color"
},
{
"type": "Vector2",
"name": "shadow_offset",
"setter": "set_shadow_offset",
- "getter": "get_shadow_offset",
- "index": -1
+ "getter": "get_shadow_offset"
}
]
},
@@ -117026,106 +115885,91 @@
"type": "bool",
"name": "enabled",
"setter": "set_enabled",
- "getter": "is_enabled",
- "index": -1
+ "getter": "is_enabled"
},
{
"type": "bool",
"name": "editor_only",
"setter": "set_editor_only",
- "getter": "is_editor_only",
- "index": -1
+ "getter": "is_editor_only"
},
{
"type": "Color",
"name": "color",
"setter": "set_color",
- "getter": "get_color",
- "index": -1
+ "getter": "get_color"
},
{
"type": "float",
"name": "energy",
"setter": "set_energy",
- "getter": "get_energy",
- "index": -1
+ "getter": "get_energy"
},
{
"type": "int",
"name": "blend_mode",
"setter": "set_blend_mode",
- "getter": "get_blend_mode",
- "index": -1
+ "getter": "get_blend_mode"
},
{
"type": "int",
"name": "range_z_min",
"setter": "set_z_range_min",
- "getter": "get_z_range_min",
- "index": -1
+ "getter": "get_z_range_min"
},
{
"type": "int",
"name": "range_z_max",
"setter": "set_z_range_max",
- "getter": "get_z_range_max",
- "index": -1
+ "getter": "get_z_range_max"
},
{
"type": "int",
"name": "range_layer_min",
"setter": "set_layer_range_min",
- "getter": "get_layer_range_min",
- "index": -1
+ "getter": "get_layer_range_min"
},
{
"type": "int",
"name": "range_layer_max",
"setter": "set_layer_range_max",
- "getter": "get_layer_range_max",
- "index": -1
+ "getter": "get_layer_range_max"
},
{
"type": "int",
"name": "range_item_cull_mask",
"setter": "set_item_cull_mask",
- "getter": "get_item_cull_mask",
- "index": -1
+ "getter": "get_item_cull_mask"
},
{
"type": "bool",
"name": "shadow_enabled",
"setter": "set_shadow_enabled",
- "getter": "is_shadow_enabled",
- "index": -1
+ "getter": "is_shadow_enabled"
},
{
"type": "Color",
"name": "shadow_color",
"setter": "set_shadow_color",
- "getter": "get_shadow_color",
- "index": -1
+ "getter": "get_shadow_color"
},
{
"type": "int",
"name": "shadow_filter",
"setter": "set_shadow_filter",
- "getter": "get_shadow_filter",
- "index": -1
+ "getter": "get_shadow_filter"
},
{
"type": "float",
"name": "shadow_filter_smooth",
"setter": "set_shadow_smooth",
- "getter": "get_shadow_smooth",
- "index": -1
+ "getter": "get_shadow_smooth"
},
{
"type": "int",
"name": "shadow_item_cull_mask",
"setter": "set_item_shadow_cull_mask",
- "getter": "get_item_shadow_cull_mask",
- "index": -1
+ "getter": "get_item_shadow_cull_mask"
}
]
},
@@ -117653,15 +116497,13 @@
"type": "float",
"name": "light_temperature",
"setter": "set_temperature",
- "getter": "get_temperature",
- "index": -1
+ "getter": "get_temperature"
},
{
"type": "Color",
"name": "light_color",
"setter": "set_color",
- "getter": "get_color",
- "index": -1
+ "getter": "get_color"
},
{
"type": "float",
@@ -117688,8 +116530,7 @@
"type": "Texture2D",
"name": "light_projector",
"setter": "set_projector",
- "getter": "get_projector",
- "index": -1
+ "getter": "get_projector"
},
{
"type": "float",
@@ -117709,8 +116550,7 @@
"type": "bool",
"name": "light_negative",
"setter": "set_negative",
- "getter": "is_negative",
- "index": -1
+ "getter": "is_negative"
},
{
"type": "float",
@@ -117723,22 +116563,19 @@
"type": "int",
"name": "light_bake_mode",
"setter": "set_bake_mode",
- "getter": "get_bake_mode",
- "index": -1
+ "getter": "get_bake_mode"
},
{
"type": "int",
"name": "light_cull_mask",
"setter": "set_cull_mask",
- "getter": "get_cull_mask",
- "index": -1
+ "getter": "get_cull_mask"
},
{
"type": "bool",
"name": "shadow_enabled",
"setter": "set_shadow",
- "getter": "has_shadow",
- "index": -1
+ "getter": "has_shadow"
},
{
"type": "float",
@@ -117758,8 +116595,7 @@
"type": "bool",
"name": "shadow_reverse_cull_face",
"setter": "set_shadow_reverse_cull_face",
- "getter": "get_shadow_reverse_cull_face",
- "index": -1
+ "getter": "get_shadow_reverse_cull_face"
},
{
"type": "float",
@@ -117786,36 +116622,31 @@
"type": "bool",
"name": "distance_fade_enabled",
"setter": "set_enable_distance_fade",
- "getter": "is_distance_fade_enabled",
- "index": -1
+ "getter": "is_distance_fade_enabled"
},
{
"type": "float",
"name": "distance_fade_begin",
"setter": "set_distance_fade_begin",
- "getter": "get_distance_fade_begin",
- "index": -1
+ "getter": "get_distance_fade_begin"
},
{
"type": "float",
"name": "distance_fade_shadow",
"setter": "set_distance_fade_shadow",
- "getter": "get_distance_fade_shadow",
- "index": -1
+ "getter": "get_distance_fade_shadow"
},
{
"type": "float",
"name": "distance_fade_length",
"setter": "set_distance_fade_length",
- "getter": "get_distance_fade_length",
- "index": -1
+ "getter": "get_distance_fade_length"
},
{
"type": "bool",
"name": "editor_only",
"setter": "set_editor_only",
- "getter": "is_editor_only",
- "index": -1
+ "getter": "is_editor_only"
}
]
},
@@ -117909,22 +116740,19 @@
"type": "OccluderPolygon2D",
"name": "occluder",
"setter": "set_occluder_polygon",
- "getter": "get_occluder_polygon",
- "index": -1
+ "getter": "get_occluder_polygon"
},
{
"type": "bool",
"name": "sdf_collision",
"setter": "set_as_sdf_collision",
- "getter": "is_set_as_sdf_collision",
- "index": -1
+ "getter": "is_set_as_sdf_collision"
},
{
"type": "int",
"name": "occluder_light_mask",
"setter": "set_occluder_light_mask",
- "getter": "get_occluder_light_mask",
- "index": -1
+ "getter": "get_occluder_light_mask"
}
]
},
@@ -118405,99 +117233,85 @@
"type": "int",
"name": "quality",
"setter": "set_bake_quality",
- "getter": "get_bake_quality",
- "index": -1
+ "getter": "get_bake_quality"
},
{
"type": "int",
"name": "bounces",
"setter": "set_bounces",
- "getter": "get_bounces",
- "index": -1
+ "getter": "get_bounces"
},
{
"type": "bool",
"name": "directional",
"setter": "set_directional",
- "getter": "is_directional",
- "index": -1
+ "getter": "is_directional"
},
{
"type": "bool",
"name": "interior",
"setter": "set_interior",
- "getter": "is_interior",
- "index": -1
+ "getter": "is_interior"
},
{
"type": "bool",
"name": "use_denoiser",
"setter": "set_use_denoiser",
- "getter": "is_using_denoiser",
- "index": -1
+ "getter": "is_using_denoiser"
},
{
"type": "float",
"name": "bias",
"setter": "set_bias",
- "getter": "get_bias",
- "index": -1
+ "getter": "get_bias"
},
{
"type": "int",
"name": "max_texture_size",
"setter": "set_max_texture_size",
- "getter": "get_max_texture_size",
- "index": -1
+ "getter": "get_max_texture_size"
},
{
"type": "int",
"name": "environment_mode",
"setter": "set_environment_mode",
- "getter": "get_environment_mode",
- "index": -1
+ "getter": "get_environment_mode"
},
{
"type": "Sky",
"name": "environment_custom_sky",
"setter": "set_environment_custom_sky",
- "getter": "get_environment_custom_sky",
- "index": -1
+ "getter": "get_environment_custom_sky"
},
{
"type": "Color",
"name": "environment_custom_color",
"setter": "set_environment_custom_color",
- "getter": "get_environment_custom_color",
- "index": -1
+ "getter": "get_environment_custom_color"
},
{
"type": "float",
"name": "environment_custom_energy",
"setter": "set_environment_custom_energy",
- "getter": "get_environment_custom_energy",
- "index": -1
+ "getter": "get_environment_custom_energy"
},
{
"type": "CameraAttributesPractical,CameraAttributesPhysical",
"name": "camera_attributes",
"setter": "set_camera_attributes",
- "getter": "get_camera_attributes",
- "index": -1
+ "getter": "get_camera_attributes"
},
{
"type": "int",
"name": "generate_probes_subdiv",
"setter": "set_generate_probes",
- "getter": "get_generate_probes",
- "index": -1
+ "getter": "get_generate_probes"
},
{
"type": "LightmapGIData",
"name": "light_data",
"setter": "set_light_data",
- "getter": "get_light_data",
- "index": -1
+ "getter": "get_light_data"
}
]
},
@@ -118630,36 +117444,31 @@
"type": "TextureLayered",
"name": "light_texture",
"setter": "set_light_texture",
- "getter": "get_light_texture",
- "index": -1
+ "getter": "get_light_texture"
},
{
"type": "Array",
"name": "light_textures",
"setter": "_set_light_textures_data",
- "getter": "_get_light_textures_data",
- "index": -1
+ "getter": "_get_light_textures_data"
},
{
"type": "bool",
"name": "uses_spherical_harmonics",
"setter": "set_uses_spherical_harmonics",
- "getter": "is_using_spherical_harmonics",
- "index": -1
+ "getter": "is_using_spherical_harmonics"
},
{
"type": "Array",
"name": "user_data",
"setter": "_set_user_data",
- "getter": "_get_user_data",
- "index": -1
+ "getter": "_get_user_data"
},
{
"type": "Dictionary",
"name": "probe_data",
"setter": "_set_probe_data",
- "getter": "_get_probe_data",
- "index": -1
+ "getter": "_get_probe_data"
}
]
},
@@ -119176,92 +117985,79 @@
"type": "PackedVector2Array",
"name": "points",
"setter": "set_points",
- "getter": "get_points",
- "index": -1
+ "getter": "get_points"
},
{
"type": "float",
"name": "width",
"setter": "set_width",
- "getter": "get_width",
- "index": -1
+ "getter": "get_width"
},
{
"type": "Curve",
"name": "width_curve",
"setter": "set_curve",
- "getter": "get_curve",
- "index": -1
+ "getter": "get_curve"
},
{
"type": "Color",
"name": "default_color",
"setter": "set_default_color",
- "getter": "get_default_color",
- "index": -1
+ "getter": "get_default_color"
},
{
"type": "Gradient",
"name": "gradient",
"setter": "set_gradient",
- "getter": "get_gradient",
- "index": -1
+ "getter": "get_gradient"
},
{
"type": "Texture2D",
"name": "texture",
"setter": "set_texture",
- "getter": "get_texture",
- "index": -1
+ "getter": "get_texture"
},
{
"type": "int",
"name": "texture_mode",
"setter": "set_texture_mode",
- "getter": "get_texture_mode",
- "index": -1
+ "getter": "get_texture_mode"
},
{
"type": "int",
"name": "joint_mode",
"setter": "set_joint_mode",
- "getter": "get_joint_mode",
- "index": -1
+ "getter": "get_joint_mode"
},
{
"type": "int",
"name": "begin_cap_mode",
"setter": "set_begin_cap_mode",
- "getter": "get_begin_cap_mode",
- "index": -1
+ "getter": "get_begin_cap_mode"
},
{
"type": "int",
"name": "end_cap_mode",
"setter": "set_end_cap_mode",
- "getter": "get_end_cap_mode",
- "index": -1
+ "getter": "get_end_cap_mode"
},
{
"type": "float",
"name": "sharp_limit",
"setter": "set_sharp_limit",
- "getter": "get_sharp_limit",
- "index": -1
+ "getter": "get_sharp_limit"
},
{
"type": "int",
"name": "round_precision",
"setter": "set_round_precision",
- "getter": "get_round_precision",
- "index": -1
+ "getter": "get_round_precision"
},
{
"type": "bool",
"name": "antialiased",
"setter": "set_antialiased",
- "getter": "get_antialiased",
- "index": -1
+ "getter": "get_antialiased"
}
]
},
@@ -120372,204 +119168,175 @@
"type": "String",
"name": "text",
"setter": "set_text",
- "getter": "get_text",
- "index": -1
+ "getter": "get_text"
},
{
"type": "String",
"name": "placeholder_text",
"setter": "set_placeholder",
- "getter": "get_placeholder",
- "index": -1
+ "getter": "get_placeholder"
},
{
"type": "int",
"name": "alignment",
"setter": "set_horizontal_alignment",
- "getter": "get_horizontal_alignment",
- "index": -1
+ "getter": "get_horizontal_alignment"
},
{
"type": "int",
"name": "max_length",
"setter": "set_max_length",
- "getter": "get_max_length",
- "index": -1
+ "getter": "get_max_length"
},
{
"type": "bool",
"name": "editable",
"setter": "set_editable",
- "getter": "is_editable",
- "index": -1
+ "getter": "is_editable"
},
{
"type": "bool",
"name": "secret",
"setter": "set_secret",
- "getter": "is_secret",
- "index": -1
+ "getter": "is_secret"
},
{
"type": "String",
"name": "secret_character",
"setter": "set_secret_character",
- "getter": "get_secret_character",
- "index": -1
+ "getter": "get_secret_character"
},
{
"type": "bool",
"name": "expand_to_text_length",
"setter": "set_expand_to_text_length_enabled",
- "getter": "is_expand_to_text_length_enabled",
- "index": -1
+ "getter": "is_expand_to_text_length_enabled"
},
{
"type": "bool",
"name": "context_menu_enabled",
"setter": "set_context_menu_enabled",
- "getter": "is_context_menu_enabled",
- "index": -1
+ "getter": "is_context_menu_enabled"
},
{
"type": "bool",
"name": "virtual_keyboard_enabled",
"setter": "set_virtual_keyboard_enabled",
- "getter": "is_virtual_keyboard_enabled",
- "index": -1
+ "getter": "is_virtual_keyboard_enabled"
},
{
"type": "int",
"name": "virtual_keyboard_type",
"setter": "set_virtual_keyboard_type",
- "getter": "get_virtual_keyboard_type",
- "index": -1
+ "getter": "get_virtual_keyboard_type"
},
{
"type": "bool",
"name": "clear_button_enabled",
"setter": "set_clear_button_enabled",
- "getter": "is_clear_button_enabled",
- "index": -1
+ "getter": "is_clear_button_enabled"
},
{
"type": "bool",
"name": "shortcut_keys_enabled",
"setter": "set_shortcut_keys_enabled",
- "getter": "is_shortcut_keys_enabled",
- "index": -1
+ "getter": "is_shortcut_keys_enabled"
},
{
"type": "bool",
"name": "middle_mouse_paste_enabled",
"setter": "set_middle_mouse_paste_enabled",
- "getter": "is_middle_mouse_paste_enabled",
- "index": -1
+ "getter": "is_middle_mouse_paste_enabled"
},
{
"type": "bool",
"name": "selecting_enabled",
"setter": "set_selecting_enabled",
- "getter": "is_selecting_enabled",
- "index": -1
+ "getter": "is_selecting_enabled"
},
{
"type": "bool",
"name": "deselect_on_focus_loss_enabled",
"setter": "set_deselect_on_focus_loss_enabled",
- "getter": "is_deselect_on_focus_loss_enabled",
- "index": -1
+ "getter": "is_deselect_on_focus_loss_enabled"
},
{
"type": "Texture",
"name": "right_icon",
"setter": "set_right_icon",
- "getter": "get_right_icon",
- "index": -1
+ "getter": "get_right_icon"
},
{
"type": "bool",
"name": "flat",
"setter": "set_flat",
- "getter": "is_flat",
- "index": -1
+ "getter": "is_flat"
},
{
"type": "bool",
"name": "draw_control_chars",
"setter": "set_draw_control_chars",
- "getter": "get_draw_control_chars",
- "index": -1
+ "getter": "get_draw_control_chars"
},
{
"type": "bool",
"name": "select_all_on_focus",
"setter": "set_select_all_on_focus",
- "getter": "is_select_all_on_focus",
- "index": -1
+ "getter": "is_select_all_on_focus"
},
{
"type": "bool",
"name": "caret_blink",
"setter": "set_caret_blink_enabled",
- "getter": "is_caret_blink_enabled",
- "index": -1
+ "getter": "is_caret_blink_enabled"
},
{
"type": "float",
"name": "caret_blink_interval",
"setter": "set_caret_blink_interval",
- "getter": "get_caret_blink_interval",
- "index": -1
+ "getter": "get_caret_blink_interval"
},
{
"type": "int",
"name": "caret_column",
"setter": "set_caret_column",
- "getter": "get_caret_column",
- "index": -1
+ "getter": "get_caret_column"
},
{
"type": "bool",
"name": "caret_force_displayed",
"setter": "set_caret_force_displayed",
- "getter": "is_caret_force_displayed",
- "index": -1
+ "getter": "is_caret_force_displayed"
},
{
"type": "bool",
"name": "caret_mid_grapheme",
"setter": "set_caret_mid_grapheme_enabled",
- "getter": "is_caret_mid_grapheme_enabled",
- "index": -1
+ "getter": "is_caret_mid_grapheme_enabled"
},
{
"type": "int",
"name": "text_direction",
"setter": "set_text_direction",
- "getter": "get_text_direction",
- "index": -1
+ "getter": "get_text_direction"
},
{
"type": "String",
"name": "language",
"setter": "set_language",
- "getter": "get_language",
- "index": -1
+ "getter": "get_language"
},
{
"type": "int",
"name": "structured_text_bidi_override",
"setter": "set_structured_text_bidi_override",
- "getter": "get_structured_text_bidi_override",
- "index": -1
+ "getter": "get_structured_text_bidi_override"
},
{
"type": "Array",
"name": "structured_text_bidi_override_options",
"setter": "set_structured_text_bidi_override_options",
- "getter": "get_structured_text_bidi_override_options",
- "index": -1
+ "getter": "get_structured_text_bidi_override_options"
}
]
},
@@ -120756,43 +119523,37 @@
"type": "String",
"name": "text",
"setter": "set_text",
- "getter": "get_text",
- "index": -1
+ "getter": "get_text"
},
{
"type": "int",
"name": "underline",
"setter": "set_underline_mode",
- "getter": "get_underline_mode",
- "index": -1
+ "getter": "get_underline_mode"
},
{
"type": "int",
"name": "text_direction",
"setter": "set_text_direction",
- "getter": "get_text_direction",
- "index": -1
+ "getter": "get_text_direction"
},
{
"type": "String",
"name": "language",
"setter": "set_language",
- "getter": "get_language",
- "index": -1
+ "getter": "get_language"
},
{
"type": "int",
"name": "structured_text_bidi_override",
"setter": "set_structured_text_bidi_override",
- "getter": "get_structured_text_bidi_override",
- "index": -1
+ "getter": "get_structured_text_bidi_override"
},
{
"type": "Array",
"name": "structured_text_bidi_override_options",
"setter": "set_structured_text_bidi_override_options",
- "getter": "get_structured_text_bidi_override_options",
- "index": -1
+ "getter": "get_structured_text_bidi_override_options"
}
]
},
@@ -120955,8 +119716,7 @@
"type": "float",
"name": "gizmo_extents",
"setter": "set_gizmo_extents",
- "getter": "get_gizmo_extents",
- "index": -1
+ "getter": "get_gizmo_extents"
}
]
},
@@ -121000,8 +119760,7 @@
"type": "float",
"name": "gizmo_extents",
"setter": "set_gizmo_extents",
- "getter": "get_gizmo_extents",
- "index": -1
+ "getter": "get_gizmo_extents"
}
]
},
@@ -121249,15 +120008,13 @@
"type": "int",
"name": "render_priority",
"setter": "set_render_priority",
- "getter": "get_render_priority",
- "index": -1
+ "getter": "get_render_priority"
},
{
"type": "Material",
"name": "next_pass",
"setter": "set_next_pass",
- "getter": "get_next_pass",
- "index": -1
+ "getter": "get_next_pass"
}
]
},
@@ -121629,43 +120386,37 @@
"type": "bool",
"name": "flat",
"setter": "set_flat",
- "getter": "is_flat",
- "index": -1
+ "getter": "is_flat"
},
{
"type": "bool",
"name": "start_index",
"setter": "set_start_index",
- "getter": "get_start_index",
- "index": -1
+ "getter": "get_start_index"
},
{
"type": "bool",
"name": "switch_on_hover",
"setter": "set_switch_on_hover",
- "getter": "is_switch_on_hover",
- "index": -1
+ "getter": "is_switch_on_hover"
},
{
"type": "bool",
"name": "prefer_global_menu",
"setter": "set_prefer_global_menu",
- "getter": "is_prefer_global_menu",
- "index": -1
+ "getter": "is_prefer_global_menu"
},
{
"type": "int",
"name": "text_direction",
"setter": "set_text_direction",
- "getter": "get_text_direction",
- "index": -1
+ "getter": "get_text_direction"
},
{
"type": "String",
"name": "language",
"setter": "set_language",
- "getter": "get_language",
- "index": -1
+ "getter": "get_language"
}
]
},
@@ -121772,15 +120523,13 @@
"type": "bool",
"name": "switch_on_hover",
"setter": "set_switch_on_hover",
- "getter": "is_switch_on_hover",
- "index": -1
+ "getter": "is_switch_on_hover"
},
{
"type": "int",
"name": "item_count",
"setter": "set_item_count",
- "getter": "get_item_count",
- "index": -1
+ "getter": "get_item_count"
}
]
},
@@ -122452,8 +121201,7 @@
"type": "Vector2i",
"name": "lightmap_size_hint",
"setter": "set_lightmap_size_hint",
- "getter": "get_lightmap_size_hint",
- "index": -1
+ "getter": "get_lightmap_size_hint"
}
]
},
@@ -123230,22 +121978,19 @@
"type": "Mesh",
"name": "mesh",
"setter": "set_mesh",
- "getter": "get_mesh",
- "index": -1
+ "getter": "get_mesh"
},
{
"type": "Texture2D",
"name": "texture",
"setter": "set_texture",
- "getter": "get_texture",
- "index": -1
+ "getter": "get_texture"
},
{
"type": "Texture2D",
"name": "normal_map",
"setter": "set_normal_map",
- "getter": "get_normal_map",
- "index": -1
+ "getter": "get_normal_map"
}
]
},
@@ -123517,22 +122262,19 @@
"type": "Mesh",
"name": "mesh",
"setter": "set_mesh",
- "getter": "get_mesh",
- "index": -1
+ "getter": "get_mesh"
},
{
"type": "Skin",
"name": "skin",
"setter": "set_skin",
- "getter": "get_skin",
- "index": -1
+ "getter": "get_skin"
},
{
"type": "NodePath",
"name": "skeleton",
"setter": "set_skeleton_path",
- "getter": "get_skeleton_path",
- "index": -1
+ "getter": "get_skeleton_path"
}
]
},
@@ -123971,22 +122713,19 @@
"type": "Mesh",
"name": "mesh",
"setter": "set_mesh",
- "getter": "get_mesh",
- "index": -1
+ "getter": "get_mesh"
},
{
"type": "Texture2D",
"name": "base_texture",
"setter": "set_base_texture",
- "getter": "get_base_texture",
- "index": -1
+ "getter": "get_base_texture"
},
{
"type": "Vector2",
"name": "image_size",
"setter": "set_image_size",
- "getter": "get_image_size",
- "index": -1
+ "getter": "get_image_size"
}
]
},
@@ -124114,15 +122853,13 @@
"type": "String",
"name": "original_class",
"setter": "set_original_class",
- "getter": "get_original_class",
- "index": -1
+ "getter": "get_original_class"
},
{
"type": "bool",
"name": "recording_properties",
"setter": "set_recording_properties",
- "getter": "is_recording_properties",
- "index": -1
+ "getter": "is_recording_properties"
}
]
},
@@ -124189,15 +122926,13 @@
"type": "String",
"name": "original_class",
"setter": "set_original_class",
- "getter": "get_original_class",
- "index": -1
+ "getter": "get_original_class"
},
{
"type": "bool",
"name": "recording_properties",
"setter": "set_recording_properties",
- "getter": "is_recording_properties",
- "index": -1
+ "getter": "is_recording_properties"
}
]
},
@@ -124403,50 +123138,43 @@
"type": "float",
"name": "eye_height",
"setter": "set_eye_height",
- "getter": "get_eye_height",
- "index": -1
+ "getter": "get_eye_height"
},
{
"type": "float",
"name": "iod",
"setter": "set_iod",
- "getter": "get_iod",
- "index": -1
+ "getter": "get_iod"
},
{
"type": "float",
"name": "display_width",
"setter": "set_display_width",
- "getter": "get_display_width",
- "index": -1
+ "getter": "get_display_width"
},
{
"type": "float",
"name": "display_to_lens",
"setter": "set_display_to_lens",
- "getter": "get_display_to_lens",
- "index": -1
+ "getter": "get_display_to_lens"
},
{
"type": "float",
"name": "oversample",
"setter": "set_oversample",
- "getter": "get_oversample",
- "index": -1
+ "getter": "get_oversample"
},
{
"type": "float",
"name": "k1",
"setter": "set_k1",
- "getter": "get_k1",
- "index": -1
+ "getter": "get_k1"
},
{
"type": "float",
"name": "k2",
"setter": "set_k2",
- "getter": "get_k2",
- "index": -1
+ "getter": "get_k2"
}
]
},
@@ -124941,78 +123669,67 @@
"type": "int",
"name": "transform_format",
"setter": "set_transform_format",
- "getter": "get_transform_format",
- "index": -1
+ "getter": "get_transform_format"
},
{
"type": "bool",
"name": "use_colors",
"setter": "set_use_colors",
- "getter": "is_using_colors",
- "index": -1
+ "getter": "is_using_colors"
},
{
"type": "bool",
"name": "use_custom_data",
"setter": "set_use_custom_data",
- "getter": "is_using_custom_data",
- "index": -1
+ "getter": "is_using_custom_data"
},
{
"type": "int",
"name": "instance_count",
"setter": "set_instance_count",
- "getter": "get_instance_count",
- "index": -1
+ "getter": "get_instance_count"
},
{
"type": "int",
"name": "visible_instance_count",
"setter": "set_visible_instance_count",
- "getter": "get_visible_instance_count",
- "index": -1
+ "getter": "get_visible_instance_count"
},
{
"type": "Mesh",
"name": "mesh",
"setter": "set_mesh",
- "getter": "get_mesh",
- "index": -1
+ "getter": "get_mesh"
},
{
"type": "PackedFloat32Array",
"name": "buffer",
"setter": "set_buffer",
- "getter": "get_buffer",
- "index": -1
+ "getter": "get_buffer"
},
{
"type": "PackedVector3Array",
"name": "transform_array",
"setter": "_set_transform_array",
- "getter": "_get_transform_array",
- "index": -1
+ "getter": "_get_transform_array"
},
{
"type": "PackedVector2Array",
"name": "transform_2d_array",
"setter": "_set_transform_2d_array",
- "getter": "_get_transform_2d_array",
- "index": -1
+ "getter": "_get_transform_2d_array"
},
{
"type": "PackedColorArray",
"name": "color_array",
"setter": "_set_color_array",
- "getter": "_get_color_array",
- "index": -1
+ "getter": "_get_color_array"
},
{
"type": "PackedColorArray",
"name": "custom_data_array",
"setter": "_set_custom_data_array",
- "getter": "_get_custom_data_array",
- "index": -1
+ "getter": "_get_custom_data_array"
}
]
},
@@ -125109,22 +123826,19 @@
"type": "MultiMesh",
"name": "multimesh",
"setter": "set_multimesh",
- "getter": "get_multimesh",
- "index": -1
+ "getter": "get_multimesh"
},
{
"type": "Texture2D",
"name": "texture",
"setter": "set_texture",
- "getter": "get_texture",
- "index": -1
+ "getter": "get_texture"
},
{
"type": "Texture2D",
"name": "normal_map",
"setter": "set_normal_map",
- "getter": "get_normal_map",
- "index": -1
+ "getter": "get_normal_map"
}
]
},
@@ -125166,8 +123880,7 @@
"type": "MultiMesh",
"name": "multimesh",
"setter": "set_multimesh",
- "getter": "get_multimesh",
- "index": -1
+ "getter": "get_multimesh"
}
]
},
@@ -125435,8 +124148,7 @@
"type": "MultiplayerPeer",
"name": "multiplayer_peer",
"setter": "set_multiplayer_peer",
- "getter": "get_multiplayer_peer",
- "index": -1
+ "getter": "get_multiplayer_peer"
}
]
},
@@ -125870,22 +124582,19 @@
"type": "bool",
"name": "refuse_new_connections",
"setter": "set_refuse_new_connections",
- "getter": "is_refusing_new_connections",
- "index": -1
+ "getter": "is_refusing_new_connections"
},
{
"type": "int",
"name": "transfer_mode",
"setter": "set_transfer_mode",
- "getter": "get_transfer_mode",
- "index": -1
+ "getter": "get_transfer_mode"
},
{
"type": "int",
"name": "transfer_channel",
"setter": "set_transfer_channel",
- "getter": "get_transfer_channel",
- "index": -1
+ "getter": "get_transfer_channel"
}
]
},
@@ -126308,15 +125017,13 @@
"type": "NodePath",
"name": "spawn_path",
"setter": "set_spawn_path",
- "getter": "get_spawn_path",
- "index": -1
+ "getter": "get_spawn_path"
},
{
"type": "int",
"name": "spawn_limit",
"setter": "set_spawn_limit",
- "getter": "get_spawn_limit",
- "index": -1
+ "getter": "get_spawn_limit"
}
]
},
@@ -126572,36 +125279,31 @@
"type": "NodePath",
"name": "root_path",
"setter": "set_root_path",
- "getter": "get_root_path",
- "index": -1
+ "getter": "get_root_path"
},
{
"type": "float",
"name": "replication_interval",
"setter": "set_replication_interval",
- "getter": "get_replication_interval",
- "index": -1
+ "getter": "get_replication_interval"
},
{
"type": "SceneReplicationConfig",
"name": "replication_config",
"setter": "set_replication_config",
- "getter": "get_replication_config",
- "index": -1
+ "getter": "get_replication_config"
},
{
"type": "int",
"name": "visibility_update_mode",
"setter": "set_visibility_update_mode",
- "getter": "get_visibility_update_mode",
- "index": -1
+ "getter": "get_visibility_update_mode"
},
{
"type": "bool",
"name": "public_visibility",
"setter": "set_visibility_public",
- "getter": "is_visibility_public",
- "index": -1
+ "getter": "is_visibility_public"
}
]
},
@@ -127375,78 +126077,67 @@
"type": "Vector2",
"name": "target_location",
"setter": "set_target_location",
- "getter": "get_target_location",
- "index": -1
+ "getter": "get_target_location"
},
{
"type": "float",
"name": "path_desired_distance",
"setter": "set_path_desired_distance",
- "getter": "get_path_desired_distance",
- "index": -1
+ "getter": "get_path_desired_distance"
},
{
"type": "float",
"name": "target_desired_distance",
"setter": "set_target_desired_distance",
- "getter": "get_target_desired_distance",
- "index": -1
+ "getter": "get_target_desired_distance"
},
{
"type": "float",
"name": "path_max_distance",
"setter": "set_path_max_distance",
- "getter": "get_path_max_distance",
- "index": -1
+ "getter": "get_path_max_distance"
},
{
"type": "int",
"name": "navigation_layers",
"setter": "set_navigation_layers",
- "getter": "get_navigation_layers",
- "index": -1
+ "getter": "get_navigation_layers"
},
{
"type": "bool",
"name": "avoidance_enabled",
"setter": "set_avoidance_enabled",
- "getter": "get_avoidance_enabled",
- "index": -1
+ "getter": "get_avoidance_enabled"
},
{
"type": "float",
"name": "radius",
"setter": "set_radius",
- "getter": "get_radius",
- "index": -1
+ "getter": "get_radius"
},
{
"type": "float",
"name": "neighbor_distance",
"setter": "set_neighbor_distance",
- "getter": "get_neighbor_distance",
- "index": -1
+ "getter": "get_neighbor_distance"
},
{
"type": "int",
"name": "max_neighbors",
"setter": "set_max_neighbors",
- "getter": "get_max_neighbors",
- "index": -1
+ "getter": "get_max_neighbors"
},
{
"type": "float",
"name": "time_horizon",
"setter": "set_time_horizon",
- "getter": "get_time_horizon",
- "index": -1
+ "getter": "get_time_horizon"
},
{
"type": "float",
"name": "max_speed",
"setter": "set_max_speed",
- "getter": "get_max_speed",
- "index": -1
+ "getter": "get_max_speed"
}
]
},
@@ -128005,92 +126696,79 @@
"type": "Vector3",
"name": "target_location",
"setter": "set_target_location",
- "getter": "get_target_location",
- "index": -1
+ "getter": "get_target_location"
},
{
"type": "float",
"name": "path_desired_distance",
"setter": "set_path_desired_distance",
- "getter": "get_path_desired_distance",
- "index": -1
+ "getter": "get_path_desired_distance"
},
{
"type": "float",
"name": "target_desired_distance",
"setter": "set_target_desired_distance",
- "getter": "get_target_desired_distance",
- "index": -1
+ "getter": "get_target_desired_distance"
},
{
"type": "float",
"name": "agent_height_offset",
"setter": "set_agent_height_offset",
- "getter": "get_agent_height_offset",
- "index": -1
+ "getter": "get_agent_height_offset"
},
{
"type": "float",
"name": "path_max_distance",
"setter": "set_path_max_distance",
- "getter": "get_path_max_distance",
- "index": -1
+ "getter": "get_path_max_distance"
},
{
"type": "int",
"name": "navigation_layers",
"setter": "set_navigation_layers",
- "getter": "get_navigation_layers",
- "index": -1
+ "getter": "get_navigation_layers"
},
{
"type": "bool",
"name": "avoidance_enabled",
"setter": "set_avoidance_enabled",
- "getter": "get_avoidance_enabled",
- "index": -1
+ "getter": "get_avoidance_enabled"
},
{
"type": "float",
"name": "radius",
"setter": "set_radius",
- "getter": "get_radius",
- "index": -1
+ "getter": "get_radius"
},
{
"type": "float",
"name": "neighbor_distance",
"setter": "set_neighbor_distance",
- "getter": "get_neighbor_distance",
- "index": -1
+ "getter": "get_neighbor_distance"
},
{
"type": "int",
"name": "max_neighbors",
"setter": "set_max_neighbors",
- "getter": "get_max_neighbors",
- "index": -1
+ "getter": "get_max_neighbors"
},
{
"type": "float",
"name": "time_horizon",
"setter": "set_time_horizon",
- "getter": "get_time_horizon",
- "index": -1
+ "getter": "get_time_horizon"
},
{
"type": "float",
"name": "max_speed",
"setter": "set_max_speed",
- "getter": "get_max_speed",
- "index": -1
+ "getter": "get_max_speed"
},
{
"type": "bool",
"name": "ignore_y",
"setter": "set_ignore_y",
- "getter": "get_ignore_y",
- "index": -1
+ "getter": "get_ignore_y"
}
]
},
@@ -128325,50 +127003,43 @@
"type": "bool",
"name": "enabled",
"setter": "set_enabled",
- "getter": "is_enabled",
- "index": -1
+ "getter": "is_enabled"
},
{
"type": "bool",
"name": "bidirectional",
"setter": "set_bidirectional",
- "getter": "is_bidirectional",
- "index": -1
+ "getter": "is_bidirectional"
},
{
"type": "int",
"name": "navigation_layers",
"setter": "set_navigation_layers",
- "getter": "get_navigation_layers",
- "index": -1
+ "getter": "get_navigation_layers"
},
{
"type": "Vector2",
"name": "start_location",
"setter": "set_start_location",
- "getter": "get_start_location",
- "index": -1
+ "getter": "get_start_location"
},
{
"type": "Vector2",
"name": "end_location",
"setter": "set_end_location",
- "getter": "get_end_location",
- "index": -1
+ "getter": "get_end_location"
},
{
"type": "float",
"name": "enter_cost",
"setter": "set_enter_cost",
- "getter": "get_enter_cost",
- "index": -1
+ "getter": "get_enter_cost"
},
{
"type": "float",
"name": "travel_cost",
"setter": "set_travel_cost",
- "getter": "get_travel_cost",
- "index": -1
+ "getter": "get_travel_cost"
}
]
},
@@ -128603,50 +127274,43 @@
"type": "bool",
"name": "enabled",
"setter": "set_enabled",
- "getter": "is_enabled",
- "index": -1
+ "getter": "is_enabled"
},
{
"type": "bool",
"name": "bidirectional",
"setter": "set_bidirectional",
- "getter": "is_bidirectional",
- "index": -1
+ "getter": "is_bidirectional"
},
{
"type": "int",
"name": "navigation_layers",
"setter": "set_navigation_layers",
- "getter": "get_navigation_layers",
- "index": -1
+ "getter": "get_navigation_layers"
},
{
"type": "Vector3",
"name": "start_location",
"setter": "set_start_location",
- "getter": "get_start_location",
- "index": -1
+ "getter": "get_start_location"
},
{
"type": "Vector3",
"name": "end_location",
"setter": "set_end_location",
- "getter": "get_end_location",
- "index": -1
+ "getter": "get_end_location"
},
{
"type": "float",
"name": "enter_cost",
"setter": "set_enter_cost",
- "getter": "get_enter_cost",
- "index": -1
+ "getter": "get_enter_cost"
},
{
"type": "float",
"name": "travel_cost",
"setter": "set_travel_cost",
- "getter": "get_travel_cost",
- "index": -1
+ "getter": "get_travel_cost"
}
]
},
@@ -129462,176 +128126,151 @@
"type": "PackedVector3Array",
"name": "vertices",
"setter": "set_vertices",
- "getter": "get_vertices",
- "index": -1
+ "getter": "get_vertices"
},
{
"type": "Array",
"name": "polygons",
"setter": "_set_polygons",
- "getter": "_get_polygons",
- "index": -1
+ "getter": "_get_polygons"
},
{
"type": "int",
"name": "sample_partition_type",
"setter": "set_sample_partition_type",
- "getter": "get_sample_partition_type",
- "index": -1
+ "getter": "get_sample_partition_type"
},
{
"type": "int",
"name": "geometry_parsed_geometry_type",
"setter": "set_parsed_geometry_type",
- "getter": "get_parsed_geometry_type",
- "index": -1
+ "getter": "get_parsed_geometry_type"
},
{
"type": "int",
"name": "geometry_collision_mask",
"setter": "set_collision_mask",
- "getter": "get_collision_mask",
- "index": -1
+ "getter": "get_collision_mask"
},
{
"type": "int",
"name": "geometry_source_geometry_mode",
"setter": "set_source_geometry_mode",
- "getter": "get_source_geometry_mode",
- "index": -1
+ "getter": "get_source_geometry_mode"
},
{
"type": "String",
"name": "geometry_source_group_name",
"setter": "set_source_group_name",
- "getter": "get_source_group_name",
- "index": -1
+ "getter": "get_source_group_name"
},
{
"type": "float",
"name": "cell_size",
"setter": "set_cell_size",
- "getter": "get_cell_size",
- "index": -1
+ "getter": "get_cell_size"
},
{
"type": "float",
"name": "cell_height",
"setter": "set_cell_height",
- "getter": "get_cell_height",
- "index": -1
+ "getter": "get_cell_height"
},
{
"type": "float",
"name": "agent_height",
"setter": "set_agent_height",
- "getter": "get_agent_height",
- "index": -1
+ "getter": "get_agent_height"
},
{
"type": "float",
"name": "agent_radius",
"setter": "set_agent_radius",
- "getter": "get_agent_radius",
- "index": -1
+ "getter": "get_agent_radius"
},
{
"type": "float",
"name": "agent_max_climb",
"setter": "set_agent_max_climb",
- "getter": "get_agent_max_climb",
- "index": -1
+ "getter": "get_agent_max_climb"
},
{
"type": "float",
"name": "agent_max_slope",
"setter": "set_agent_max_slope",
- "getter": "get_agent_max_slope",
- "index": -1
+ "getter": "get_agent_max_slope"
},
{
"type": "float",
"name": "region_min_size",
"setter": "set_region_min_size",
- "getter": "get_region_min_size",
- "index": -1
+ "getter": "get_region_min_size"
},
{
"type": "float",
"name": "region_merge_size",
"setter": "set_region_merge_size",
- "getter": "get_region_merge_size",
- "index": -1
+ "getter": "get_region_merge_size"
},
{
"type": "float",
"name": "edge_max_length",
"setter": "set_edge_max_length",
- "getter": "get_edge_max_length",
- "index": -1
+ "getter": "get_edge_max_length"
},
{
"type": "float",
"name": "edge_max_error",
"setter": "set_edge_max_error",
- "getter": "get_edge_max_error",
- "index": -1
+ "getter": "get_edge_max_error"
},
{
"type": "float",
"name": "polygon_verts_per_poly",
"setter": "set_verts_per_poly",
- "getter": "get_verts_per_poly",
- "index": -1
+ "getter": "get_verts_per_poly"
},
{
"type": "float",
"name": "detail_sample_distance",
"setter": "set_detail_sample_distance",
- "getter": "get_detail_sample_distance",
- "index": -1
+ "getter": "get_detail_sample_distance"
},
{
"type": "float",
"name": "detail_sample_max_error",
"setter": "set_detail_sample_max_error",
- "getter": "get_detail_sample_max_error",
- "index": -1
+ "getter": "get_detail_sample_max_error"
},
{
"type": "bool",
"name": "filter_low_hanging_obstacles",
"setter": "set_filter_low_hanging_obstacles",
- "getter": "get_filter_low_hanging_obstacles",
- "index": -1
+ "getter": "get_filter_low_hanging_obstacles"
},
{
"type": "bool",
"name": "filter_ledge_spans",
"setter": "set_filter_ledge_spans",
- "getter": "get_filter_ledge_spans",
- "index": -1
+ "getter": "get_filter_ledge_spans"
},
{
"type": "bool",
"name": "filter_walkable_low_height_spans",
"setter": "set_filter_walkable_low_height_spans",
- "getter": "get_filter_walkable_low_height_spans",
- "index": -1
+ "getter": "get_filter_walkable_low_height_spans"
},
{
"type": "AABB",
"name": "filter_baking_aabb",
"setter": "set_filter_baking_aabb",
- "getter": "get_filter_baking_aabb",
- "index": -1
+ "getter": "get_filter_baking_aabb"
},
{
"type": "Vector3",
"name": "filter_baking_aabb_offset",
"setter": "set_filter_baking_aabb_offset",
- "getter": "get_filter_baking_aabb_offset",
- "index": -1
+ "getter": "get_filter_baking_aabb_offset"
}
]
},
@@ -129777,15 +128416,13 @@
"type": "bool",
"name": "estimate_radius",
"setter": "set_estimate_radius",
- "getter": "is_radius_estimated",
- "index": -1
+ "getter": "is_radius_estimated"
},
{
"type": "float",
"name": "radius",
"setter": "set_radius",
- "getter": "get_radius",
- "index": -1
+ "getter": "get_radius"
}
]
},
@@ -129890,15 +128527,13 @@
"type": "bool",
"name": "estimate_radius",
"setter": "set_estimate_radius",
- "getter": "is_radius_estimated",
- "index": -1
+ "getter": "is_radius_estimated"
},
{
"type": "float",
"name": "radius",
"setter": "set_radius",
- "getter": "get_radius",
- "index": -1
+ "getter": "get_radius"
}
]
},
@@ -130093,43 +128728,37 @@
"type": "RID",
"name": "map",
"setter": "set_map",
- "getter": "get_map",
- "index": -1
+ "getter": "get_map"
},
{
"type": "Vector2",
"name": "start_position",
"setter": "set_start_position",
- "getter": "get_start_position",
- "index": -1
+ "getter": "get_start_position"
},
{
"type": "Vector2",
"name": "target_position",
"setter": "set_target_position",
- "getter": "get_target_position",
- "index": -1
+ "getter": "get_target_position"
},
{
"type": "int",
"name": "navigation_layers",
"setter": "set_navigation_layers",
- "getter": "get_navigation_layers",
- "index": -1
+ "getter": "get_navigation_layers"
},
{
"type": "int",
"name": "pathfinding_algorithm",
"setter": "set_pathfinding_algorithm",
- "getter": "get_pathfinding_algorithm",
- "index": -1
+ "getter": "get_pathfinding_algorithm"
},
{
"type": "int",
"name": "path_postprocessing",
"setter": "set_path_postprocessing",
- "getter": "get_path_postprocessing",
- "index": -1
+ "getter": "get_path_postprocessing"
}
]
},
@@ -130324,43 +128953,37 @@
"type": "RID",
"name": "map",
"setter": "set_map",
- "getter": "get_map",
- "index": -1
+ "getter": "get_map"
},
{
"type": "Vector3",
"name": "start_position",
"setter": "set_start_position",
- "getter": "get_start_position",
- "index": -1
+ "getter": "get_start_position"
},
{
"type": "Vector3",
"name": "target_position",
"setter": "set_target_position",
- "getter": "get_target_position",
- "index": -1
+ "getter": "get_target_position"
},
{
"type": "int",
"name": "navigation_layers",
"setter": "set_navigation_layers",
- "getter": "get_navigation_layers",
- "index": -1
+ "getter": "get_navigation_layers"
},
{
"type": "int",
"name": "pathfinding_algorithm",
"setter": "set_pathfinding_algorithm",
- "getter": "get_pathfinding_algorithm",
- "index": -1
+ "getter": "get_pathfinding_algorithm"
},
{
"type": "int",
"name": "path_postprocessing",
"setter": "set_path_postprocessing",
- "getter": "get_path_postprocessing",
- "index": -1
+ "getter": "get_path_postprocessing"
}
]
},
@@ -130410,8 +129033,7 @@
"type": "PackedVector2Array",
"name": "path",
"setter": "set_path",
- "getter": "get_path",
- "index": -1
+ "getter": "get_path"
}
]
},
@@ -130461,8 +129083,7 @@
"type": "PackedVector3Array",
"name": "path",
"setter": "set_path",
- "getter": "get_path",
- "index": -1
+ "getter": "get_path"
}
]
},
@@ -130680,22 +129301,19 @@
"type": "PackedVector2Array",
"name": "vertices",
"setter": "set_vertices",
- "getter": "get_vertices",
- "index": -1
+ "getter": "get_vertices"
},
{
"type": "Array",
"name": "polygons",
"setter": "_set_polygons",
- "getter": "_get_polygons",
- "index": -1
+ "getter": "_get_polygons"
},
{
"type": "Array",
"name": "outlines",
"setter": "_set_outlines",
- "getter": "_get_outlines",
- "index": -1
+ "getter": "_get_outlines"
}
]
},
@@ -130891,36 +129509,31 @@
"type": "NavigationPolygon",
"name": "navpoly",
"setter": "set_navigation_polygon",
- "getter": "get_navigation_polygon",
- "index": -1
+ "getter": "get_navigation_polygon"
},
{
"type": "bool",
"name": "enabled",
"setter": "set_enabled",
- "getter": "is_enabled",
- "index": -1
+ "getter": "is_enabled"
},
{
"type": "int",
"name": "navigation_layers",
"setter": "set_navigation_layers",
- "getter": "get_navigation_layers",
- "index": -1
+ "getter": "get_navigation_layers"
},
{
"type": "float",
"name": "enter_cost",
"setter": "set_enter_cost",
- "getter": "get_enter_cost",
- "index": -1
+ "getter": "get_enter_cost"
},
{
"type": "float",
"name": "travel_cost",
"setter": "set_travel_cost",
- "getter": "get_travel_cost",
- "index": -1
+ "getter": "get_travel_cost"
}
]
},
@@ -131139,36 +129752,31 @@
"type": "NavigationMesh",
"name": "navmesh",
"setter": "set_navigation_mesh",
- "getter": "get_navigation_mesh",
- "index": -1
+ "getter": "get_navigation_mesh"
},
{
"type": "bool",
"name": "enabled",
"setter": "set_enabled",
- "getter": "is_enabled",
- "index": -1
+ "getter": "is_enabled"
},
{
"type": "int",
"name": "navigation_layers",
"setter": "set_navigation_layers",
- "getter": "get_navigation_layers",
- "index": -1
+ "getter": "get_navigation_layers"
},
{
"type": "float",
"name": "enter_cost",
"setter": "set_enter_cost",
- "getter": "get_enter_cost",
- "index": -1
+ "getter": "get_enter_cost"
},
{
"type": "float",
"name": "travel_cost",
"setter": "set_travel_cost",
- "getter": "get_travel_cost",
- "index": -1
+ "getter": "get_travel_cost"
}
]
},
@@ -133786,22 +132394,19 @@
"type": "Texture2D",
"name": "texture",
"setter": "set_texture",
- "getter": "get_texture",
- "index": -1
+ "getter": "get_texture"
},
{
"type": "bool",
"name": "draw_center",
"setter": "set_draw_center",
- "getter": "is_draw_center_enabled",
- "index": -1
+ "getter": "is_draw_center_enabled"
},
{
"type": "Rect2",
"name": "region_rect",
"setter": "set_region_rect",
- "getter": "get_region_rect",
- "index": -1
+ "getter": "get_region_rect"
},
{
"type": "int",
@@ -133835,15 +132440,13 @@
"type": "int",
"name": "axis_stretch_horizontal",
"setter": "set_h_axis_stretch_mode",
- "getter": "get_h_axis_stretch_mode",
- "index": -1
+ "getter": "get_h_axis_stretch_mode"
},
{
"type": "int",
"name": "axis_stretch_vertical",
"setter": "set_v_axis_stretch_mode",
- "getter": "get_v_axis_stretch_mode",
- "index": -1
+ "getter": "get_v_axis_stretch_mode"
}
]
},
@@ -135469,57 +134072,48 @@
"type": "StringName",
"name": "name",
"setter": "set_name",
- "getter": "get_name",
- "index": -1
+ "getter": "get_name"
},
{
"type": "bool",
"name": "unique_name_in_owner",
"setter": "set_unique_name_in_owner",
- "getter": "is_unique_name_in_owner",
- "index": -1
+ "getter": "is_unique_name_in_owner"
},
{
"type": "String",
"name": "scene_file_path",
"setter": "set_scene_file_path",
- "getter": "get_scene_file_path",
- "index": -1
+ "getter": "get_scene_file_path"
},
{
"type": "Node",
"name": "owner",
"setter": "set_owner",
- "getter": "get_owner",
- "index": -1
+ "getter": "get_owner"
},
{
"type": "MultiplayerAPI",
"name": "multiplayer",
- "setter": "",
- "getter": "get_multiplayer",
- "index": -1
+ "getter": "get_multiplayer"
},
{
"type": "int",
"name": "process_mode",
"setter": "set_process_mode",
- "getter": "get_process_mode",
- "index": -1
+ "getter": "get_process_mode"
},
{
"type": "int",
"name": "process_priority",
"setter": "set_process_priority",
- "getter": "get_process_priority",
- "index": -1
+ "getter": "get_process_priority"
},
{
"type": "String",
"name": "editor_description",
"setter": "set_editor_description",
- "getter": "get_editor_description",
- "index": -1
+ "getter": "get_editor_description"
}
]
},
@@ -135952,71 +134546,61 @@
"type": "Vector2",
"name": "position",
"setter": "set_position",
- "getter": "get_position",
- "index": -1
+ "getter": "get_position"
},
{
"type": "float",
"name": "rotation",
"setter": "set_rotation",
- "getter": "get_rotation",
- "index": -1
+ "getter": "get_rotation"
},
{
"type": "Vector2",
"name": "scale",
"setter": "set_scale",
- "getter": "get_scale",
- "index": -1
+ "getter": "get_scale"
},
{
"type": "float",
"name": "skew",
"setter": "set_skew",
- "getter": "get_skew",
- "index": -1
+ "getter": "get_skew"
},
{
"type": "Transform2D",
"name": "transform",
"setter": "set_transform",
- "getter": "get_transform",
- "index": -1
+ "getter": "get_transform"
},
{
"type": "Vector2",
"name": "global_position",
"setter": "set_global_position",
- "getter": "get_global_position",
- "index": -1
+ "getter": "get_global_position"
},
{
"type": "float",
"name": "global_rotation",
"setter": "set_global_rotation",
- "getter": "get_global_rotation",
- "index": -1
+ "getter": "get_global_rotation"
},
{
"type": "Vector2",
"name": "global_scale",
"setter": "set_global_scale",
- "getter": "get_global_scale",
- "index": -1
+ "getter": "get_global_scale"
},
{
"type": "float",
"name": "global_skew",
"setter": "set_global_skew",
- "getter": "get_global_skew",
- "index": -1
+ "getter": "get_global_skew"
},
{
"type": "Transform2D",
"name": "global_transform",
"setter": "set_global_transform",
- "getter": "get_global_transform",
- "index": -1
+ "getter": "get_global_transform"
}
]
},
@@ -136912,99 +135496,85 @@
"type": "Transform3D",
"name": "transform",
"setter": "set_transform",
- "getter": "get_transform",
- "index": -1
+ "getter": "get_transform"
},
{
"type": "Transform3D",
"name": "global_transform",
"setter": "set_global_transform",
- "getter": "get_global_transform",
- "index": -1
+ "getter": "get_global_transform"
},
{
"type": "Vector3",
"name": "position",
"setter": "set_position",
- "getter": "get_position",
- "index": -1
+ "getter": "get_position"
},
{
"type": "Vector3",
"name": "rotation",
"setter": "set_rotation",
- "getter": "get_rotation",
- "index": -1
+ "getter": "get_rotation"
},
{
"type": "Quaternion",
"name": "quaternion",
"setter": "set_quaternion",
- "getter": "get_quaternion",
- "index": -1
+ "getter": "get_quaternion"
},
{
"type": "Basis",
"name": "basis",
"setter": "set_basis",
- "getter": "get_basis",
- "index": -1
+ "getter": "get_basis"
},
{
"type": "Vector3",
"name": "scale",
"setter": "set_scale",
- "getter": "get_scale",
- "index": -1
+ "getter": "get_scale"
},
{
"type": "int",
"name": "rotation_edit_mode",
"setter": "set_rotation_edit_mode",
- "getter": "get_rotation_edit_mode",
- "index": -1
+ "getter": "get_rotation_edit_mode"
},
{
"type": "int",
"name": "rotation_order",
"setter": "set_rotation_order",
- "getter": "get_rotation_order",
- "index": -1
+ "getter": "get_rotation_order"
},
{
"type": "bool",
"name": "top_level",
"setter": "set_as_top_level",
- "getter": "is_set_as_top_level",
- "index": -1
+ "getter": "is_set_as_top_level"
},
{
"type": "Vector3",
"name": "global_position",
"setter": "set_global_position",
- "getter": "get_global_position",
- "index": -1
+ "getter": "get_global_position"
},
{
"type": "Vector3",
"name": "global_rotation",
"setter": "set_global_rotation",
- "getter": "get_global_rotation",
- "index": -1
+ "getter": "get_global_rotation"
},
{
"type": "bool",
"name": "visible",
"setter": "set_visible",
- "getter": "is_visible",
- "index": -1
+ "getter": "is_visible"
},
{
"type": "NodePath",
"name": "visibility_parent",
"setter": "set_visibility_parent",
- "getter": "get_visibility_parent",
- "index": -1
+ "getter": "get_visibility_parent"
}
]
},
@@ -137476,78 +136046,67 @@
"type": "int",
"name": "width",
"setter": "set_width",
- "getter": "get_width",
- "index": -1
+ "getter": "get_width"
},
{
"type": "int",
"name": "height",
"setter": "set_height",
- "getter": "get_height",
- "index": -1
+ "getter": "get_height"
},
{
"type": "bool",
"name": "invert",
"setter": "set_invert",
- "getter": "get_invert",
- "index": -1
+ "getter": "get_invert"
},
{
"type": "bool",
"name": "in_3d_space",
"setter": "set_in_3d_space",
- "getter": "is_in_3d_space",
- "index": -1
+ "getter": "is_in_3d_space"
},
{
"type": "bool",
"name": "generate_mipmaps",
"setter": "set_generate_mipmaps",
- "getter": "is_generating_mipmaps",
- "index": -1
+ "getter": "is_generating_mipmaps"
},
{
"type": "bool",
"name": "seamless",
"setter": "set_seamless",
- "getter": "get_seamless",
- "index": -1
+ "getter": "get_seamless"
},
{
"type": "float",
"name": "seamless_blend_skirt",
"setter": "set_seamless_blend_skirt",
- "getter": "get_seamless_blend_skirt",
- "index": -1
+ "getter": "get_seamless_blend_skirt"
},
{
"type": "bool",
"name": "as_normal_map",
"setter": "set_as_normal_map",
- "getter": "is_normal_map",
- "index": -1
+ "getter": "is_normal_map"
},
{
"type": "float",
"name": "bump_strength",
"setter": "set_bump_strength",
- "getter": "get_bump_strength",
- "index": -1
+ "getter": "get_bump_strength"
},
{
"type": "Gradient",
"name": "color_ramp",
"setter": "set_color_ramp",
- "getter": "get_color_ramp",
- "index": -1
+ "getter": "get_color_ramp"
},
{
"type": "Noise",
"name": "noise",
"setter": "set_noise",
- "getter": "get_noise",
- "index": -1
+ "getter": "get_noise"
}
]
},
@@ -137859,7 +136418,7 @@
"is_vararg": false,
"is_static": false,
"is_virtual": false,
- "hash": 3158716772,
+ "hash": 2262142305,
"return_value": {
"type": "String"
},
@@ -137869,9 +136428,64 @@
"type": "String"
},
{
- "name": "bold",
+ "name": "weight",
+ "type": "int",
+ "meta": "int32",
+ "default_value": "400"
+ },
+ {
+ "name": "stretch",
+ "type": "int",
+ "meta": "int32",
+ "default_value": "100"
+ },
+ {
+ "name": "italic",
"type": "bool",
"default_value": "false"
+ }
+ ]
+ },
+ {
+ "name": "get_system_font_path_for_text",
+ "is_const": true,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 3824042574,
+ "return_value": {
+ "type": "PackedStringArray"
+ },
+ "arguments": [
+ {
+ "name": "font_name",
+ "type": "String"
+ },
+ {
+ "name": "text",
+ "type": "String"
+ },
+ {
+ "name": "locale",
+ "type": "String",
+ "default_value": "\"\""
+ },
+ {
+ "name": "script",
+ "type": "String",
+ "default_value": "\"\""
+ },
+ {
+ "name": "weight",
+ "type": "int",
+ "meta": "int32",
+ "default_value": "400"
+ },
+ {
+ "name": "stretch",
+ "type": "int",
+ "meta": "int32",
+ "default_value": "100"
},
{
"name": "italic",
@@ -138600,15 +137214,13 @@
"type": "bool",
"name": "low_processor_usage_mode",
"setter": "set_low_processor_usage_mode",
- "getter": "is_in_low_processor_usage_mode",
- "index": -1
+ "getter": "is_in_low_processor_usage_mode"
},
{
"type": "int",
"name": "low_processor_usage_mode_sleep_usec",
"setter": "set_low_processor_usage_mode_sleep_usec",
- "getter": "get_low_processor_usage_mode_sleep_usec",
- "index": -1
+ "getter": "get_low_processor_usage_mode_sleep_usec"
}
]
},
@@ -138773,6 +137385,40 @@
}
},
{
+ "name": "property_can_revert",
+ "is_const": true,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 2619796661,
+ "return_value": {
+ "type": "bool"
+ },
+ "arguments": [
+ {
+ "name": "property",
+ "type": "StringName"
+ }
+ ]
+ },
+ {
+ "name": "property_get_revert",
+ "is_const": true,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 2760726917,
+ "return_value": {
+ "type": "Variant"
+ },
+ "arguments": [
+ {
+ "name": "property",
+ "type": "StringName"
+ }
+ ]
+ },
+ {
"name": "notification",
"is_const": false,
"is_vararg": false,
@@ -139479,22 +138125,19 @@
"type": "Occluder3D",
"name": "occluder",
"setter": "set_occluder",
- "getter": "get_occluder",
- "index": -1
+ "getter": "get_occluder"
},
{
"type": "int",
"name": "bake_mask",
"setter": "set_bake_mask",
- "getter": "get_bake_mask",
- "index": -1
+ "getter": "get_bake_mask"
},
{
"type": "float",
"name": "bake_simplification_distance",
"setter": "set_bake_simplification_distance",
- "getter": "get_bake_simplification_distance",
- "index": -1
+ "getter": "get_bake_simplification_distance"
}
]
},
@@ -139606,22 +138249,19 @@
"type": "bool",
"name": "closed",
"setter": "set_closed",
- "getter": "is_closed",
- "index": -1
+ "getter": "is_closed"
},
{
"type": "int",
"name": "cull_mode",
"setter": "set_cull_mode",
- "getter": "get_cull_mode",
- "index": -1
+ "getter": "get_cull_mode"
},
{
"type": "PackedVector2Array",
"name": "polygon",
"setter": "set_polygon",
- "getter": "get_polygon",
- "index": -1
+ "getter": "get_polygon"
}
]
},
@@ -139734,22 +138374,19 @@
"type": "typedarray::PackedByteArray",
"name": "packet_data",
"setter": "set_packet_data",
- "getter": "get_packet_data",
- "index": -1
+ "getter": "get_packet_data"
},
{
"type": "PackedInt64Array",
"name": "granule_positions",
"setter": "set_packet_granule_positions",
- "getter": "get_packet_granule_positions",
- "index": -1
+ "getter": "get_packet_granule_positions"
},
{
"type": "float",
"name": "sampling_rate",
"setter": "set_sampling_rate",
- "getter": "get_sampling_rate",
- "index": -1
+ "getter": "get_sampling_rate"
}
]
},
@@ -139828,8 +138465,7 @@
"type": "int",
"name": "omni_shadow_mode",
"setter": "set_shadow_mode",
- "getter": "get_shadow_mode",
- "index": -1
+ "getter": "get_shadow_mode"
}
]
},
@@ -139945,22 +138581,19 @@
"type": "String",
"name": "localized_name",
"setter": "set_localized_name",
- "getter": "get_localized_name",
- "index": -1
+ "getter": "get_localized_name"
},
{
"type": "int",
"name": "action_type",
"setter": "set_action_type",
- "getter": "get_action_type",
- "index": -1
+ "getter": "get_action_type"
},
{
"type": "PackedStringArray",
"name": "toplevel_paths",
"setter": "set_toplevel_paths",
- "getter": "get_toplevel_paths",
- "index": -1
+ "getter": "get_toplevel_paths"
}
]
},
@@ -140185,15 +138818,13 @@
"type": "OpenXRActionSet",
"name": "action_sets",
"setter": "set_action_sets",
- "getter": "get_action_sets",
- "index": -1
+ "getter": "get_action_sets"
},
{
"type": "OpenXRInteractionProfile",
"name": "interaction_profiles",
"setter": "set_interaction_profiles",
- "getter": "get_interaction_profiles",
- "index": -1
+ "getter": "get_interaction_profiles"
}
]
},
@@ -140327,22 +138958,19 @@
"type": "String",
"name": "localized_name",
"setter": "set_localized_name",
- "getter": "get_localized_name",
- "index": -1
+ "getter": "get_localized_name"
},
{
"type": "int",
"name": "priority",
"setter": "set_priority",
- "getter": "get_priority",
- "index": -1
+ "getter": "get_priority"
},
{
"type": "OpenXRAction",
"name": "actions",
"setter": "set_actions",
- "getter": "get_actions",
- "index": -1
+ "getter": "get_actions"
}
]
},
@@ -140472,22 +139100,19 @@
"type": "int",
"name": "hand",
"setter": "set_hand",
- "getter": "get_hand",
- "index": -1
+ "getter": "get_hand"
},
{
"type": "int",
"name": "motion_range",
"setter": "set_motion_range",
- "getter": "get_motion_range",
- "index": -1
+ "getter": "get_motion_range"
},
{
"type": "NodePath",
"name": "hand_skeleton",
"setter": "set_hand_skeleton",
- "getter": "get_hand_skeleton",
- "index": -1
+ "getter": "get_hand_skeleton"
}
]
},
@@ -140611,15 +139236,13 @@
"type": "OpenXRAction",
"name": "action",
"setter": "set_action",
- "getter": "get_action",
- "index": -1
+ "getter": "get_action"
},
{
"type": "PackedStringArray",
"name": "paths",
"setter": "set_paths",
- "getter": "get_paths",
- "index": -1
+ "getter": "get_paths"
}
]
},
@@ -140716,15 +139339,13 @@
"type": "String",
"name": "interaction_profile_path",
"setter": "set_interaction_profile_path",
- "getter": "get_interaction_profile_path",
- "index": -1
+ "getter": "get_interaction_profile_path"
},
{
"type": "OpenXRIPBinding",
"name": "bindings",
"setter": "set_bindings",
- "getter": "get_bindings",
- "index": -1
+ "getter": "get_bindings"
}
]
},
@@ -140793,11 +139414,10 @@
],
"properties": [
{
- "type": "Object",
+ "type": "float",
"name": "display_refresh_rate",
"setter": "set_display_refresh_rate",
- "getter": "get_display_refresh_rate",
- "index": -1
+ "getter": "get_display_refresh_rate"
}
]
},
@@ -141351,22 +139971,19 @@
"type": "int",
"name": "item_count",
"setter": "set_item_count",
- "getter": "get_item_count",
- "index": -1
+ "getter": "get_item_count"
},
{
"type": "int",
"name": "selected",
"setter": "_select_int",
- "getter": "get_selected",
- "index": -1
+ "getter": "get_selected"
},
{
"type": "bool",
"name": "fit_to_longest_item",
"setter": "set_fit_to_longest_item",
- "getter": "is_fit_to_longest_item",
- "index": -1
+ "getter": "is_fit_to_longest_item"
}
]
},
@@ -141736,8 +140353,7 @@
"type": "int",
"name": "encode_buffer_max_size",
"setter": "set_encode_buffer_max_size",
- "getter": "get_encode_buffer_max_size",
- "index": -1
+ "getter": "get_encode_buffer_max_size"
}
]
},
@@ -141998,22 +140614,19 @@
"type": "int",
"name": "input_buffer_max_size",
"setter": "set_input_buffer_max_size",
- "getter": "get_input_buffer_max_size",
- "index": -1
+ "getter": "get_input_buffer_max_size"
},
{
"type": "int",
"name": "output_buffer_max_size",
"setter": "set_output_buffer_max_size",
- "getter": "get_output_buffer_max_size",
- "index": -1
+ "getter": "get_output_buffer_max_size"
},
{
"type": "StreamPeer",
"name": "stream_peer",
"setter": "set_stream_peer",
- "getter": "get_stream_peer",
- "index": -1
+ "getter": "get_stream_peer"
}
]
},
@@ -142308,15 +140921,13 @@
"type": "Texture2D",
"name": "panorama",
"setter": "set_panorama",
- "getter": "get_panorama",
- "index": -1
+ "getter": "get_panorama"
},
{
"type": "bool",
"name": "filter",
"setter": "set_filtering_enabled",
- "getter": "is_filtering_enabled",
- "index": -1
+ "getter": "is_filtering_enabled"
}
]
},
@@ -142483,43 +141094,37 @@
"type": "Vector2",
"name": "scroll_offset",
"setter": "set_scroll_offset",
- "getter": "get_scroll_offset",
- "index": -1
+ "getter": "get_scroll_offset"
},
{
"type": "Vector2",
"name": "scroll_base_offset",
"setter": "set_scroll_base_offset",
- "getter": "get_scroll_base_offset",
- "index": -1
+ "getter": "get_scroll_base_offset"
},
{
"type": "Vector2",
"name": "scroll_base_scale",
"setter": "set_scroll_base_scale",
- "getter": "get_scroll_base_scale",
- "index": -1
+ "getter": "get_scroll_base_scale"
},
{
"type": "Vector2",
"name": "scroll_limit_begin",
"setter": "set_limit_begin",
- "getter": "get_limit_begin",
- "index": -1
+ "getter": "get_limit_begin"
},
{
"type": "Vector2",
"name": "scroll_limit_end",
"setter": "set_limit_end",
- "getter": "get_limit_end",
- "index": -1
+ "getter": "get_limit_end"
},
{
"type": "bool",
"name": "scroll_ignore_camera_zoom",
"setter": "set_ignore_camera_zoom",
- "getter": "is_ignore_camera_zoom",
- "index": -1
+ "getter": "is_ignore_camera_zoom"
}
]
},
@@ -142611,22 +141216,19 @@
"type": "Vector2",
"name": "motion_scale",
"setter": "set_motion_scale",
- "getter": "get_motion_scale",
- "index": -1
+ "getter": "get_motion_scale"
},
{
"type": "Vector2",
"name": "motion_offset",
"setter": "set_motion_offset",
- "getter": "get_motion_offset",
- "index": -1
+ "getter": "get_motion_offset"
},
{
"type": "Vector2",
"name": "motion_mirroring",
"setter": "set_mirroring",
- "getter": "get_mirroring",
- "index": -1
+ "getter": "get_mirroring"
}
]
},
@@ -143849,85 +142451,73 @@
"type": "float",
"name": "lifetime_randomness",
"setter": "set_lifetime_randomness",
- "getter": "get_lifetime_randomness",
- "index": -1
+ "getter": "get_lifetime_randomness"
},
{
"type": "int",
"name": "emission_shape",
"setter": "set_emission_shape",
- "getter": "get_emission_shape",
- "index": -1
+ "getter": "get_emission_shape"
},
{
"type": "float",
"name": "emission_sphere_radius",
"setter": "set_emission_sphere_radius",
- "getter": "get_emission_sphere_radius",
- "index": -1
+ "getter": "get_emission_sphere_radius"
},
{
"type": "Vector3",
"name": "emission_box_extents",
"setter": "set_emission_box_extents",
- "getter": "get_emission_box_extents",
- "index": -1
+ "getter": "get_emission_box_extents"
},
{
"type": "Texture2D",
"name": "emission_point_texture",
"setter": "set_emission_point_texture",
- "getter": "get_emission_point_texture",
- "index": -1
+ "getter": "get_emission_point_texture"
},
{
"type": "Texture2D",
"name": "emission_normal_texture",
"setter": "set_emission_normal_texture",
- "getter": "get_emission_normal_texture",
- "index": -1
+ "getter": "get_emission_normal_texture"
},
{
"type": "Texture2D",
"name": "emission_color_texture",
"setter": "set_emission_color_texture",
- "getter": "get_emission_color_texture",
- "index": -1
+ "getter": "get_emission_color_texture"
},
{
"type": "int",
"name": "emission_point_count",
"setter": "set_emission_point_count",
- "getter": "get_emission_point_count",
- "index": -1
+ "getter": "get_emission_point_count"
},
{
"type": "Vector3",
"name": "emission_ring_axis",
"setter": "set_emission_ring_axis",
- "getter": "get_emission_ring_axis",
- "index": -1
+ "getter": "get_emission_ring_axis"
},
{
"type": "float",
"name": "emission_ring_height",
"setter": "set_emission_ring_height",
- "getter": "get_emission_ring_height",
- "index": -1
+ "getter": "get_emission_ring_height"
},
{
"type": "float",
"name": "emission_ring_radius",
"setter": "set_emission_ring_radius",
- "getter": "get_emission_ring_radius",
- "index": -1
+ "getter": "get_emission_ring_radius"
},
{
"type": "float",
"name": "emission_ring_inner_radius",
"setter": "set_emission_ring_inner_radius",
- "getter": "get_emission_ring_inner_radius",
- "index": -1
+ "getter": "get_emission_ring_inner_radius"
},
{
"type": "bool",
@@ -143954,29 +142544,25 @@
"type": "Vector3",
"name": "direction",
"setter": "set_direction",
- "getter": "get_direction",
- "index": -1
+ "getter": "get_direction"
},
{
"type": "float",
"name": "spread",
"setter": "set_spread",
- "getter": "get_spread",
- "index": -1
+ "getter": "get_spread"
},
{
"type": "float",
"name": "flatness",
"setter": "set_flatness",
- "getter": "get_flatness",
- "index": -1
+ "getter": "get_flatness"
},
{
"type": "Vector3",
"name": "gravity",
"setter": "set_gravity",
- "getter": "get_gravity",
- "index": -1
+ "getter": "get_gravity"
},
{
"type": "float",
@@ -144164,22 +142750,19 @@
"type": "Color",
"name": "color",
"setter": "set_color",
- "getter": "get_color",
- "index": -1
+ "getter": "get_color"
},
{
"type": "GradientTexture1D",
"name": "color_ramp",
"setter": "set_color_ramp",
- "getter": "get_color_ramp",
- "index": -1
+ "getter": "get_color_ramp"
},
{
"type": "GradientTexture1D",
"name": "color_initial_ramp",
"setter": "set_color_initial_ramp",
- "getter": "get_color_initial_ramp",
- "index": -1
+ "getter": "get_color_initial_ramp"
},
{
"type": "float",
@@ -144206,36 +142789,31 @@
"type": "bool",
"name": "turbulence_enabled",
"setter": "set_turbulence_enabled",
- "getter": "get_turbulence_enabled",
- "index": -1
+ "getter": "get_turbulence_enabled"
},
{
"type": "float",
"name": "turbulence_noise_strength",
"setter": "set_turbulence_noise_strength",
- "getter": "get_turbulence_noise_strength",
- "index": -1
+ "getter": "get_turbulence_noise_strength"
},
{
"type": "float",
"name": "turbulence_noise_scale",
"setter": "set_turbulence_noise_scale",
- "getter": "get_turbulence_noise_scale",
- "index": -1
+ "getter": "get_turbulence_noise_scale"
},
{
"type": "Vector3",
"name": "turbulence_noise_speed",
"setter": "set_turbulence_noise_speed",
- "getter": "get_turbulence_noise_speed",
- "index": -1
+ "getter": "get_turbulence_noise_speed"
},
{
"type": "float",
"name": "turbulence_noise_speed_random",
"setter": "set_turbulence_noise_speed_random",
- "getter": "get_turbulence_noise_speed_random",
- "index": -1
+ "getter": "get_turbulence_noise_speed_random"
},
{
"type": "float",
@@ -144318,71 +142896,61 @@
"type": "int",
"name": "sub_emitter_mode",
"setter": "set_sub_emitter_mode",
- "getter": "get_sub_emitter_mode",
- "index": -1
+ "getter": "get_sub_emitter_mode"
},
{
"type": "float",
"name": "sub_emitter_frequency",
"setter": "set_sub_emitter_frequency",
- "getter": "get_sub_emitter_frequency",
- "index": -1
+ "getter": "get_sub_emitter_frequency"
},
{
"type": "int",
"name": "sub_emitter_amount_at_end",
"setter": "set_sub_emitter_amount_at_end",
- "getter": "get_sub_emitter_amount_at_end",
- "index": -1
+ "getter": "get_sub_emitter_amount_at_end"
},
{
"type": "int",
"name": "sub_emitter_amount_at_collision",
"setter": "set_sub_emitter_amount_at_collision",
- "getter": "get_sub_emitter_amount_at_collision",
- "index": -1
+ "getter": "get_sub_emitter_amount_at_collision"
},
{
"type": "bool",
"name": "sub_emitter_keep_velocity",
"setter": "set_sub_emitter_keep_velocity",
- "getter": "get_sub_emitter_keep_velocity",
- "index": -1
+ "getter": "get_sub_emitter_keep_velocity"
},
{
"type": "bool",
"name": "attractor_interaction_enabled",
"setter": "set_attractor_interaction_enabled",
- "getter": "is_attractor_interaction_enabled",
- "index": -1
+ "getter": "is_attractor_interaction_enabled"
},
{
"type": "int",
"name": "collision_mode",
"setter": "set_collision_mode",
- "getter": "get_collision_mode",
- "index": -1
+ "getter": "get_collision_mode"
},
{
"type": "float",
"name": "collision_friction",
"setter": "set_collision_friction",
- "getter": "get_collision_friction",
- "index": -1
+ "getter": "get_collision_friction"
},
{
"type": "float",
"name": "collision_bounce",
"setter": "set_collision_bounce",
- "getter": "get_collision_bounce",
- "index": -1
+ "getter": "get_collision_bounce"
},
{
"type": "bool",
"name": "collision_use_scale",
"setter": "set_collision_use_scale",
- "getter": "is_collision_using_scale",
- "index": -1
+ "getter": "is_collision_using_scale"
}
]
},
@@ -144424,8 +142992,7 @@
"type": "Curve2D",
"name": "curve",
"setter": "set_curve",
- "getter": "get_curve",
- "index": -1
+ "getter": "get_curve"
}
]
},
@@ -144472,8 +143039,7 @@
"type": "Curve3D",
"name": "curve",
"setter": "set_curve",
- "getter": "get_curve",
- "index": -1
+ "getter": "get_curve"
}
]
},
@@ -144700,57 +143266,49 @@
"type": "float",
"name": "progress",
"setter": "set_progress",
- "getter": "get_progress",
- "index": -1
+ "getter": "get_progress"
},
{
"type": "float",
"name": "progress_ratio",
"setter": "set_progress_ratio",
- "getter": "get_progress_ratio",
- "index": -1
+ "getter": "get_progress_ratio"
},
{
"type": "float",
"name": "h_offset",
"setter": "set_h_offset",
- "getter": "get_h_offset",
- "index": -1
+ "getter": "get_h_offset"
},
{
"type": "float",
"name": "v_offset",
"setter": "set_v_offset",
- "getter": "get_v_offset",
- "index": -1
+ "getter": "get_v_offset"
},
{
"type": "bool",
"name": "rotates",
"setter": "set_rotates",
- "getter": "is_rotating",
- "index": -1
+ "getter": "is_rotating"
},
{
"type": "bool",
"name": "cubic_interp",
"setter": "set_cubic_interpolation",
- "getter": "get_cubic_interpolation",
- "index": -1
+ "getter": "get_cubic_interpolation"
},
{
"type": "bool",
"name": "loop",
"setter": "set_loop",
- "getter": "has_loop",
- "index": -1
+ "getter": "has_loop"
},
{
"type": "float",
"name": "lookahead",
"setter": "set_lookahead",
- "getter": "get_lookahead",
- "index": -1
+ "getter": "get_lookahead"
}
]
},
@@ -145024,57 +143582,49 @@
"type": "float",
"name": "progress",
"setter": "set_progress",
- "getter": "get_progress",
- "index": -1
+ "getter": "get_progress"
},
{
"type": "float",
"name": "progress_ratio",
"setter": "set_progress_ratio",
- "getter": "get_progress_ratio",
- "index": -1
+ "getter": "get_progress_ratio"
},
{
"type": "float",
"name": "h_offset",
"setter": "set_h_offset",
- "getter": "get_h_offset",
- "index": -1
+ "getter": "get_h_offset"
},
{
"type": "float",
"name": "v_offset",
"setter": "set_v_offset",
- "getter": "get_v_offset",
- "index": -1
+ "getter": "get_v_offset"
},
{
"type": "int",
"name": "rotation_mode",
"setter": "set_rotation_mode",
- "getter": "get_rotation_mode",
- "index": -1
+ "getter": "get_rotation_mode"
},
{
"type": "bool",
"name": "cubic_interp",
"setter": "set_cubic_interpolation",
- "getter": "get_cubic_interpolation",
- "index": -1
+ "getter": "get_cubic_interpolation"
},
{
"type": "bool",
"name": "loop",
"setter": "set_loop",
- "getter": "has_loop",
- "index": -1
+ "getter": "has_loop"
},
{
"type": "bool",
"name": "tilt_enabled",
"setter": "set_tilt_enabled",
- "getter": "is_tilt_enabled",
- "index": -1
+ "getter": "is_tilt_enabled"
}
]
},
@@ -145465,36 +144015,31 @@
"type": "NodePath",
"name": "bone2d_nodepath",
"setter": "set_bone2d_nodepath",
- "getter": "get_bone2d_nodepath",
- "index": -1
+ "getter": "get_bone2d_nodepath"
},
{
"type": "int",
"name": "bone2d_index",
"setter": "set_bone2d_index",
- "getter": "get_bone2d_index",
- "index": -1
+ "getter": "get_bone2d_index"
},
{
"type": "bool",
"name": "auto_configure_joint",
"setter": "set_auto_configure_joint",
- "getter": "get_auto_configure_joint",
- "index": -1
+ "getter": "get_auto_configure_joint"
},
{
"type": "bool",
"name": "simulate_physics",
"setter": "set_simulate_physics",
- "getter": "get_simulate_physics",
- "index": -1
+ "getter": "get_simulate_physics"
},
{
"type": "bool",
"name": "follow_bone_when_simulating",
"setter": "set_follow_bone_when_simulating",
- "getter": "get_follow_bone_when_simulating",
- "index": -1
+ "getter": "get_follow_bone_when_simulating"
}
]
},
@@ -146049,113 +144594,97 @@
"type": "int",
"name": "joint_type",
"setter": "set_joint_type",
- "getter": "get_joint_type",
- "index": -1
+ "getter": "get_joint_type"
},
{
"type": "Transform3D",
"name": "joint_offset",
"setter": "set_joint_offset",
- "getter": "get_joint_offset",
- "index": -1
+ "getter": "get_joint_offset"
},
{
"type": "Vector3",
"name": "joint_rotation",
"setter": "set_joint_rotation",
- "getter": "get_joint_rotation",
- "index": -1
+ "getter": "get_joint_rotation"
},
{
"type": "Transform3D",
"name": "body_offset",
"setter": "set_body_offset",
- "getter": "get_body_offset",
- "index": -1
+ "getter": "get_body_offset"
},
{
"type": "float",
"name": "mass",
"setter": "set_mass",
- "getter": "get_mass",
- "index": -1
+ "getter": "get_mass"
},
{
"type": "float",
"name": "friction",
"setter": "set_friction",
- "getter": "get_friction",
- "index": -1
+ "getter": "get_friction"
},
{
"type": "float",
"name": "bounce",
"setter": "set_bounce",
- "getter": "get_bounce",
- "index": -1
+ "getter": "get_bounce"
},
{
"type": "float",
"name": "gravity_scale",
"setter": "set_gravity_scale",
- "getter": "get_gravity_scale",
- "index": -1
+ "getter": "get_gravity_scale"
},
{
"type": "bool",
"name": "custom_integrator",
"setter": "set_use_custom_integrator",
- "getter": "is_using_custom_integrator",
- "index": -1
+ "getter": "is_using_custom_integrator"
},
{
"type": "int",
"name": "linear_damp_mode",
"setter": "set_linear_damp_mode",
- "getter": "get_linear_damp_mode",
- "index": -1
+ "getter": "get_linear_damp_mode"
},
{
"type": "float",
"name": "linear_damp",
"setter": "set_linear_damp",
- "getter": "get_linear_damp",
- "index": -1
+ "getter": "get_linear_damp"
},
{
"type": "int",
"name": "angular_damp_mode",
"setter": "set_angular_damp_mode",
- "getter": "get_angular_damp_mode",
- "index": -1
+ "getter": "get_angular_damp_mode"
},
{
"type": "float",
"name": "angular_damp",
"setter": "set_angular_damp",
- "getter": "get_angular_damp",
- "index": -1
+ "getter": "get_angular_damp"
},
{
"type": "Vector3",
"name": "linear_velocity",
"setter": "set_linear_velocity",
- "getter": "get_linear_velocity",
- "index": -1
+ "getter": "get_linear_velocity"
},
{
"type": "Vector3",
"name": "angular_velocity",
"setter": "set_angular_velocity",
- "getter": "get_angular_velocity",
- "index": -1
+ "getter": "get_angular_velocity"
},
{
"type": "bool",
"name": "can_sleep",
"setter": "set_can_sleep",
- "getter": "is_able_to_sleep",
- "index": -1
+ "getter": "is_able_to_sleep"
}
]
},
@@ -146459,78 +144988,67 @@
"type": "float",
"name": "rayleigh_coefficient",
"setter": "set_rayleigh_coefficient",
- "getter": "get_rayleigh_coefficient",
- "index": -1
+ "getter": "get_rayleigh_coefficient"
},
{
"type": "Color",
"name": "rayleigh_color",
"setter": "set_rayleigh_color",
- "getter": "get_rayleigh_color",
- "index": -1
+ "getter": "get_rayleigh_color"
},
{
"type": "float",
"name": "mie_coefficient",
"setter": "set_mie_coefficient",
- "getter": "get_mie_coefficient",
- "index": -1
+ "getter": "get_mie_coefficient"
},
{
"type": "float",
"name": "mie_eccentricity",
"setter": "set_mie_eccentricity",
- "getter": "get_mie_eccentricity",
- "index": -1
+ "getter": "get_mie_eccentricity"
},
{
"type": "Color",
"name": "mie_color",
"setter": "set_mie_color",
- "getter": "get_mie_color",
- "index": -1
+ "getter": "get_mie_color"
},
{
"type": "float",
"name": "turbidity",
"setter": "set_turbidity",
- "getter": "get_turbidity",
- "index": -1
+ "getter": "get_turbidity"
},
{
"type": "float",
"name": "sun_disk_scale",
"setter": "set_sun_disk_scale",
- "getter": "get_sun_disk_scale",
- "index": -1
+ "getter": "get_sun_disk_scale"
},
{
"type": "Color",
"name": "ground_color",
"setter": "set_ground_color",
- "getter": "get_ground_color",
- "index": -1
+ "getter": "get_ground_color"
},
{
"type": "float",
"name": "energy_multiplier",
"setter": "set_energy_multiplier",
- "getter": "get_energy_multiplier",
- "index": -1
+ "getter": "get_energy_multiplier"
},
{
"type": "bool",
"name": "use_debanding",
"setter": "set_use_debanding",
- "getter": "get_use_debanding",
- "index": -1
+ "getter": "get_use_debanding"
},
{
"type": "Texture2D",
"name": "night_sky",
"setter": "set_night_sky",
- "getter": "get_night_sky",
- "index": -1
+ "getter": "get_night_sky"
}
]
},
@@ -147479,86 +145997,66 @@
{
"type": "float",
"name": "step",
- "setter": "",
- "getter": "get_step",
- "index": -1
+ "getter": "get_step"
},
{
"type": "float",
"name": "inverse_mass",
- "setter": "",
- "getter": "get_inverse_mass",
- "index": -1
+ "getter": "get_inverse_mass"
},
{
"type": "float",
"name": "inverse_inertia",
- "setter": "",
- "getter": "get_inverse_inertia",
- "index": -1
+ "getter": "get_inverse_inertia"
},
{
"type": "float",
"name": "total_angular_damp",
- "setter": "",
- "getter": "get_total_angular_damp",
- "index": -1
+ "getter": "get_total_angular_damp"
},
{
"type": "float",
"name": "total_linear_damp",
- "setter": "",
- "getter": "get_total_linear_damp",
- "index": -1
+ "getter": "get_total_linear_damp"
},
{
"type": "Vector2",
"name": "total_gravity",
- "setter": "",
- "getter": "get_total_gravity",
- "index": -1
+ "getter": "get_total_gravity"
},
{
"type": "Vector2",
"name": "center_of_mass",
- "setter": "",
- "getter": "get_center_of_mass",
- "index": -1
+ "getter": "get_center_of_mass"
},
{
"type": "Vector2",
"name": "center_of_mass_local",
- "setter": "",
- "getter": "get_center_of_mass_local",
- "index": -1
+ "getter": "get_center_of_mass_local"
},
{
"type": "float",
"name": "angular_velocity",
"setter": "set_angular_velocity",
- "getter": "get_angular_velocity",
- "index": -1
+ "getter": "get_angular_velocity"
},
{
"type": "Vector2",
"name": "linear_velocity",
"setter": "set_linear_velocity",
- "getter": "get_linear_velocity",
- "index": -1
+ "getter": "get_linear_velocity"
},
{
"type": "bool",
"name": "sleeping",
"setter": "set_sleep_state",
- "getter": "is_sleeping",
- "index": -1
+ "getter": "is_sleeping"
},
{
"type": "Transform2D",
"name": "transform",
"setter": "set_transform",
- "getter": "get_transform",
- "index": -1
+ "getter": "get_transform"
}
]
},
@@ -148757,100 +147255,76 @@
{
"type": "float",
"name": "step",
- "setter": "",
- "getter": "get_step",
- "index": -1
+ "getter": "get_step"
},
{
"type": "float",
"name": "inverse_mass",
- "setter": "",
- "getter": "get_inverse_mass",
- "index": -1
+ "getter": "get_inverse_mass"
},
{
"type": "float",
"name": "total_angular_damp",
- "setter": "",
- "getter": "get_total_angular_damp",
- "index": -1
+ "getter": "get_total_angular_damp"
},
{
"type": "float",
"name": "total_linear_damp",
- "setter": "",
- "getter": "get_total_linear_damp",
- "index": -1
+ "getter": "get_total_linear_damp"
},
{
"type": "Vector3",
"name": "inverse_inertia",
- "setter": "",
- "getter": "get_inverse_inertia",
- "index": -1
+ "getter": "get_inverse_inertia"
},
{
"type": "Basis",
"name": "inverse_inertia_tensor",
- "setter": "",
- "getter": "get_inverse_inertia_tensor",
- "index": -1
+ "getter": "get_inverse_inertia_tensor"
},
{
"type": "Vector3",
"name": "total_gravity",
- "setter": "",
- "getter": "get_total_gravity",
- "index": -1
+ "getter": "get_total_gravity"
},
{
"type": "Vector3",
"name": "center_of_mass",
- "setter": "",
- "getter": "get_center_of_mass",
- "index": -1
+ "getter": "get_center_of_mass"
},
{
"type": "Vector3",
"name": "center_of_mass_local",
- "setter": "",
- "getter": "get_center_of_mass_local",
- "index": -1
+ "getter": "get_center_of_mass_local"
},
{
"type": "Basis",
"name": "principal_inertia_axes",
- "setter": "",
- "getter": "get_principal_inertia_axes",
- "index": -1
+ "getter": "get_principal_inertia_axes"
},
{
"type": "Vector3",
"name": "angular_velocity",
"setter": "set_angular_velocity",
- "getter": "get_angular_velocity",
- "index": -1
+ "getter": "get_angular_velocity"
},
{
"type": "Vector3",
"name": "linear_velocity",
"setter": "set_linear_velocity",
- "getter": "get_linear_velocity",
- "index": -1
+ "getter": "get_linear_velocity"
},
{
"type": "bool",
"name": "sleeping",
"setter": "set_sleep_state",
- "getter": "is_sleeping",
- "index": -1
+ "getter": "is_sleeping"
},
{
"type": "Transform3D",
"name": "transform",
"setter": "set_transform",
- "getter": "get_transform",
- "index": -1
+ "getter": "get_transform"
}
]
},
@@ -150394,29 +148868,25 @@
"type": "float",
"name": "friction",
"setter": "set_friction",
- "getter": "get_friction",
- "index": -1
+ "getter": "get_friction"
},
{
"type": "bool",
"name": "rough",
"setter": "set_rough",
- "getter": "is_rough",
- "index": -1
+ "getter": "is_rough"
},
{
"type": "float",
"name": "bounce",
"setter": "set_bounce",
- "getter": "get_bounce",
- "index": -1
+ "getter": "get_bounce"
},
{
"type": "bool",
"name": "absorbent",
"setter": "set_absorbent",
- "getter": "is_absorbent",
- "index": -1
+ "getter": "is_absorbent"
}
]
},
@@ -150587,43 +149057,37 @@
"type": "Vector2",
"name": "position",
"setter": "set_position",
- "getter": "get_position",
- "index": -1
+ "getter": "get_position"
},
{
"type": "int",
"name": "canvas_instance_id",
"setter": "set_canvas_instance_id",
- "getter": "get_canvas_instance_id",
- "index": -1
+ "getter": "get_canvas_instance_id"
},
{
"type": "int",
"name": "collision_mask",
"setter": "set_collision_mask",
- "getter": "get_collision_mask",
- "index": -1
+ "getter": "get_collision_mask"
},
{
"type": "typedarray::RID",
"name": "exclude",
"setter": "set_exclude",
- "getter": "get_exclude",
- "index": -1
+ "getter": "get_exclude"
},
{
"type": "bool",
"name": "collide_with_bodies",
"setter": "set_collide_with_bodies",
- "getter": "is_collide_with_bodies_enabled",
- "index": -1
+ "getter": "is_collide_with_bodies_enabled"
},
{
"type": "bool",
"name": "collide_with_areas",
"setter": "set_collide_with_areas",
- "getter": "is_collide_with_areas_enabled",
- "index": -1
+ "getter": "is_collide_with_areas_enabled"
}
]
},
@@ -150767,36 +149231,31 @@
"type": "Vector3",
"name": "position",
"setter": "set_position",
- "getter": "get_position",
- "index": -1
+ "getter": "get_position"
},
{
"type": "int",
"name": "collision_mask",
"setter": "set_collision_mask",
- "getter": "get_collision_mask",
- "index": -1
+ "getter": "get_collision_mask"
},
{
"type": "typedarray::RID",
"name": "exclude",
"setter": "set_exclude",
- "getter": "get_exclude",
- "index": -1
+ "getter": "get_exclude"
},
{
"type": "bool",
"name": "collide_with_bodies",
"setter": "set_collide_with_bodies",
- "getter": "is_collide_with_bodies_enabled",
- "index": -1
+ "getter": "is_collide_with_bodies_enabled"
},
{
"type": "bool",
"name": "collide_with_areas",
"setter": "set_collide_with_areas",
- "getter": "is_collide_with_areas_enabled",
- "index": -1
+ "getter": "is_collide_with_areas_enabled"
}
]
},
@@ -151022,50 +149481,43 @@
"type": "Vector2",
"name": "from",
"setter": "set_from",
- "getter": "get_from",
- "index": -1
+ "getter": "get_from"
},
{
"type": "Vector2",
"name": "to",
"setter": "set_to",
- "getter": "get_to",
- "index": -1
+ "getter": "get_to"
},
{
"type": "int",
"name": "collision_mask",
"setter": "set_collision_mask",
- "getter": "get_collision_mask",
- "index": -1
+ "getter": "get_collision_mask"
},
{
"type": "typedarray::RID",
"name": "exclude",
"setter": "set_exclude",
- "getter": "get_exclude",
- "index": -1
+ "getter": "get_exclude"
},
{
"type": "bool",
"name": "collide_with_bodies",
"setter": "set_collide_with_bodies",
- "getter": "is_collide_with_bodies_enabled",
- "index": -1
+ "getter": "is_collide_with_bodies_enabled"
},
{
"type": "bool",
"name": "collide_with_areas",
"setter": "set_collide_with_areas",
- "getter": "is_collide_with_areas_enabled",
- "index": -1
+ "getter": "is_collide_with_areas_enabled"
},
{
"type": "bool",
"name": "hit_from_inside",
"setter": "set_hit_from_inside",
- "getter": "is_hit_from_inside_enabled",
- "index": -1
+ "getter": "is_hit_from_inside_enabled"
}
]
},
@@ -151316,57 +149768,49 @@
"type": "Vector3",
"name": "from",
"setter": "set_from",
- "getter": "get_from",
- "index": -1
+ "getter": "get_from"
},
{
"type": "Vector3",
"name": "to",
"setter": "set_to",
- "getter": "get_to",
- "index": -1
+ "getter": "get_to"
},
{
"type": "int",
"name": "collision_mask",
"setter": "set_collision_mask",
- "getter": "get_collision_mask",
- "index": -1
+ "getter": "get_collision_mask"
},
{
"type": "typedarray::RID",
"name": "exclude",
"setter": "set_exclude",
- "getter": "get_exclude",
- "index": -1
+ "getter": "get_exclude"
},
{
"type": "bool",
"name": "collide_with_bodies",
"setter": "set_collide_with_bodies",
- "getter": "is_collide_with_bodies_enabled",
- "index": -1
+ "getter": "is_collide_with_bodies_enabled"
},
{
"type": "bool",
"name": "collide_with_areas",
"setter": "set_collide_with_areas",
- "getter": "is_collide_with_areas_enabled",
- "index": -1
+ "getter": "is_collide_with_areas_enabled"
},
{
"type": "bool",
"name": "hit_from_inside",
"setter": "set_hit_from_inside",
- "getter": "is_hit_from_inside_enabled",
- "index": -1
+ "getter": "is_hit_from_inside_enabled"
},
{
"type": "bool",
"name": "hit_back_faces",
"setter": "set_hit_back_faces",
- "getter": "is_hit_back_faces_enabled",
- "index": -1
+ "getter": "is_hit_back_faces_enabled"
}
]
},
@@ -163043,64 +161487,55 @@
"type": "int",
"name": "collision_mask",
"setter": "set_collision_mask",
- "getter": "get_collision_mask",
- "index": -1
+ "getter": "get_collision_mask"
},
{
"type": "typedarray::RID",
"name": "exclude",
"setter": "set_exclude",
- "getter": "get_exclude",
- "index": -1
+ "getter": "get_exclude"
},
{
"type": "float",
"name": "margin",
"setter": "set_margin",
- "getter": "get_margin",
- "index": -1
+ "getter": "get_margin"
},
{
"type": "Vector2",
"name": "motion",
"setter": "set_motion",
- "getter": "get_motion",
- "index": -1
+ "getter": "get_motion"
},
{
"type": "Shape2D",
"name": "shape",
"setter": "set_shape",
- "getter": "get_shape",
- "index": -1
+ "getter": "get_shape"
},
{
"type": "RID",
"name": "shape_rid",
"setter": "set_shape_rid",
- "getter": "get_shape_rid",
- "index": -1
+ "getter": "get_shape_rid"
},
{
"type": "Transform2D",
"name": "transform",
"setter": "set_transform",
- "getter": "get_transform",
- "index": -1
+ "getter": "get_transform"
},
{
"type": "bool",
"name": "collide_with_bodies",
"setter": "set_collide_with_bodies",
- "getter": "is_collide_with_bodies_enabled",
- "index": -1
+ "getter": "is_collide_with_bodies_enabled"
},
{
"type": "bool",
"name": "collide_with_areas",
"setter": "set_collide_with_areas",
- "getter": "is_collide_with_areas_enabled",
- "index": -1
+ "getter": "is_collide_with_areas_enabled"
}
]
},
@@ -163346,64 +161781,55 @@
"type": "int",
"name": "collision_mask",
"setter": "set_collision_mask",
- "getter": "get_collision_mask",
- "index": -1
+ "getter": "get_collision_mask"
},
{
"type": "typedarray::RID",
"name": "exclude",
"setter": "set_exclude",
- "getter": "get_exclude",
- "index": -1
+ "getter": "get_exclude"
},
{
"type": "float",
"name": "margin",
"setter": "set_margin",
- "getter": "get_margin",
- "index": -1
+ "getter": "get_margin"
},
{
"type": "Vector2",
"name": "motion",
"setter": "set_motion",
- "getter": "get_motion",
- "index": -1
+ "getter": "get_motion"
},
{
"type": "Shape3D",
"name": "shape",
"setter": "set_shape",
- "getter": "get_shape",
- "index": -1
+ "getter": "get_shape"
},
{
"type": "RID",
"name": "shape_rid",
"setter": "set_shape_rid",
- "getter": "get_shape_rid",
- "index": -1
+ "getter": "get_shape_rid"
},
{
"type": "Transform3D",
"name": "transform",
"setter": "set_transform",
- "getter": "get_transform",
- "index": -1
+ "getter": "get_transform"
},
{
"type": "bool",
"name": "collide_with_bodies",
"setter": "set_collide_with_bodies",
- "getter": "is_collide_with_bodies_enabled",
- "index": -1
+ "getter": "is_collide_with_bodies_enabled"
},
{
"type": "bool",
"name": "collide_with_areas",
"setter": "set_collide_with_areas",
- "getter": "is_collide_with_areas_enabled",
- "index": -1
+ "getter": "is_collide_with_areas_enabled"
}
]
},
@@ -163597,50 +162023,43 @@
"type": "Transform2D",
"name": "from",
"setter": "set_from",
- "getter": "get_from",
- "index": -1
+ "getter": "get_from"
},
{
"type": "Vector2",
"name": "motion",
"setter": "set_motion",
- "getter": "get_motion",
- "index": -1
+ "getter": "get_motion"
},
{
"type": "float",
"name": "margin",
"setter": "set_margin",
- "getter": "get_margin",
- "index": -1
+ "getter": "get_margin"
},
{
"type": "bool",
"name": "collide_separation_ray",
"setter": "set_collide_separation_ray_enabled",
- "getter": "is_collide_separation_ray_enabled",
- "index": -1
+ "getter": "is_collide_separation_ray_enabled"
},
{
"type": "typedarray::RID",
"name": "exclude_bodies",
"setter": "set_exclude_bodies",
- "getter": "get_exclude_bodies",
- "index": -1
+ "getter": "get_exclude_bodies"
},
{
"type": "Array",
"name": "exclude_objects",
"setter": "set_exclude_objects",
- "getter": "get_exclude_objects",
- "index": -1
+ "getter": "get_exclude_objects"
},
{
"type": "bool",
"name": "recovery_as_collision",
"setter": "set_recovery_as_collision_enabled",
- "getter": "is_recovery_as_collision_enabled",
- "index": -1
+ "getter": "is_recovery_as_collision_enabled"
}
]
},
@@ -163861,57 +162280,49 @@
"type": "Transform3D",
"name": "from",
"setter": "set_from",
- "getter": "get_from",
- "index": -1
+ "getter": "get_from"
},
{
"type": "Vector3",
"name": "motion",
"setter": "set_motion",
- "getter": "get_motion",
- "index": -1
+ "getter": "get_motion"
},
{
"type": "float",
"name": "margin",
"setter": "set_margin",
- "getter": "get_margin",
- "index": -1
+ "getter": "get_margin"
},
{
"type": "int",
"name": "max_collisions",
"setter": "set_max_collisions",
- "getter": "get_max_collisions",
- "index": -1
+ "getter": "get_max_collisions"
},
{
"type": "bool",
"name": "collide_separation_ray",
"setter": "set_collide_separation_ray_enabled",
- "getter": "is_collide_separation_ray_enabled",
- "index": -1
+ "getter": "is_collide_separation_ray_enabled"
},
{
"type": "typedarray::RID",
"name": "exclude_bodies",
"setter": "set_exclude_bodies",
- "getter": "get_exclude_bodies",
- "index": -1
+ "getter": "get_exclude_bodies"
},
{
"type": "Array",
"name": "exclude_objects",
"setter": "set_exclude_objects",
- "getter": "get_exclude_objects",
- "index": -1
+ "getter": "get_exclude_objects"
},
{
"type": "bool",
"name": "recovery_as_collision",
"setter": "set_recovery_as_collision_enabled",
- "getter": "is_recovery_as_collision_enabled",
- "index": -1
+ "getter": "is_recovery_as_collision_enabled"
}
]
},
@@ -164355,8 +162766,7 @@
"type": "float",
"name": "softness",
"setter": "set_softness",
- "getter": "get_softness",
- "index": -1
+ "getter": "get_softness"
}
]
},
@@ -164474,8 +162884,7 @@
"type": "AABB",
"name": "aabb",
"setter": "set_aabb",
- "getter": "get_aabb",
- "index": -1
+ "getter": "get_aabb"
}
]
},
@@ -164506,8 +162915,7 @@
"type": "Vector2i",
"name": "size",
"setter": "set_size",
- "getter": "get_size",
- "index": -1
+ "getter": "get_size"
}
]
},
@@ -164556,8 +162964,7 @@
"type": "Vector3i",
"name": "size",
"setter": "set_size",
- "getter": "get_size",
- "index": -1
+ "getter": "get_size"
}
]
},
@@ -164614,15 +163021,13 @@
"type": "Vector2i",
"name": "size",
"setter": "set_size",
- "getter": "get_size",
- "index": -1
+ "getter": "get_size"
},
{
"type": "int",
"name": "layers",
"setter": "set_layers",
- "getter": "get_layers",
- "index": -1
+ "getter": "get_layers"
}
]
},
@@ -164788,36 +163193,31 @@
"type": "Vector2",
"name": "size",
"setter": "set_size",
- "getter": "get_size",
- "index": -1
+ "getter": "get_size"
},
{
"type": "int",
"name": "subdivide_width",
"setter": "set_subdivide_width",
- "getter": "get_subdivide_width",
- "index": -1
+ "getter": "get_subdivide_width"
},
{
"type": "int",
"name": "subdivide_depth",
"setter": "set_subdivide_depth",
- "getter": "get_subdivide_depth",
- "index": -1
+ "getter": "get_subdivide_depth"
},
{
"type": "Vector3",
"name": "center_offset",
"setter": "set_center_offset",
- "getter": "get_center_offset",
- "index": -1
+ "getter": "get_center_offset"
},
{
"type": "int",
"name": "orientation",
"setter": "set_orientation",
- "getter": "get_orientation",
- "index": -1
+ "getter": "get_orientation"
}
]
},
@@ -164911,29 +163311,25 @@
"type": "Texture2D",
"name": "texture",
"setter": "set_texture",
- "getter": "get_texture",
- "index": -1
+ "getter": "get_texture"
},
{
"type": "Vector2",
"name": "offset",
"setter": "set_texture_offset",
- "getter": "get_texture_offset",
- "index": -1
+ "getter": "get_texture_offset"
},
{
"type": "float",
"name": "texture_scale",
"setter": "set_texture_scale",
- "getter": "get_texture_scale",
- "index": -1
+ "getter": "get_texture_scale"
},
{
"type": "float",
"name": "height",
"setter": "set_height",
- "getter": "get_height",
- "index": -1
+ "getter": "get_height"
}
]
},
@@ -165465,113 +163861,97 @@
"type": "Color",
"name": "color",
"setter": "set_color",
- "getter": "get_color",
- "index": -1
+ "getter": "get_color"
},
{
"type": "Vector2",
"name": "offset",
"setter": "set_offset",
- "getter": "get_offset",
- "index": -1
+ "getter": "get_offset"
},
{
"type": "bool",
"name": "antialiased",
"setter": "set_antialiased",
- "getter": "get_antialiased",
- "index": -1
+ "getter": "get_antialiased"
},
{
"type": "Texture2D",
"name": "texture",
"setter": "set_texture",
- "getter": "get_texture",
- "index": -1
+ "getter": "get_texture"
},
{
"type": "Vector2",
"name": "texture_offset",
"setter": "set_texture_offset",
- "getter": "get_texture_offset",
- "index": -1
+ "getter": "get_texture_offset"
},
{
"type": "Vector2",
"name": "texture_scale",
"setter": "set_texture_scale",
- "getter": "get_texture_scale",
- "index": -1
+ "getter": "get_texture_scale"
},
{
"type": "float",
"name": "texture_rotation",
"setter": "set_texture_rotation",
- "getter": "get_texture_rotation",
- "index": -1
+ "getter": "get_texture_rotation"
},
{
"type": "NodePath",
"name": "skeleton",
"setter": "set_skeleton",
- "getter": "get_skeleton",
- "index": -1
+ "getter": "get_skeleton"
},
{
"type": "bool",
"name": "invert_enabled",
"setter": "set_invert_enabled",
- "getter": "get_invert_enabled",
- "index": -1
+ "getter": "get_invert_enabled"
},
{
"type": "float",
"name": "invert_border",
"setter": "set_invert_border",
- "getter": "get_invert_border",
- "index": -1
+ "getter": "get_invert_border"
},
{
"type": "PackedVector2Array",
"name": "polygon",
"setter": "set_polygon",
- "getter": "get_polygon",
- "index": -1
+ "getter": "get_polygon"
},
{
"type": "PackedVector2Array",
"name": "uv",
"setter": "set_uv",
- "getter": "get_uv",
- "index": -1
+ "getter": "get_uv"
},
{
"type": "PackedColorArray",
"name": "vertex_colors",
"setter": "set_vertex_colors",
- "getter": "get_vertex_colors",
- "index": -1
+ "getter": "get_vertex_colors"
},
{
"type": "Array",
"name": "polygons",
"setter": "set_polygons",
- "getter": "get_polygons",
- "index": -1
+ "getter": "get_polygons"
},
{
"type": "Array",
"name": "bones",
"setter": "_set_bones",
- "getter": "_get_bones",
- "index": -1
+ "getter": "_get_bones"
},
{
"type": "int",
"name": "internal_vertex_count",
"setter": "set_internal_vertex_count",
- "getter": "get_internal_vertex_count",
- "index": -1
+ "getter": "get_internal_vertex_count"
}
]
},
@@ -165613,8 +163993,7 @@
"type": "PackedVector2Array",
"name": "polygon",
"setter": "set_polygon",
- "getter": "get_polygon",
- "index": -1
+ "getter": "get_polygon"
}
]
},
@@ -165775,8 +164154,7 @@
"type": "Dictionary",
"name": "data",
"setter": "_set_data",
- "getter": "_get_data",
- "index": -1
+ "getter": "_get_data"
}
]
},
@@ -167168,43 +165546,37 @@
"type": "bool",
"name": "hide_on_item_selection",
"setter": "set_hide_on_item_selection",
- "getter": "is_hide_on_item_selection",
- "index": -1
+ "getter": "is_hide_on_item_selection"
},
{
"type": "bool",
"name": "hide_on_checkable_item_selection",
"setter": "set_hide_on_checkable_item_selection",
- "getter": "is_hide_on_checkable_item_selection",
- "index": -1
+ "getter": "is_hide_on_checkable_item_selection"
},
{
"type": "bool",
"name": "hide_on_state_item_selection",
"setter": "set_hide_on_state_item_selection",
- "getter": "is_hide_on_state_item_selection",
- "index": -1
+ "getter": "is_hide_on_state_item_selection"
},
{
"type": "float",
"name": "submenu_popup_delay",
"setter": "set_submenu_popup_delay",
- "getter": "get_submenu_popup_delay",
- "index": -1
+ "getter": "get_submenu_popup_delay"
},
{
"type": "bool",
"name": "allow_search",
"setter": "set_allow_search",
- "getter": "get_allow_search",
- "index": -1
+ "getter": "get_allow_search"
},
{
"type": "int",
"name": "item_count",
"setter": "set_item_count",
- "getter": "get_item_count",
- "index": -1
+ "getter": "get_item_count"
}
]
},
@@ -167386,15 +165758,13 @@
"type": "Vector2",
"name": "size_override",
"setter": "set_size_override",
- "getter": "get_size_override",
- "index": -1
+ "getter": "get_size_override"
},
{
"type": "bool",
"name": "keep_compressed_buffer",
"setter": "set_keep_compressed_buffer",
- "getter": "is_keeping_compressed_buffer",
- "index": -1
+ "getter": "is_keeping_compressed_buffer"
}
]
},
@@ -167559,36 +165929,31 @@
"type": "BaseMaterial3D,ShaderMaterial",
"name": "material",
"setter": "set_material",
- "getter": "get_material",
- "index": -1
+ "getter": "get_material"
},
{
"type": "AABB",
"name": "custom_aabb",
"setter": "set_custom_aabb",
- "getter": "get_custom_aabb",
- "index": -1
+ "getter": "get_custom_aabb"
},
{
"type": "bool",
"name": "flip_faces",
"setter": "set_flip_faces",
- "getter": "get_flip_faces",
- "index": -1
+ "getter": "get_flip_faces"
},
{
"type": "bool",
"name": "add_uv2",
"setter": "set_add_uv2",
- "getter": "get_add_uv2",
- "index": -1
+ "getter": "get_add_uv2"
},
{
"type": "float",
"name": "uv2_padding",
"setter": "set_uv2_padding",
- "getter": "get_uv2_padding",
- "index": -1
+ "getter": "get_uv2_padding"
}
]
},
@@ -167738,36 +166103,31 @@
"type": "float",
"name": "left_to_right",
"setter": "set_left_to_right",
- "getter": "get_left_to_right",
- "index": -1
+ "getter": "get_left_to_right"
},
{
"type": "Vector3",
"name": "size",
"setter": "set_size",
- "getter": "get_size",
- "index": -1
+ "getter": "get_size"
},
{
"type": "int",
"name": "subdivide_width",
"setter": "set_subdivide_width",
- "getter": "get_subdivide_width",
- "index": -1
+ "getter": "get_subdivide_width"
},
{
"type": "int",
"name": "subdivide_height",
"setter": "set_subdivide_height",
- "getter": "get_subdivide_height",
- "index": -1
+ "getter": "get_subdivide_height"
},
{
"type": "int",
"name": "subdivide_depth",
"setter": "set_subdivide_depth",
- "getter": "get_subdivide_depth",
- "index": -1
+ "getter": "get_subdivide_depth"
}
]
},
@@ -168121,92 +166481,79 @@
"type": "Color",
"name": "sky_top_color",
"setter": "set_sky_top_color",
- "getter": "get_sky_top_color",
- "index": -1
+ "getter": "get_sky_top_color"
},
{
"type": "Color",
"name": "sky_horizon_color",
"setter": "set_sky_horizon_color",
- "getter": "get_sky_horizon_color",
- "index": -1
+ "getter": "get_sky_horizon_color"
},
{
"type": "float",
"name": "sky_curve",
"setter": "set_sky_curve",
- "getter": "get_sky_curve",
- "index": -1
+ "getter": "get_sky_curve"
},
{
"type": "float",
"name": "sky_energy_multiplier",
"setter": "set_sky_energy_multiplier",
- "getter": "get_sky_energy_multiplier",
- "index": -1
+ "getter": "get_sky_energy_multiplier"
},
{
"type": "Texture2D",
"name": "sky_cover",
"setter": "set_sky_cover",
- "getter": "get_sky_cover",
- "index": -1
+ "getter": "get_sky_cover"
},
{
"type": "Color",
"name": "sky_cover_modulate",
"setter": "set_sky_cover_modulate",
- "getter": "get_sky_cover_modulate",
- "index": -1
+ "getter": "get_sky_cover_modulate"
},
{
"type": "Color",
"name": "ground_bottom_color",
"setter": "set_ground_bottom_color",
- "getter": "get_ground_bottom_color",
- "index": -1
+ "getter": "get_ground_bottom_color"
},
{
"type": "Color",
"name": "ground_horizon_color",
"setter": "set_ground_horizon_color",
- "getter": "get_ground_horizon_color",
- "index": -1
+ "getter": "get_ground_horizon_color"
},
{
"type": "float",
"name": "ground_curve",
"setter": "set_ground_curve",
- "getter": "get_ground_curve",
- "index": -1
+ "getter": "get_ground_curve"
},
{
"type": "float",
"name": "ground_energy_multiplier",
"setter": "set_ground_energy_multiplier",
- "getter": "get_ground_energy_multiplier",
- "index": -1
+ "getter": "get_ground_energy_multiplier"
},
{
"type": "float",
"name": "sun_angle_max",
"setter": "set_sun_angle_max",
- "getter": "get_sun_angle_max",
- "index": -1
+ "getter": "get_sun_angle_max"
},
{
"type": "float",
"name": "sun_curve",
"setter": "set_sun_curve",
- "getter": "get_sun_curve",
- "index": -1
+ "getter": "get_sun_curve"
},
{
"type": "bool",
"name": "use_debanding",
"setter": "set_use_debanding",
- "getter": "get_use_debanding",
- "index": -1
+ "getter": "get_use_debanding"
}
]
},
@@ -168299,15 +166646,13 @@
"type": "int",
"name": "fill_mode",
"setter": "set_fill_mode",
- "getter": "get_fill_mode",
- "index": -1
+ "getter": "get_fill_mode"
},
{
"type": "bool",
"name": "show_percentage",
"setter": "set_show_percentage",
- "getter": "is_percentage_shown",
- "index": -1
+ "getter": "is_percentage_shown"
}
]
},
@@ -168708,8 +167053,7 @@
"type": "Vector2",
"name": "size",
"setter": "set_size",
- "getter": "get_size",
- "index": -1
+ "getter": "get_size"
}
]
},
@@ -168803,22 +167147,19 @@
"type": "int",
"name": "format",
"setter": "set_format",
- "getter": "get_format",
- "index": -1
+ "getter": "get_format"
},
{
"type": "int",
"name": "samples",
"setter": "set_samples",
- "getter": "get_samples",
- "index": -1
+ "getter": "get_samples"
},
{
"type": "int",
"name": "usage_flags",
"setter": "set_usage_flags",
- "getter": "get_usage_flags",
- "index": -1
+ "getter": "get_usage_flags"
}
]
},
@@ -168968,36 +167309,31 @@
"type": "PackedInt32Array",
"name": "color_attachments",
"setter": "set_color_attachments",
- "getter": "get_color_attachments",
- "index": -1
+ "getter": "get_color_attachments"
},
{
"type": "PackedInt32Array",
"name": "input_attachments",
"setter": "set_input_attachments",
- "getter": "get_input_attachments",
- "index": -1
+ "getter": "get_input_attachments"
},
{
"type": "PackedInt32Array",
"name": "resolve_attachments",
"setter": "set_resolve_attachments",
- "getter": "get_resolve_attachments",
- "index": -1
+ "getter": "get_resolve_attachments"
},
{
"type": "PackedInt32Array",
"name": "preserve_attachments",
"setter": "set_preserve_attachments",
- "getter": "get_preserve_attachments",
- "index": -1
+ "getter": "get_preserve_attachments"
},
{
"type": "int",
"name": "depth_attachment",
"setter": "set_depth_attachment",
- "getter": "get_depth_attachment",
- "index": -1
+ "getter": "get_depth_attachment"
}
]
},
@@ -169114,29 +167450,25 @@
"type": "bool",
"name": "enable_logic_op",
"setter": "set_enable_logic_op",
- "getter": "get_enable_logic_op",
- "index": -1
+ "getter": "get_enable_logic_op"
},
{
"type": "int",
"name": "logic_op",
"setter": "set_logic_op",
- "getter": "get_logic_op",
- "index": -1
+ "getter": "get_logic_op"
},
{
"type": "Color",
"name": "blend_constant",
"setter": "set_blend_constant",
- "getter": "get_blend_constant",
- "index": -1
+ "getter": "get_blend_constant"
},
{
"type": "typedarray::RDPipelineColorBlendStateAttachment",
"name": "attachments",
"setter": "set_attachments",
- "getter": "get_attachments",
- "index": -1
+ "getter": "get_attachments"
}
]
},
@@ -169436,78 +167768,67 @@
"type": "bool",
"name": "enable_blend",
"setter": "set_enable_blend",
- "getter": "get_enable_blend",
- "index": -1
+ "getter": "get_enable_blend"
},
{
"type": "int",
"name": "src_color_blend_factor",
"setter": "set_src_color_blend_factor",
- "getter": "get_src_color_blend_factor",
- "index": -1
+ "getter": "get_src_color_blend_factor"
},
{
"type": "int",
"name": "dst_color_blend_factor",
"setter": "set_dst_color_blend_factor",
- "getter": "get_dst_color_blend_factor",
- "index": -1
+ "getter": "get_dst_color_blend_factor"
},
{
"type": "int",
"name": "color_blend_op",
"setter": "set_color_blend_op",
- "getter": "get_color_blend_op",
- "index": -1
+ "getter": "get_color_blend_op"
},
{
"type": "int",
"name": "src_alpha_blend_factor",
"setter": "set_src_alpha_blend_factor",
- "getter": "get_src_alpha_blend_factor",
- "index": -1
+ "getter": "get_src_alpha_blend_factor"
},
{
"type": "int",
"name": "dst_alpha_blend_factor",
"setter": "set_dst_alpha_blend_factor",
- "getter": "get_dst_alpha_blend_factor",
- "index": -1
+ "getter": "get_dst_alpha_blend_factor"
},
{
"type": "int",
"name": "alpha_blend_op",
"setter": "set_alpha_blend_op",
- "getter": "get_alpha_blend_op",
- "index": -1
+ "getter": "get_alpha_blend_op"
},
{
"type": "bool",
"name": "write_r",
"setter": "set_write_r",
- "getter": "get_write_r",
- "index": -1
+ "getter": "get_write_r"
},
{
"type": "bool",
"name": "write_g",
"setter": "set_write_g",
- "getter": "get_write_g",
- "index": -1
+ "getter": "get_write_g"
},
{
"type": "bool",
"name": "write_b",
"setter": "set_write_b",
- "getter": "get_write_b",
- "index": -1
+ "getter": "get_write_b"
},
{
"type": "bool",
"name": "write_a",
"setter": "set_write_a",
- "getter": "get_write_a",
- "index": -1
+ "getter": "get_write_a"
}
]
},
@@ -170065,148 +168386,127 @@
"type": "bool",
"name": "enable_depth_test",
"setter": "set_enable_depth_test",
- "getter": "get_enable_depth_test",
- "index": -1
+ "getter": "get_enable_depth_test"
},
{
"type": "bool",
"name": "enable_depth_write",
"setter": "set_enable_depth_write",
- "getter": "get_enable_depth_write",
- "index": -1
+ "getter": "get_enable_depth_write"
},
{
"type": "int",
"name": "depth_compare_operator",
"setter": "set_depth_compare_operator",
- "getter": "get_depth_compare_operator",
- "index": -1
+ "getter": "get_depth_compare_operator"
},
{
"type": "bool",
"name": "enable_depth_range",
"setter": "set_enable_depth_range",
- "getter": "get_enable_depth_range",
- "index": -1
+ "getter": "get_enable_depth_range"
},
{
"type": "float",
"name": "depth_range_min",
"setter": "set_depth_range_min",
- "getter": "get_depth_range_min",
- "index": -1
+ "getter": "get_depth_range_min"
},
{
"type": "float",
"name": "depth_range_max",
"setter": "set_depth_range_max",
- "getter": "get_depth_range_max",
- "index": -1
+ "getter": "get_depth_range_max"
},
{
"type": "bool",
"name": "enable_stencil",
"setter": "set_enable_stencil",
- "getter": "get_enable_stencil",
- "index": -1
+ "getter": "get_enable_stencil"
},
{
"type": "int",
"name": "front_op_fail",
"setter": "set_front_op_fail",
- "getter": "get_front_op_fail",
- "index": -1
+ "getter": "get_front_op_fail"
},
{
"type": "int",
"name": "front_op_pass",
"setter": "set_front_op_pass",
- "getter": "get_front_op_pass",
- "index": -1
+ "getter": "get_front_op_pass"
},
{
"type": "int",
"name": "front_op_depth_fail",
"setter": "set_front_op_depth_fail",
- "getter": "get_front_op_depth_fail",
- "index": -1
+ "getter": "get_front_op_depth_fail"
},
{
"type": "int",
"name": "front_op_compare",
"setter": "set_front_op_compare",
- "getter": "get_front_op_compare",
- "index": -1
+ "getter": "get_front_op_compare"
},
{
"type": "int",
"name": "front_op_compare_mask",
"setter": "set_front_op_compare_mask",
- "getter": "get_front_op_compare_mask",
- "index": -1
+ "getter": "get_front_op_compare_mask"
},
{
"type": "int",
"name": "front_op_write_mask",
"setter": "set_front_op_write_mask",
- "getter": "get_front_op_write_mask",
- "index": -1
+ "getter": "get_front_op_write_mask"
},
{
"type": "int",
"name": "front_op_reference",
"setter": "set_front_op_reference",
- "getter": "get_front_op_reference",
- "index": -1
+ "getter": "get_front_op_reference"
},
{
"type": "int",
"name": "back_op_fail",
"setter": "set_back_op_fail",
- "getter": "get_back_op_fail",
- "index": -1
+ "getter": "get_back_op_fail"
},
{
"type": "int",
"name": "back_op_pass",
"setter": "set_back_op_pass",
- "getter": "get_back_op_pass",
- "index": -1
+ "getter": "get_back_op_pass"
},
{
"type": "int",
"name": "back_op_depth_fail",
"setter": "set_back_op_depth_fail",
- "getter": "get_back_op_depth_fail",
- "index": -1
+ "getter": "get_back_op_depth_fail"
},
{
"type": "int",
"name": "back_op_compare",
"setter": "set_back_op_compare",
- "getter": "get_back_op_compare",
- "index": -1
+ "getter": "get_back_op_compare"
},
{
"type": "int",
"name": "back_op_compare_mask",
"setter": "set_back_op_compare_mask",
- "getter": "get_back_op_compare_mask",
- "index": -1
+ "getter": "get_back_op_compare_mask"
},
{
"type": "int",
"name": "back_op_write_mask",
"setter": "set_back_op_write_mask",
- "getter": "get_back_op_write_mask",
- "index": -1
+ "getter": "get_back_op_write_mask"
},
{
"type": "int",
"name": "back_op_reference",
"setter": "set_back_op_reference",
- "getter": "get_back_op_reference",
- "index": -1
+ "getter": "get_back_op_reference"
}
]
},
@@ -170375,43 +168675,37 @@
"type": "int",
"name": "sample_count",
"setter": "set_sample_count",
- "getter": "get_sample_count",
- "index": -1
+ "getter": "get_sample_count"
},
{
"type": "bool",
"name": "enable_sample_shading",
"setter": "set_enable_sample_shading",
- "getter": "get_enable_sample_shading",
- "index": -1
+ "getter": "get_enable_sample_shading"
},
{
"type": "float",
"name": "min_sample_shading",
"setter": "set_min_sample_shading",
- "getter": "get_min_sample_shading",
- "index": -1
+ "getter": "get_min_sample_shading"
},
{
"type": "bool",
"name": "enable_alpha_to_coverage",
"setter": "set_enable_alpha_to_coverage",
- "getter": "get_enable_alpha_to_coverage",
- "index": -1
+ "getter": "get_enable_alpha_to_coverage"
},
{
"type": "bool",
"name": "enable_alpha_to_one",
"setter": "set_enable_alpha_to_one",
- "getter": "get_enable_alpha_to_one",
- "index": -1
+ "getter": "get_enable_alpha_to_one"
},
{
"type": "typedarray::int",
"name": "sample_masks",
"setter": "set_sample_masks",
- "getter": "get_sample_masks",
- "index": -1
+ "getter": "get_sample_masks"
}
]
},
@@ -170713,78 +169007,67 @@
"type": "bool",
"name": "enable_depth_clamp",
"setter": "set_enable_depth_clamp",
- "getter": "get_enable_depth_clamp",
- "index": -1
+ "getter": "get_enable_depth_clamp"
},
{
"type": "bool",
"name": "discard_primitives",
"setter": "set_discard_primitives",
- "getter": "get_discard_primitives",
- "index": -1
+ "getter": "get_discard_primitives"
},
{
"type": "bool",
"name": "wireframe",
"setter": "set_wireframe",
- "getter": "get_wireframe",
- "index": -1
+ "getter": "get_wireframe"
},
{
"type": "int",
"name": "cull_mode",
"setter": "set_cull_mode",
- "getter": "get_cull_mode",
- "index": -1
+ "getter": "get_cull_mode"
},
{
"type": "int",
"name": "front_face",
"setter": "set_front_face",
- "getter": "get_front_face",
- "index": -1
+ "getter": "get_front_face"
},
{
"type": "bool",
"name": "depth_bias_enabled",
"setter": "set_depth_bias_enabled",
- "getter": "get_depth_bias_enabled",
- "index": -1
+ "getter": "get_depth_bias_enabled"
},
{
"type": "float",
"name": "depth_bias_constant_factor",
"setter": "set_depth_bias_constant_factor",
- "getter": "get_depth_bias_constant_factor",
- "index": -1
+ "getter": "get_depth_bias_constant_factor"
},
{
"type": "float",
"name": "depth_bias_clamp",
"setter": "set_depth_bias_clamp",
- "getter": "get_depth_bias_clamp",
- "index": -1
+ "getter": "get_depth_bias_clamp"
},
{
"type": "float",
"name": "depth_bias_slope_factor",
"setter": "set_depth_bias_slope_factor",
- "getter": "get_depth_bias_slope_factor",
- "index": -1
+ "getter": "get_depth_bias_slope_factor"
},
{
"type": "float",
"name": "line_width",
"setter": "set_line_width",
- "getter": "get_line_width",
- "index": -1
+ "getter": "get_line_width"
},
{
"type": "int",
"name": "patch_control_points",
"setter": "set_patch_control_points",
- "getter": "get_patch_control_points",
- "index": -1
+ "getter": "get_patch_control_points"
}
]
},
@@ -170853,15 +169136,13 @@
"type": "Variant",
"name": "value",
"setter": "set_value",
- "getter": "get_value",
- "index": -1
+ "getter": "get_value"
},
{
"type": "int",
"name": "constant_id",
"setter": "set_constant_id",
- "getter": "get_constant_id",
- "index": -1
+ "getter": "get_constant_id"
}
]
},
@@ -171261,106 +169542,91 @@
"type": "int",
"name": "mag_filter",
"setter": "set_mag_filter",
- "getter": "get_mag_filter",
- "index": -1
+ "getter": "get_mag_filter"
},
{
"type": "int",
"name": "min_filter",
"setter": "set_min_filter",
- "getter": "get_min_filter",
- "index": -1
+ "getter": "get_min_filter"
},
{
"type": "int",
"name": "mip_filter",
"setter": "set_mip_filter",
- "getter": "get_mip_filter",
- "index": -1
+ "getter": "get_mip_filter"
},
{
"type": "int",
"name": "repeat_u",
"setter": "set_repeat_u",
- "getter": "get_repeat_u",
- "index": -1
+ "getter": "get_repeat_u"
},
{
"type": "int",
"name": "repeat_v",
"setter": "set_repeat_v",
- "getter": "get_repeat_v",
- "index": -1
+ "getter": "get_repeat_v"
},
{
"type": "int",
"name": "repeat_w",
"setter": "set_repeat_w",
- "getter": "get_repeat_w",
- "index": -1
+ "getter": "get_repeat_w"
},
{
"type": "float",
"name": "lod_bias",
"setter": "set_lod_bias",
- "getter": "get_lod_bias",
- "index": -1
+ "getter": "get_lod_bias"
},
{
"type": "bool",
"name": "use_anisotropy",
"setter": "set_use_anisotropy",
- "getter": "get_use_anisotropy",
- "index": -1
+ "getter": "get_use_anisotropy"
},
{
"type": "float",
"name": "anisotropy_max",
"setter": "set_anisotropy_max",
- "getter": "get_anisotropy_max",
- "index": -1
+ "getter": "get_anisotropy_max"
},
{
"type": "bool",
"name": "enable_compare",
"setter": "set_enable_compare",
- "getter": "get_enable_compare",
- "index": -1
+ "getter": "get_enable_compare"
},
{
"type": "int",
"name": "compare_op",
"setter": "set_compare_op",
- "getter": "get_compare_op",
- "index": -1
+ "getter": "get_compare_op"
},
{
"type": "float",
"name": "min_lod",
"setter": "set_min_lod",
- "getter": "get_min_lod",
- "index": -1
+ "getter": "get_min_lod"
},
{
"type": "float",
"name": "max_lod",
"setter": "set_max_lod",
- "getter": "get_max_lod",
- "index": -1
+ "getter": "get_max_lod"
},
{
"type": "int",
"name": "border_color",
"setter": "set_border_color",
- "getter": "get_border_color",
- "index": -1
+ "getter": "get_border_color"
},
{
"type": "bool",
"name": "unnormalized_uvw",
"setter": "set_unnormalized_uvw",
- "getter": "get_unnormalized_uvw",
- "index": -1
+ "getter": "get_unnormalized_uvw"
}
]
},
@@ -171450,8 +169716,7 @@
"type": "String",
"name": "base_error",
"setter": "set_base_error",
- "getter": "get_base_error",
- "index": -1
+ "getter": "get_base_error"
}
]
},
@@ -171714,8 +169979,7 @@
"type": "int",
"name": "language",
"setter": "set_language",
- "getter": "get_language",
- "index": -1
+ "getter": "get_language"
}
]
},
@@ -171995,64 +170259,55 @@
"type": "int",
"name": "format",
"setter": "set_format",
- "getter": "get_format",
- "index": -1
+ "getter": "get_format"
},
{
"type": "int",
"name": "width",
"setter": "set_width",
- "getter": "get_width",
- "index": -1
+ "getter": "get_width"
},
{
"type": "int",
"name": "height",
"setter": "set_height",
- "getter": "get_height",
- "index": -1
+ "getter": "get_height"
},
{
"type": "int",
"name": "depth",
"setter": "set_depth",
- "getter": "get_depth",
- "index": -1
+ "getter": "get_depth"
},
{
"type": "int",
"name": "array_layers",
"setter": "set_array_layers",
- "getter": "get_array_layers",
- "index": -1
+ "getter": "get_array_layers"
},
{
"type": "int",
"name": "mipmaps",
"setter": "set_mipmaps",
- "getter": "get_mipmaps",
- "index": -1
+ "getter": "get_mipmaps"
},
{
"type": "int",
"name": "texture_type",
"setter": "set_texture_type",
- "getter": "get_texture_type",
- "index": -1
+ "getter": "get_texture_type"
},
{
"type": "int",
"name": "samples",
"setter": "set_samples",
- "getter": "get_samples",
- "index": -1
+ "getter": "get_samples"
},
{
"type": "int",
"name": "usage_bits",
"setter": "set_usage_bits",
- "getter": "get_usage_bits",
- "index": -1
+ "getter": "get_usage_bits"
}
]
},
@@ -172194,36 +170449,31 @@
"type": "int",
"name": "format_override",
"setter": "set_format_override",
- "getter": "get_format_override",
- "index": -1
+ "getter": "get_format_override"
},
{
"type": "int",
"name": "swizzle_r",
"setter": "set_swizzle_r",
- "getter": "get_swizzle_r",
- "index": -1
+ "getter": "get_swizzle_r"
},
{
"type": "int",
"name": "swizzle_g",
"setter": "set_swizzle_g",
- "getter": "get_swizzle_g",
- "index": -1
+ "getter": "get_swizzle_g"
},
{
"type": "int",
"name": "swizzle_b",
"setter": "set_swizzle_b",
- "getter": "get_swizzle_b",
- "index": -1
+ "getter": "get_swizzle_b"
},
{
"type": "int",
"name": "swizzle_a",
"setter": "set_swizzle_a",
- "getter": "get_swizzle_a",
- "index": -1
+ "getter": "get_swizzle_a"
}
]
},
@@ -172325,15 +170575,13 @@
"type": "int",
"name": "uniform_type",
"setter": "set_uniform_type",
- "getter": "get_uniform_type",
- "index": -1
+ "getter": "get_uniform_type"
},
{
"type": "int",
"name": "binding",
"setter": "set_binding",
- "getter": "get_binding",
- "index": -1
+ "getter": "get_binding"
}
]
},
@@ -172481,36 +170729,31 @@
"type": "int",
"name": "location",
"setter": "set_location",
- "getter": "get_location",
- "index": -1
+ "getter": "get_location"
},
{
"type": "int",
"name": "offset",
"setter": "set_offset",
- "getter": "get_offset",
- "index": -1
+ "getter": "get_offset"
},
{
"type": "int",
"name": "format",
"setter": "set_format",
- "getter": "get_format",
- "index": -1
+ "getter": "get_format"
},
{
"type": "int",
"name": "stride",
"setter": "set_stride",
- "getter": "get_stride",
- "index": -1
+ "getter": "get_stride"
},
{
"type": "int",
"name": "frequency",
"setter": "set_frequency",
- "getter": "get_frequency",
- "index": -1
+ "getter": "get_frequency"
}
]
},
@@ -172687,15 +170930,13 @@
"type": "int",
"name": "seed",
"setter": "set_seed",
- "getter": "get_seed",
- "index": -1
+ "getter": "get_seed"
},
{
"type": "int",
"name": "state",
"setter": "set_state",
- "getter": "get_state",
- "index": -1
+ "getter": "get_state"
}
]
},
@@ -173038,71 +171279,61 @@
"type": "float",
"name": "min_value",
"setter": "set_min",
- "getter": "get_min",
- "index": -1
+ "getter": "get_min"
},
{
"type": "float",
"name": "max_value",
"setter": "set_max",
- "getter": "get_max",
- "index": -1
+ "getter": "get_max"
},
{
"type": "float",
"name": "step",
"setter": "set_step",
- "getter": "get_step",
- "index": -1
+ "getter": "get_step"
},
{
"type": "float",
"name": "page",
"setter": "set_page",
- "getter": "get_page",
- "index": -1
+ "getter": "get_page"
},
{
"type": "float",
"name": "value",
"setter": "set_value",
- "getter": "get_value",
- "index": -1
+ "getter": "get_value"
},
{
"type": "float",
"name": "ratio",
"setter": "set_as_ratio",
- "getter": "get_as_ratio",
- "index": -1
+ "getter": "get_as_ratio"
},
{
"type": "bool",
"name": "exp_edit",
"setter": "set_exp_ratio",
- "getter": "is_ratio_exp",
- "index": -1
+ "getter": "is_ratio_exp"
},
{
"type": "bool",
"name": "rounded",
"setter": "set_use_rounded_values",
- "getter": "is_using_rounded_values",
- "index": -1
+ "getter": "is_using_rounded_values"
},
{
"type": "bool",
"name": "allow_greater",
"setter": "set_allow_greater",
- "getter": "is_greater_allowed",
- "index": -1
+ "getter": "is_greater_allowed"
},
{
"type": "bool",
"name": "allow_lesser",
"setter": "set_allow_lesser",
- "getter": "is_lesser_allowed",
- "index": -1
+ "getter": "is_lesser_allowed"
}
]
},
@@ -173472,50 +171703,43 @@
"type": "bool",
"name": "enabled",
"setter": "set_enabled",
- "getter": "is_enabled",
- "index": -1
+ "getter": "is_enabled"
},
{
"type": "bool",
"name": "exclude_parent",
"setter": "set_exclude_parent_body",
- "getter": "get_exclude_parent_body",
- "index": -1
+ "getter": "get_exclude_parent_body"
},
{
"type": "Vector2",
"name": "target_position",
"setter": "set_target_position",
- "getter": "get_target_position",
- "index": -1
+ "getter": "get_target_position"
},
{
"type": "int",
"name": "collision_mask",
"setter": "set_collision_mask",
- "getter": "get_collision_mask",
- "index": -1
+ "getter": "get_collision_mask"
},
{
"type": "bool",
"name": "hit_from_inside",
"setter": "set_hit_from_inside",
- "getter": "is_hit_from_inside_enabled",
- "index": -1
+ "getter": "is_hit_from_inside_enabled"
},
{
"type": "bool",
"name": "collide_with_areas",
"setter": "set_collide_with_areas",
- "getter": "is_collide_with_areas_enabled",
- "index": -1
+ "getter": "is_collide_with_areas_enabled"
},
{
"type": "bool",
"name": "collide_with_bodies",
"setter": "set_collide_with_bodies",
- "getter": "is_collide_with_bodies_enabled",
- "index": -1
+ "getter": "is_collide_with_bodies_enabled"
}
]
},
@@ -173937,64 +172161,55 @@
"type": "bool",
"name": "enabled",
"setter": "set_enabled",
- "getter": "is_enabled",
- "index": -1
+ "getter": "is_enabled"
},
{
"type": "bool",
"name": "exclude_parent",
"setter": "set_exclude_parent_body",
- "getter": "get_exclude_parent_body",
- "index": -1
+ "getter": "get_exclude_parent_body"
},
{
"type": "Vector3",
"name": "target_position",
"setter": "set_target_position",
- "getter": "get_target_position",
- "index": -1
+ "getter": "get_target_position"
},
{
"type": "int",
"name": "collision_mask",
"setter": "set_collision_mask",
- "getter": "get_collision_mask",
- "index": -1
+ "getter": "get_collision_mask"
},
{
"type": "bool",
"name": "hit_from_inside",
"setter": "set_hit_from_inside",
- "getter": "is_hit_from_inside_enabled",
- "index": -1
+ "getter": "is_hit_from_inside_enabled"
},
{
"type": "bool",
"name": "collide_with_areas",
"setter": "set_collide_with_areas",
- "getter": "is_collide_with_areas_enabled",
- "index": -1
+ "getter": "is_collide_with_areas_enabled"
},
{
"type": "bool",
"name": "collide_with_bodies",
"setter": "set_collide_with_bodies",
- "getter": "is_collide_with_bodies_enabled",
- "index": -1
+ "getter": "is_collide_with_bodies_enabled"
},
{
"type": "Color",
"name": "debug_shape_custom_color",
"setter": "set_debug_shape_custom_color",
- "getter": "get_debug_shape_custom_color",
- "index": -1
+ "getter": "get_debug_shape_custom_color"
},
{
"type": "int",
"name": "debug_shape_thickness",
"setter": "set_debug_shape_thickness",
- "getter": "get_debug_shape_thickness",
- "index": -1
+ "getter": "get_debug_shape_thickness"
}
]
},
@@ -174036,8 +172251,7 @@
"type": "Vector2",
"name": "size",
"setter": "set_size",
- "getter": "get_size",
- "index": -1
+ "getter": "get_size"
}
]
},
@@ -174185,22 +172399,19 @@
"type": "Color",
"name": "border_color",
"setter": "set_border_color",
- "getter": "get_border_color",
- "index": -1
+ "getter": "get_border_color"
},
{
"type": "float",
"name": "border_width",
"setter": "set_border_width",
- "getter": "get_border_width",
- "index": -1
+ "getter": "get_border_width"
},
{
"type": "bool",
"name": "editor_only",
"setter": "set_editor_only",
- "getter": "get_editor_only",
- "index": -1
+ "getter": "get_editor_only"
}
]
},
@@ -174586,92 +172797,79 @@
"type": "int",
"name": "update_mode",
"setter": "set_update_mode",
- "getter": "get_update_mode",
- "index": -1
+ "getter": "get_update_mode"
},
{
"type": "float",
"name": "intensity",
"setter": "set_intensity",
- "getter": "get_intensity",
- "index": -1
+ "getter": "get_intensity"
},
{
"type": "float",
"name": "max_distance",
"setter": "set_max_distance",
- "getter": "get_max_distance",
- "index": -1
+ "getter": "get_max_distance"
},
{
"type": "Vector3",
"name": "extents",
"setter": "set_extents",
- "getter": "get_extents",
- "index": -1
+ "getter": "get_extents"
},
{
"type": "Vector3",
"name": "origin_offset",
"setter": "set_origin_offset",
- "getter": "get_origin_offset",
- "index": -1
+ "getter": "get_origin_offset"
},
{
"type": "bool",
"name": "box_projection",
"setter": "set_enable_box_projection",
- "getter": "is_box_projection_enabled",
- "index": -1
+ "getter": "is_box_projection_enabled"
},
{
"type": "bool",
"name": "interior",
"setter": "set_as_interior",
- "getter": "is_set_as_interior",
- "index": -1
+ "getter": "is_set_as_interior"
},
{
"type": "bool",
"name": "enable_shadows",
"setter": "set_enable_shadows",
- "getter": "are_shadows_enabled",
- "index": -1
+ "getter": "are_shadows_enabled"
},
{
"type": "int",
"name": "cull_mask",
"setter": "set_cull_mask",
- "getter": "get_cull_mask",
- "index": -1
+ "getter": "get_cull_mask"
},
{
"type": "float",
"name": "mesh_lod_threshold",
"setter": "set_mesh_lod_threshold",
- "getter": "get_mesh_lod_threshold",
- "index": -1
+ "getter": "get_mesh_lod_threshold"
},
{
"type": "int",
"name": "ambient_mode",
"setter": "set_ambient_mode",
- "getter": "get_ambient_mode",
- "index": -1
+ "getter": "get_ambient_mode"
},
{
"type": "Color",
"name": "ambient_color",
"setter": "set_ambient_color",
- "getter": "get_ambient_color",
- "index": -1
+ "getter": "get_ambient_color"
},
{
"type": "float",
"name": "ambient_color_energy",
"setter": "set_ambient_color_energy",
- "getter": "get_ambient_color_energy",
- "index": -1
+ "getter": "get_ambient_color_energy"
}
]
},
@@ -174980,23 +173178,17 @@
{
"type": "String",
"name": "subject",
- "setter": "",
- "getter": "get_subject",
- "index": -1
+ "getter": "get_subject"
},
{
"type": "Dictionary",
"name": "names",
- "setter": "",
- "getter": "get_names",
- "index": -1
+ "getter": "get_names"
},
{
"type": "Array",
"name": "strings",
- "setter": "",
- "getter": "get_strings",
- "index": -1
+ "getter": "get_strings"
}
]
},
@@ -175146,36 +173338,31 @@
"type": "NodePath",
"name": "remote_path",
"setter": "set_remote_node",
- "getter": "get_remote_node",
- "index": -1
+ "getter": "get_remote_node"
},
{
"type": "bool",
"name": "use_global_coordinates",
"setter": "set_use_global_coordinates",
- "getter": "get_use_global_coordinates",
- "index": -1
+ "getter": "get_use_global_coordinates"
},
{
"type": "bool",
"name": "update_position",
"setter": "set_update_position",
- "getter": "get_update_position",
- "index": -1
+ "getter": "get_update_position"
},
{
"type": "bool",
"name": "update_rotation",
"setter": "set_update_rotation",
- "getter": "get_update_rotation",
- "index": -1
+ "getter": "get_update_rotation"
},
{
"type": "bool",
"name": "update_scale",
"setter": "set_update_scale",
- "getter": "get_update_scale",
- "index": -1
+ "getter": "get_update_scale"
}
]
},
@@ -175325,36 +173512,31 @@
"type": "NodePath",
"name": "remote_path",
"setter": "set_remote_node",
- "getter": "get_remote_node",
- "index": -1
+ "getter": "get_remote_node"
},
{
"type": "bool",
"name": "use_global_coordinates",
"setter": "set_use_global_coordinates",
- "getter": "get_use_global_coordinates",
- "index": -1
+ "getter": "get_use_global_coordinates"
},
{
"type": "bool",
"name": "update_position",
"setter": "set_update_position",
- "getter": "get_update_position",
- "index": -1
+ "getter": "get_update_position"
},
{
"type": "bool",
"name": "update_rotation",
"setter": "set_update_rotation",
- "getter": "get_update_rotation",
- "index": -1
+ "getter": "get_update_rotation"
},
{
"type": "bool",
"name": "update_scale",
"setter": "set_update_scale",
- "getter": "get_update_scale",
- "index": -1
+ "getter": "get_update_scale"
}
]
},
@@ -190784,8 +188966,7 @@
"type": "bool",
"name": "render_loop_enabled",
"setter": "set_render_loop_enabled",
- "getter": "is_render_loop_enabled",
- "index": -1
+ "getter": "is_render_loop_enabled"
}
]
},
@@ -190955,22 +189136,19 @@
"type": "bool",
"name": "resource_local_to_scene",
"setter": "set_local_to_scene",
- "getter": "is_local_to_scene",
- "index": -1
+ "getter": "is_local_to_scene"
},
{
"type": "String",
"name": "resource_path",
"setter": "set_path",
- "getter": "get_path",
- "index": -1
+ "getter": "get_path"
},
{
"type": "String",
"name": "resource_name",
"setter": "set_name",
- "getter": "get_name",
- "index": -1
+ "getter": "get_name"
}
]
},
@@ -191684,8 +189862,7 @@
"type": "Array",
"name": "resources",
"setter": "_set_resources",
- "getter": "_get_resources",
- "index": -1
+ "getter": "_get_resources"
}
]
},
@@ -192154,43 +190331,37 @@
"type": "int",
"name": "shape",
"setter": "set_shape",
- "getter": "get_shape",
- "index": -1
+ "getter": "get_shape"
},
{
"type": "float",
"name": "size",
"setter": "set_size",
- "getter": "get_size",
- "index": -1
+ "getter": "get_size"
},
{
"type": "int",
"name": "sections",
"setter": "set_sections",
- "getter": "get_sections",
- "index": -1
+ "getter": "get_sections"
},
{
"type": "float",
"name": "section_length",
"setter": "set_section_length",
- "getter": "get_section_length",
- "index": -1
+ "getter": "get_section_length"
},
{
"type": "int",
"name": "section_segments",
"setter": "set_section_segments",
- "getter": "get_section_segments",
- "index": -1
+ "getter": "get_section_segments"
},
{
"type": "Curve",
"name": "curve",
"setter": "set_curve",
- "getter": "get_curve",
- "index": -1
+ "getter": "get_curve"
}
]
},
@@ -193169,6 +191340,14 @@
]
},
{
+ "name": "scroll_to_selection",
+ "is_const": false,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 3218959716
+ },
+ {
"name": "set_tab_size",
"is_const": false,
"is_vararg": false,
@@ -193853,162 +192032,139 @@
"type": "bool",
"name": "bbcode_enabled",
"setter": "set_use_bbcode",
- "getter": "is_using_bbcode",
- "index": -1
+ "getter": "is_using_bbcode"
},
{
"type": "String",
"name": "text",
"setter": "set_text",
- "getter": "get_text",
- "index": -1
+ "getter": "get_text"
},
{
"type": "bool",
"name": "fit_content_height",
"setter": "set_fit_content_height",
- "getter": "is_fit_content_height_enabled",
- "index": -1
+ "getter": "is_fit_content_height_enabled"
},
{
"type": "bool",
"name": "scroll_active",
"setter": "set_scroll_active",
- "getter": "is_scroll_active",
- "index": -1
+ "getter": "is_scroll_active"
},
{
"type": "bool",
"name": "scroll_following",
"setter": "set_scroll_follow",
- "getter": "is_scroll_following",
- "index": -1
+ "getter": "is_scroll_following"
},
{
"type": "int",
"name": "autowrap_mode",
"setter": "set_autowrap_mode",
- "getter": "get_autowrap_mode",
- "index": -1
+ "getter": "get_autowrap_mode"
},
{
"type": "int",
"name": "tab_size",
"setter": "set_tab_size",
- "getter": "get_tab_size",
- "index": -1
+ "getter": "get_tab_size"
},
{
"type": "bool",
"name": "context_menu_enabled",
"setter": "set_context_menu_enabled",
- "getter": "is_context_menu_enabled",
- "index": -1
+ "getter": "is_context_menu_enabled"
},
{
"type": "bool",
"name": "shortcut_keys_enabled",
"setter": "set_shortcut_keys_enabled",
- "getter": "is_shortcut_keys_enabled",
- "index": -1
+ "getter": "is_shortcut_keys_enabled"
},
{
"type": "typedarray::24/17:RichTextEffect",
"name": "custom_effects",
"setter": "set_effects",
- "getter": "get_effects",
- "index": -1
+ "getter": "get_effects"
},
{
"type": "bool",
"name": "meta_underlined",
"setter": "set_meta_underline",
- "getter": "is_meta_underlined",
- "index": -1
+ "getter": "is_meta_underlined"
},
{
"type": "bool",
"name": "hint_underlined",
"setter": "set_hint_underline",
- "getter": "is_hint_underlined",
- "index": -1
+ "getter": "is_hint_underlined"
},
{
"type": "bool",
"name": "threaded",
"setter": "set_threaded",
- "getter": "is_threaded",
- "index": -1
+ "getter": "is_threaded"
},
{
"type": "int",
"name": "progress_bar_delay",
"setter": "set_progress_bar_delay",
- "getter": "get_progress_bar_delay",
- "index": -1
+ "getter": "get_progress_bar_delay"
},
{
"type": "bool",
"name": "selection_enabled",
"setter": "set_selection_enabled",
- "getter": "is_selection_enabled",
- "index": -1
+ "getter": "is_selection_enabled"
},
{
"type": "bool",
"name": "deselect_on_focus_loss_enabled",
"setter": "set_deselect_on_focus_loss_enabled",
- "getter": "is_deselect_on_focus_loss_enabled",
- "index": -1
+ "getter": "is_deselect_on_focus_loss_enabled"
},
{
"type": "int",
"name": "visible_characters",
"setter": "set_visible_characters",
- "getter": "get_visible_characters",
- "index": -1
+ "getter": "get_visible_characters"
},
{
"type": "int",
"name": "visible_characters_behavior",
"setter": "set_visible_characters_behavior",
- "getter": "get_visible_characters_behavior",
- "index": -1
+ "getter": "get_visible_characters_behavior"
},
{
"type": "float",
"name": "visible_ratio",
"setter": "set_visible_ratio",
- "getter": "get_visible_ratio",
- "index": -1
+ "getter": "get_visible_ratio"
},
{
"type": "int",
"name": "text_direction",
"setter": "set_text_direction",
- "getter": "get_text_direction",
- "index": -1
+ "getter": "get_text_direction"
},
{
"type": "String",
"name": "language",
"setter": "set_language",
- "getter": "get_language",
- "index": -1
+ "getter": "get_language"
},
{
"type": "int",
"name": "structured_text_bidi_override",
"setter": "set_structured_text_bidi_override",
- "getter": "get_structured_text_bidi_override",
- "index": -1
+ "getter": "get_structured_text_bidi_override"
},
{
"type": "Array",
"name": "structured_text_bidi_override_options",
"setter": "set_structured_text_bidi_override_options",
- "getter": "get_structured_text_bidi_override_options",
- "index": -1
+ "getter": "get_structured_text_bidi_override_options"
}
]
},
@@ -194938,162 +193094,139 @@
"type": "float",
"name": "mass",
"setter": "set_mass",
- "getter": "get_mass",
- "index": -1
+ "getter": "get_mass"
},
{
"type": "float",
"name": "inertia",
"setter": "set_inertia",
- "getter": "get_inertia",
- "index": -1
+ "getter": "get_inertia"
},
{
"type": "int",
"name": "center_of_mass_mode",
"setter": "set_center_of_mass_mode",
- "getter": "get_center_of_mass_mode",
- "index": -1
+ "getter": "get_center_of_mass_mode"
},
{
"type": "Vector2",
"name": "center_of_mass",
"setter": "set_center_of_mass",
- "getter": "get_center_of_mass",
- "index": -1
+ "getter": "get_center_of_mass"
},
{
"type": "PhysicsMaterial",
"name": "physics_material_override",
"setter": "set_physics_material_override",
- "getter": "get_physics_material_override",
- "index": -1
+ "getter": "get_physics_material_override"
},
{
"type": "float",
"name": "gravity_scale",
"setter": "set_gravity_scale",
- "getter": "get_gravity_scale",
- "index": -1
+ "getter": "get_gravity_scale"
},
{
"type": "bool",
"name": "custom_integrator",
"setter": "set_use_custom_integrator",
- "getter": "is_using_custom_integrator",
- "index": -1
+ "getter": "is_using_custom_integrator"
},
{
"type": "int",
"name": "continuous_cd",
"setter": "set_continuous_collision_detection_mode",
- "getter": "get_continuous_collision_detection_mode",
- "index": -1
+ "getter": "get_continuous_collision_detection_mode"
},
{
"type": "int",
"name": "max_contacts_reported",
"setter": "set_max_contacts_reported",
- "getter": "get_max_contacts_reported",
- "index": -1
+ "getter": "get_max_contacts_reported"
},
{
"type": "bool",
"name": "contact_monitor",
"setter": "set_contact_monitor",
- "getter": "is_contact_monitor_enabled",
- "index": -1
+ "getter": "is_contact_monitor_enabled"
},
{
"type": "bool",
"name": "sleeping",
"setter": "set_sleeping",
- "getter": "is_sleeping",
- "index": -1
+ "getter": "is_sleeping"
},
{
"type": "bool",
"name": "can_sleep",
"setter": "set_can_sleep",
- "getter": "is_able_to_sleep",
- "index": -1
+ "getter": "is_able_to_sleep"
},
{
"type": "bool",
"name": "lock_rotation",
"setter": "set_lock_rotation_enabled",
- "getter": "is_lock_rotation_enabled",
- "index": -1
+ "getter": "is_lock_rotation_enabled"
},
{
"type": "bool",
"name": "freeze",
"setter": "set_freeze_enabled",
- "getter": "is_freeze_enabled",
- "index": -1
+ "getter": "is_freeze_enabled"
},
{
"type": "int",
"name": "freeze_mode",
"setter": "set_freeze_mode",
- "getter": "get_freeze_mode",
- "index": -1
+ "getter": "get_freeze_mode"
},
{
"type": "Vector2",
"name": "linear_velocity",
"setter": "set_linear_velocity",
- "getter": "get_linear_velocity",
- "index": -1
+ "getter": "get_linear_velocity"
},
{
"type": "int",
"name": "linear_damp_mode",
"setter": "set_linear_damp_mode",
- "getter": "get_linear_damp_mode",
- "index": -1
+ "getter": "get_linear_damp_mode"
},
{
"type": "float",
"name": "linear_damp",
"setter": "set_linear_damp",
- "getter": "get_linear_damp",
- "index": -1
+ "getter": "get_linear_damp"
},
{
"type": "float",
"name": "angular_velocity",
"setter": "set_angular_velocity",
- "getter": "get_angular_velocity",
- "index": -1
+ "getter": "get_angular_velocity"
},
{
"type": "int",
"name": "angular_damp_mode",
"setter": "set_angular_damp_mode",
- "getter": "get_angular_damp_mode",
- "index": -1
+ "getter": "get_angular_damp_mode"
},
{
"type": "float",
"name": "angular_damp",
"setter": "set_angular_damp",
- "getter": "get_angular_damp",
- "index": -1
+ "getter": "get_angular_damp"
},
{
"type": "Vector2",
"name": "constant_force",
"setter": "set_constant_force",
- "getter": "get_constant_force",
- "index": -1
+ "getter": "get_constant_force"
},
{
"type": "float",
"name": "constant_torque",
"setter": "set_constant_torque",
- "getter": "get_constant_torque",
- "index": -1
+ "getter": "get_constant_torque"
}
]
},
@@ -196006,162 +194139,139 @@
"type": "float",
"name": "mass",
"setter": "set_mass",
- "getter": "get_mass",
- "index": -1
+ "getter": "get_mass"
},
{
"type": "Vector3",
"name": "inertia",
"setter": "set_inertia",
- "getter": "get_inertia",
- "index": -1
+ "getter": "get_inertia"
},
{
"type": "int",
"name": "center_of_mass_mode",
"setter": "set_center_of_mass_mode",
- "getter": "get_center_of_mass_mode",
- "index": -1
+ "getter": "get_center_of_mass_mode"
},
{
"type": "Vector3",
"name": "center_of_mass",
"setter": "set_center_of_mass",
- "getter": "get_center_of_mass",
- "index": -1
+ "getter": "get_center_of_mass"
},
{
"type": "PhysicsMaterial",
"name": "physics_material_override",
"setter": "set_physics_material_override",
- "getter": "get_physics_material_override",
- "index": -1
+ "getter": "get_physics_material_override"
},
{
"type": "float",
"name": "gravity_scale",
"setter": "set_gravity_scale",
- "getter": "get_gravity_scale",
- "index": -1
+ "getter": "get_gravity_scale"
},
{
"type": "bool",
"name": "custom_integrator",
"setter": "set_use_custom_integrator",
- "getter": "is_using_custom_integrator",
- "index": -1
+ "getter": "is_using_custom_integrator"
},
{
"type": "bool",
"name": "continuous_cd",
"setter": "set_use_continuous_collision_detection",
- "getter": "is_using_continuous_collision_detection",
- "index": -1
+ "getter": "is_using_continuous_collision_detection"
},
{
"type": "int",
"name": "max_contacts_reported",
"setter": "set_max_contacts_reported",
- "getter": "get_max_contacts_reported",
- "index": -1
+ "getter": "get_max_contacts_reported"
},
{
"type": "bool",
"name": "contact_monitor",
"setter": "set_contact_monitor",
- "getter": "is_contact_monitor_enabled",
- "index": -1
+ "getter": "is_contact_monitor_enabled"
},
{
"type": "bool",
"name": "sleeping",
"setter": "set_sleeping",
- "getter": "is_sleeping",
- "index": -1
+ "getter": "is_sleeping"
},
{
"type": "bool",
"name": "can_sleep",
"setter": "set_can_sleep",
- "getter": "is_able_to_sleep",
- "index": -1
+ "getter": "is_able_to_sleep"
},
{
"type": "bool",
"name": "lock_rotation",
"setter": "set_lock_rotation_enabled",
- "getter": "is_lock_rotation_enabled",
- "index": -1
+ "getter": "is_lock_rotation_enabled"
},
{
"type": "bool",
"name": "freeze",
"setter": "set_freeze_enabled",
- "getter": "is_freeze_enabled",
- "index": -1
+ "getter": "is_freeze_enabled"
},
{
"type": "int",
"name": "freeze_mode",
"setter": "set_freeze_mode",
- "getter": "get_freeze_mode",
- "index": -1
+ "getter": "get_freeze_mode"
},
{
"type": "Vector3",
"name": "linear_velocity",
"setter": "set_linear_velocity",
- "getter": "get_linear_velocity",
- "index": -1
+ "getter": "get_linear_velocity"
},
{
"type": "int",
"name": "linear_damp_mode",
"setter": "set_linear_damp_mode",
- "getter": "get_linear_damp_mode",
- "index": -1
+ "getter": "get_linear_damp_mode"
},
{
"type": "float",
"name": "linear_damp",
"setter": "set_linear_damp",
- "getter": "get_linear_damp",
- "index": -1
+ "getter": "get_linear_damp"
},
{
"type": "Vector3",
"name": "angular_velocity",
"setter": "set_angular_velocity",
- "getter": "get_angular_velocity",
- "index": -1
+ "getter": "get_angular_velocity"
},
{
"type": "int",
"name": "angular_damp_mode",
"setter": "set_angular_damp_mode",
- "getter": "get_angular_damp_mode",
- "index": -1
+ "getter": "get_angular_damp_mode"
},
{
"type": "float",
"name": "angular_damp",
"setter": "set_angular_damp",
- "getter": "get_angular_damp",
- "index": -1
+ "getter": "get_angular_damp"
},
{
"type": "Vector3",
"name": "constant_force",
"setter": "set_constant_force",
- "getter": "get_constant_force",
- "index": -1
+ "getter": "get_constant_force"
},
{
"type": "Vector3",
"name": "constant_torque",
"setter": "set_constant_torque",
- "getter": "get_constant_torque",
- "index": -1
+ "getter": "get_constant_torque"
}
]
},
@@ -196307,36 +194417,31 @@
"type": "NodePath",
"name": "animation_path",
"setter": "set_animation_path",
- "getter": "get_animation_path",
- "index": -1
+ "getter": "get_animation_path"
},
{
"type": "Color",
"name": "color",
"setter": "set_color",
- "getter": "get_color",
- "index": -1
+ "getter": "get_color"
},
{
"type": "float",
"name": "cell_size",
"setter": "set_cell_size",
- "getter": "get_cell_size",
- "index": -1
+ "getter": "get_cell_size"
},
{
"type": "float",
"name": "radius",
"setter": "set_radius",
- "getter": "get_radius",
- "index": -1
+ "getter": "get_radius"
},
{
"type": "bool",
"name": "zero_y",
"setter": "set_zero_y",
- "getter": "get_zero_y",
- "index": -1
+ "getter": "get_zero_y"
}
]
},
@@ -196646,43 +194751,37 @@
"type": "NodePath",
"name": "root_path",
"setter": "set_root_path",
- "getter": "get_root_path",
- "index": -1
+ "getter": "get_root_path"
},
{
"type": "Callable",
"name": "auth_callback",
"setter": "set_auth_callback",
- "getter": "get_auth_callback",
- "index": -1
+ "getter": "get_auth_callback"
},
{
"type": "float",
"name": "auth_timeout",
"setter": "set_auth_timeout",
- "getter": "get_auth_timeout",
- "index": -1
+ "getter": "get_auth_timeout"
},
{
"type": "bool",
"name": "allow_object_decoding",
"setter": "set_allow_object_decoding",
- "getter": "is_object_decoding_allowed",
- "index": -1
+ "getter": "is_object_decoding_allowed"
},
{
"type": "bool",
"name": "refuse_new_connections",
"setter": "set_refuse_new_connections",
- "getter": "is_refusing_new_connections",
- "index": -1
+ "getter": "is_refusing_new_connections"
},
{
"type": "bool",
"name": "server_relay",
"setter": "set_server_relay_enabled",
- "getter": "is_server_relay_enabled",
- "index": -1
+ "getter": "is_server_relay_enabled"
}
]
},
@@ -197960,71 +196059,60 @@
"type": "bool",
"name": "auto_accept_quit",
"setter": "set_auto_accept_quit",
- "getter": "is_auto_accept_quit",
- "index": -1
+ "getter": "is_auto_accept_quit"
},
{
"type": "bool",
"name": "quit_on_go_back",
"setter": "set_quit_on_go_back",
- "getter": "is_quit_on_go_back",
- "index": -1
+ "getter": "is_quit_on_go_back"
},
{
"type": "bool",
"name": "debug_collisions_hint",
"setter": "set_debug_collisions_hint",
- "getter": "is_debugging_collisions_hint",
- "index": -1
+ "getter": "is_debugging_collisions_hint"
},
{
"type": "bool",
"name": "debug_paths_hint",
"setter": "set_debug_paths_hint",
- "getter": "is_debugging_paths_hint",
- "index": -1
+ "getter": "is_debugging_paths_hint"
},
{
"type": "bool",
"name": "debug_navigation_hint",
"setter": "set_debug_navigation_hint",
- "getter": "is_debugging_navigation_hint",
- "index": -1
+ "getter": "is_debugging_navigation_hint"
},
{
"type": "bool",
"name": "paused",
"setter": "set_pause",
- "getter": "is_paused",
- "index": -1
+ "getter": "is_paused"
},
{
"type": "Node",
"name": "edited_scene_root",
"setter": "set_edited_scene_root",
- "getter": "get_edited_scene_root",
- "index": -1
+ "getter": "get_edited_scene_root"
},
{
"type": "Node",
"name": "current_scene",
"setter": "set_current_scene",
- "getter": "get_current_scene",
- "index": -1
+ "getter": "get_current_scene"
},
{
"type": "Node",
"name": "root",
- "setter": "",
- "getter": "get_root",
- "index": -1
+ "getter": "get_root"
},
{
"type": "bool",
"name": "multiplayer_poll",
"setter": "set_multiplayer_poll_enabled",
- "getter": "is_multiplayer_poll_enabled",
- "index": -1
+ "getter": "is_multiplayer_poll_enabled"
}
]
},
@@ -198073,8 +196161,7 @@
"type": "float",
"name": "time_left",
"setter": "set_time_left",
- "getter": "get_time_left",
- "index": -1
+ "getter": "get_time_left"
}
]
},
@@ -198284,8 +196371,7 @@
"type": "String",
"name": "source_code",
"setter": "set_source_code",
- "getter": "get_source_code",
- "index": -1
+ "getter": "get_source_code"
}
]
},
@@ -200009,8 +198095,7 @@
"type": "float",
"name": "custom_step",
"setter": "set_custom_step",
- "getter": "get_custom_step",
- "index": -1
+ "getter": "get_custom_step"
}
]
},
@@ -200251,43 +198336,37 @@
"type": "bool",
"name": "follow_focus",
"setter": "set_follow_focus",
- "getter": "is_following_focus",
- "index": -1
+ "getter": "is_following_focus"
},
{
"type": "int",
"name": "scroll_horizontal",
"setter": "set_h_scroll",
- "getter": "get_h_scroll",
- "index": -1
+ "getter": "get_h_scroll"
},
{
"type": "int",
"name": "scroll_vertical",
"setter": "set_v_scroll",
- "getter": "get_v_scroll",
- "index": -1
+ "getter": "get_v_scroll"
},
{
"type": "int",
"name": "horizontal_scroll_mode",
"setter": "set_horizontal_scroll_mode",
- "getter": "get_horizontal_scroll_mode",
- "index": -1
+ "getter": "get_horizontal_scroll_mode"
},
{
"type": "int",
"name": "vertical_scroll_mode",
"setter": "set_vertical_scroll_mode",
- "getter": "get_vertical_scroll_mode",
- "index": -1
+ "getter": "get_vertical_scroll_mode"
},
{
"type": "int",
"name": "scroll_deadzone",
"setter": "set_deadzone",
- "getter": "get_deadzone",
- "index": -1
+ "getter": "get_deadzone"
}
]
},
@@ -200354,15 +198433,13 @@
"type": "Vector2",
"name": "a",
"setter": "set_a",
- "getter": "get_a",
- "index": -1
+ "getter": "get_a"
},
{
"type": "Vector2",
"name": "b",
"setter": "set_b",
- "getter": "get_b",
- "index": -1
+ "getter": "get_b"
}
]
},
@@ -200467,15 +198544,13 @@
"type": "float",
"name": "length",
"setter": "set_length",
- "getter": "get_length",
- "index": -1
+ "getter": "get_length"
},
{
"type": "bool",
"name": "slide_on_slope",
"setter": "set_slide_on_slope",
- "getter": "get_slide_on_slope",
- "index": -1
+ "getter": "get_slide_on_slope"
}
]
},
@@ -200544,15 +198619,13 @@
"type": "float",
"name": "length",
"setter": "set_length",
- "getter": "get_length",
- "index": -1
+ "getter": "get_length"
},
{
"type": "bool",
"name": "slide_on_slope",
"setter": "set_slide_on_slope",
- "getter": "get_slide_on_slope",
- "index": -1
+ "getter": "get_slide_on_slope"
}
]
},
@@ -200704,8 +198777,7 @@
"type": "String",
"name": "code",
"setter": "set_code",
- "getter": "get_code",
- "index": -1
+ "getter": "get_code"
}
]
},
@@ -200754,8 +198826,7 @@
"type": "String",
"name": "code",
"setter": "set_code",
- "getter": "get_code",
- "index": -1
+ "getter": "get_code"
}
]
},
@@ -200832,8 +198903,7 @@
"type": "Shader",
"name": "shader",
"setter": "set_shader",
- "getter": "get_shader",
- "index": -1
+ "getter": "get_shader"
}
]
},
@@ -201022,8 +199092,7 @@
"type": "float",
"name": "custom_solver_bias",
"setter": "set_custom_solver_bias",
- "getter": "get_custom_solver_bias",
- "index": -1
+ "getter": "get_custom_solver_bias"
}
]
},
@@ -201105,15 +199174,13 @@
"type": "float",
"name": "custom_solver_bias",
"setter": "set_custom_solver_bias",
- "getter": "get_custom_solver_bias",
- "index": -1
+ "getter": "get_custom_solver_bias"
},
{
"type": "float",
"name": "margin",
"setter": "set_margin",
- "getter": "get_margin",
- "index": -1
+ "getter": "get_margin"
}
]
},
@@ -201608,71 +199675,60 @@
"type": "bool",
"name": "enabled",
"setter": "set_enabled",
- "getter": "is_enabled",
- "index": -1
+ "getter": "is_enabled"
},
{
"type": "Shape2D",
"name": "shape",
"setter": "set_shape",
- "getter": "get_shape",
- "index": -1
+ "getter": "get_shape"
},
{
"type": "bool",
"name": "exclude_parent",
"setter": "set_exclude_parent_body",
- "getter": "get_exclude_parent_body",
- "index": -1
+ "getter": "get_exclude_parent_body"
},
{
"type": "Vector2",
"name": "target_position",
"setter": "set_target_position",
- "getter": "get_target_position",
- "index": -1
+ "getter": "get_target_position"
},
{
"type": "float",
"name": "margin",
"setter": "set_margin",
- "getter": "get_margin",
- "index": -1
+ "getter": "get_margin"
},
{
"type": "int",
"name": "max_results",
"setter": "set_max_results",
- "getter": "get_max_results",
- "index": -1
+ "getter": "get_max_results"
},
{
"type": "int",
"name": "collision_mask",
"setter": "set_collision_mask",
- "getter": "get_collision_mask",
- "index": -1
+ "getter": "get_collision_mask"
},
{
"type": "Array",
"name": "collision_result",
- "setter": "",
- "getter": "_get_collision_result",
- "index": -1
+ "getter": "_get_collision_result"
},
{
"type": "bool",
"name": "collide_with_areas",
"setter": "set_collide_with_areas",
- "getter": "is_collide_with_areas_enabled",
- "index": -1
+ "getter": "is_collide_with_areas_enabled"
},
{
"type": "bool",
"name": "collide_with_bodies",
"setter": "set_collide_with_bodies",
- "getter": "is_collide_with_bodies_enabled",
- "index": -1
+ "getter": "is_collide_with_bodies_enabled"
}
]
},
@@ -202206,78 +200262,66 @@
"type": "bool",
"name": "enabled",
"setter": "set_enabled",
- "getter": "is_enabled",
- "index": -1
+ "getter": "is_enabled"
},
{
"type": "Shape3D",
"name": "shape",
"setter": "set_shape",
- "getter": "get_shape",
- "index": -1
+ "getter": "get_shape"
},
{
"type": "bool",
"name": "exclude_parent",
"setter": "set_exclude_parent_body",
- "getter": "get_exclude_parent_body",
- "index": -1
+ "getter": "get_exclude_parent_body"
},
{
"type": "Vector3",
"name": "target_position",
"setter": "set_target_position",
- "getter": "get_target_position",
- "index": -1
+ "getter": "get_target_position"
},
{
"type": "float",
"name": "margin",
"setter": "set_margin",
- "getter": "get_margin",
- "index": -1
+ "getter": "get_margin"
},
{
"type": "int",
"name": "max_results",
"setter": "set_max_results",
- "getter": "get_max_results",
- "index": -1
+ "getter": "get_max_results"
},
{
"type": "int",
"name": "collision_mask",
"setter": "set_collision_mask",
- "getter": "get_collision_mask",
- "index": -1
+ "getter": "get_collision_mask"
},
{
"type": "Array",
"name": "collision_result",
- "setter": "",
- "getter": "_get_collision_result",
- "index": -1
+ "getter": "_get_collision_result"
},
{
"type": "bool",
"name": "collide_with_areas",
"setter": "set_collide_with_areas",
- "getter": "is_collide_with_areas_enabled",
- "index": -1
+ "getter": "is_collide_with_areas_enabled"
},
{
"type": "bool",
"name": "collide_with_bodies",
"setter": "set_collide_with_bodies",
- "getter": "is_collide_with_bodies_enabled",
- "index": -1
+ "getter": "is_collide_with_bodies_enabled"
},
{
"type": "Color",
"name": "debug_shape_custom_color",
"setter": "set_debug_shape_custom_color",
- "getter": "get_debug_shape_custom_color",
- "index": -1
+ "getter": "get_debug_shape_custom_color"
}
]
},
@@ -202358,8 +200402,7 @@
"type": "typedarray::24/17:InputEvent",
"name": "events",
"setter": "set_events",
- "getter": "get_events",
- "index": -1
+ "getter": "get_events"
}
]
},
@@ -203449,22 +201492,19 @@
"type": "float",
"name": "motion_scale",
"setter": "set_motion_scale",
- "getter": "get_motion_scale",
- "index": -1
+ "getter": "get_motion_scale"
},
{
"type": "bool",
"name": "show_rest_only",
"setter": "set_show_rest_only",
- "getter": "is_show_rest_only",
- "index": -1
+ "getter": "is_show_rest_only"
},
{
"type": "bool",
"name": "animate_physical_bones",
"setter": "set_animate_physical_bones",
- "getter": "get_animate_physical_bones",
- "index": -1
+ "getter": "get_animate_physical_bones"
}
]
},
@@ -203782,71 +201822,61 @@
"type": "StringName",
"name": "root_bone",
"setter": "set_root_bone",
- "getter": "get_root_bone",
- "index": -1
+ "getter": "get_root_bone"
},
{
"type": "StringName",
"name": "tip_bone",
"setter": "set_tip_bone",
- "getter": "get_tip_bone",
- "index": -1
+ "getter": "get_tip_bone"
},
{
"type": "float",
"name": "interpolation",
"setter": "set_interpolation",
- "getter": "get_interpolation",
- "index": -1
+ "getter": "get_interpolation"
},
{
"type": "Transform3D",
"name": "target",
"setter": "set_target_transform",
- "getter": "get_target_transform",
- "index": -1
+ "getter": "get_target_transform"
},
{
"type": "bool",
"name": "override_tip_basis",
"setter": "set_override_tip_basis",
- "getter": "is_override_tip_basis",
- "index": -1
+ "getter": "is_override_tip_basis"
},
{
"type": "bool",
"name": "use_magnet",
"setter": "set_use_magnet",
- "getter": "is_using_magnet",
- "index": -1
+ "getter": "is_using_magnet"
},
{
"type": "Vector3",
"name": "magnet",
"setter": "set_magnet_position",
- "getter": "get_magnet_position",
- "index": -1
+ "getter": "get_magnet_position"
},
{
"type": "NodePath",
"name": "target_node",
"setter": "set_target_node",
- "getter": "get_target_node",
- "index": -1
+ "getter": "get_target_node"
},
{
"type": "float",
"name": "min_distance",
"setter": "set_min_distance",
- "getter": "get_min_distance",
- "index": -1
+ "getter": "get_min_distance"
},
{
"type": "int",
"name": "max_iterations",
"setter": "set_max_iterations",
- "getter": "get_max_iterations",
- "index": -1
+ "getter": "get_max_iterations"
}
]
},
@@ -204042,15 +202072,13 @@
"type": "bool",
"name": "enabled",
"setter": "set_enabled",
- "getter": "get_enabled",
- "index": -1
+ "getter": "get_enabled"
},
{
"type": "int",
"name": "execution_mode",
"setter": "set_execution_mode",
- "getter": "get_execution_mode",
- "index": -1
+ "getter": "get_execution_mode"
}
]
},
@@ -204409,22 +202437,19 @@
"type": "NodePath",
"name": "target_nodepath",
"setter": "set_target_node",
- "getter": "get_target_node",
- "index": -1
+ "getter": "get_target_node"
},
{
"type": "NodePath",
"name": "tip_nodepath",
"setter": "set_tip_node",
- "getter": "get_tip_node",
- "index": -1
+ "getter": "get_tip_node"
},
{
"type": "int",
"name": "ccdik_data_chain_length",
"setter": "set_ccdik_data_chain_length",
- "getter": "get_ccdik_data_chain_length",
- "index": -1
+ "getter": "get_ccdik_data_chain_length"
}
]
},
@@ -204643,15 +202668,13 @@
"type": "NodePath",
"name": "target_nodepath",
"setter": "set_target_node",
- "getter": "get_target_node",
- "index": -1
+ "getter": "get_target_node"
},
{
"type": "int",
"name": "fabrik_data_chain_length",
"setter": "set_fabrik_data_chain_length",
- "getter": "get_fabrik_data_chain_length",
- "index": -1
+ "getter": "get_fabrik_data_chain_length"
}
]
},
@@ -205207,50 +203230,43 @@
"type": "NodePath",
"name": "target_nodepath",
"setter": "set_target_node",
- "getter": "get_target_node",
- "index": -1
+ "getter": "get_target_node"
},
{
"type": "int",
"name": "jiggle_data_chain_length",
"setter": "set_jiggle_data_chain_length",
- "getter": "get_jiggle_data_chain_length",
- "index": -1
+ "getter": "get_jiggle_data_chain_length"
},
{
"type": "float",
"name": "stiffness",
"setter": "set_stiffness",
- "getter": "get_stiffness",
- "index": -1
+ "getter": "get_stiffness"
},
{
"type": "float",
"name": "mass",
"setter": "set_mass",
- "getter": "get_mass",
- "index": -1
+ "getter": "get_mass"
},
{
"type": "float",
"name": "damping",
"setter": "set_damping",
- "getter": "get_damping",
- "index": -1
+ "getter": "get_damping"
},
{
"type": "bool",
"name": "use_gravity",
"setter": "set_use_gravity",
- "getter": "get_use_gravity",
- "index": -1
+ "getter": "get_use_gravity"
},
{
"type": "Vector2",
"name": "gravity",
"setter": "set_gravity",
- "getter": "get_gravity",
- "index": -1
+ "getter": "get_gravity"
}
]
},
@@ -205475,22 +203491,19 @@
"type": "int",
"name": "bone_index",
"setter": "set_bone_index",
- "getter": "get_bone_index",
- "index": -1
+ "getter": "get_bone_index"
},
{
"type": "NodePath",
"name": "bone2d_node",
"setter": "set_bone2d_node",
- "getter": "get_bone2d_node",
- "index": -1
+ "getter": "get_bone2d_node"
},
{
"type": "NodePath",
"name": "target_nodepath",
"setter": "set_target_node",
- "getter": "get_target_node",
- "index": -1
+ "getter": "get_target_node"
}
]
},
@@ -205609,8 +203622,7 @@
"type": "int",
"name": "physical_bone_chain_length",
"setter": "set_physical_bone_chain_length",
- "getter": "get_physical_bone_chain_length",
- "index": -1
+ "getter": "get_physical_bone_chain_length"
}
]
},
@@ -205869,29 +203881,25 @@
"type": "NodePath",
"name": "target_nodepath",
"setter": "set_target_node",
- "getter": "get_target_node",
- "index": -1
+ "getter": "get_target_node"
},
{
"type": "float",
"name": "target_minimum_distance",
"setter": "set_target_minimum_distance",
- "getter": "get_target_minimum_distance",
- "index": -1
+ "getter": "get_target_minimum_distance"
},
{
"type": "float",
"name": "target_maximum_distance",
"setter": "set_target_maximum_distance",
- "getter": "get_target_maximum_distance",
- "index": -1
+ "getter": "get_target_maximum_distance"
},
{
"type": "bool",
"name": "flip_bend_direction",
"setter": "set_flip_bend_direction",
- "getter": "get_flip_bend_direction",
- "index": -1
+ "getter": "get_flip_bend_direction"
}
]
},
@@ -206055,15 +204063,13 @@
"type": "bool",
"name": "enabled",
"setter": "set_enabled",
- "getter": "get_enabled",
- "index": -1
+ "getter": "get_enabled"
},
{
"type": "int",
"name": "execution_mode",
"setter": "set_execution_mode",
- "getter": "get_execution_mode",
- "index": -1
+ "getter": "get_execution_mode"
}
]
},
@@ -206449,29 +204455,25 @@
"type": "NodePath",
"name": "target_nodepath",
"setter": "set_target_node",
- "getter": "get_target_node",
- "index": -1
+ "getter": "get_target_node"
},
{
"type": "NodePath",
"name": "tip_nodepath",
"setter": "set_tip_node",
- "getter": "get_tip_node",
- "index": -1
+ "getter": "get_tip_node"
},
{
"type": "bool",
"name": "high_quality_solve",
"setter": "set_use_high_quality_solve",
- "getter": "get_use_high_quality_solve",
- "index": -1
+ "getter": "get_use_high_quality_solve"
},
{
"type": "int",
"name": "ccdik_data_chain_length",
"setter": "set_ccdik_data_chain_length",
- "getter": "get_ccdik_data_chain_length",
- "index": -1
+ "getter": "get_ccdik_data_chain_length"
}
]
},
@@ -206909,29 +204911,25 @@
"type": "NodePath",
"name": "target_nodepath",
"setter": "set_target_node",
- "getter": "get_target_node",
- "index": -1
+ "getter": "get_target_node"
},
{
"type": "int",
"name": "fabrik_data_chain_length",
"setter": "set_fabrik_data_chain_length",
- "getter": "get_fabrik_data_chain_length",
- "index": -1
+ "getter": "get_fabrik_data_chain_length"
},
{
"type": "float",
"name": "chain_tolerance",
"setter": "set_chain_tolerance",
- "getter": "get_chain_tolerance",
- "index": -1
+ "getter": "get_chain_tolerance"
},
{
"type": "int",
"name": "chain_max_iterations",
"setter": "set_chain_max_iterations",
- "getter": "get_chain_max_iterations",
- "index": -1
+ "getter": "get_chain_max_iterations"
}
]
},
@@ -207526,50 +205524,43 @@
"type": "NodePath",
"name": "target_nodepath",
"setter": "set_target_node",
- "getter": "get_target_node",
- "index": -1
+ "getter": "get_target_node"
},
{
"type": "int",
"name": "jiggle_data_chain_length",
"setter": "set_jiggle_data_chain_length",
- "getter": "get_jiggle_data_chain_length",
- "index": -1
+ "getter": "get_jiggle_data_chain_length"
},
{
"type": "float",
"name": "stiffness",
"setter": "set_stiffness",
- "getter": "get_stiffness",
- "index": -1
+ "getter": "get_stiffness"
},
{
"type": "float",
"name": "mass",
"setter": "set_mass",
- "getter": "get_mass",
- "index": -1
+ "getter": "get_mass"
},
{
"type": "float",
"name": "damping",
"setter": "set_damping",
- "getter": "get_damping",
- "index": -1
+ "getter": "get_damping"
},
{
"type": "bool",
"name": "use_gravity",
"setter": "set_use_gravity",
- "getter": "get_use_gravity",
- "index": -1
+ "getter": "get_use_gravity"
},
{
"type": "Vector3",
"name": "gravity",
"setter": "set_gravity",
- "getter": "get_gravity",
- "index": -1
+ "getter": "get_gravity"
}
]
},
@@ -207740,22 +205731,19 @@
"type": "StringName",
"name": "bone_name",
"setter": "set_bone_name",
- "getter": "get_bone_name",
- "index": -1
+ "getter": "get_bone_name"
},
{
"type": "int",
"name": "bone_index",
"setter": "set_bone_index",
- "getter": "get_bone_index",
- "index": -1
+ "getter": "get_bone_index"
},
{
"type": "NodePath",
"name": "target_nodepath",
"setter": "set_target_node",
- "getter": "get_target_node",
- "index": -1
+ "getter": "get_target_node"
}
]
},
@@ -208168,8 +206156,7 @@
"type": "NodePath",
"name": "target_nodepath",
"setter": "set_target_node",
- "getter": "get_target_node",
- "index": -1
+ "getter": "get_target_node"
}
]
},
@@ -208395,22 +206382,19 @@
"type": "bool",
"name": "enabled",
"setter": "set_enabled",
- "getter": "get_enabled",
- "index": -1
+ "getter": "get_enabled"
},
{
"type": "float",
"name": "strength",
"setter": "set_strength",
- "getter": "get_strength",
- "index": -1
+ "getter": "get_strength"
},
{
"type": "int",
"name": "modification_count",
"setter": "set_modification_count",
- "getter": "get_modification_count",
- "index": -1
+ "getter": "get_modification_count"
}
]
},
@@ -208636,22 +206620,19 @@
"type": "bool",
"name": "enabled",
"setter": "set_enabled",
- "getter": "get_enabled",
- "index": -1
+ "getter": "get_enabled"
},
{
"type": "float",
"name": "strength",
"setter": "set_strength",
- "getter": "get_strength",
- "index": -1
+ "getter": "get_strength"
},
{
"type": "int",
"name": "modification_count",
"setter": "set_modification_count",
- "getter": "get_modification_count",
- "index": -1
+ "getter": "get_modification_count"
}
]
},
@@ -209148,29 +207129,25 @@
"type": "StringName",
"name": "root_bone",
"setter": "set_root_bone",
- "getter": "get_root_bone",
- "index": -1
+ "getter": "get_root_bone"
},
{
"type": "StringName",
"name": "scale_base_bone",
"setter": "set_scale_base_bone",
- "getter": "get_scale_base_bone",
- "index": -1
+ "getter": "get_scale_base_bone"
},
{
"type": "int",
"name": "group_size",
"setter": "set_group_size",
- "getter": "get_group_size",
- "index": -1
+ "getter": "get_group_size"
},
{
"type": "int",
"name": "bone_size",
"setter": "set_bone_size",
- "getter": "get_bone_size",
- "index": -1
+ "getter": "get_bone_size"
}
]
},
@@ -209556,22 +207533,19 @@
"type": "ShaderMaterial,PanoramaSkyMaterial,ProceduralSkyMaterial,PhysicalSkyMaterial",
"name": "sky_material",
"setter": "set_material",
- "getter": "get_material",
- "index": -1
+ "getter": "get_material"
},
{
"type": "int",
"name": "process_mode",
"setter": "set_process_mode",
- "getter": "get_process_mode",
- "index": -1
+ "getter": "get_process_mode"
},
{
"type": "int",
"name": "radiance_size",
"setter": "set_radiance_size",
- "getter": "get_radiance_size",
- "index": -1
+ "getter": "get_radiance_size"
}
]
},
@@ -209704,29 +207678,25 @@
"type": "bool",
"name": "editable",
"setter": "set_editable",
- "getter": "is_editable",
- "index": -1
+ "getter": "is_editable"
},
{
"type": "bool",
"name": "scrollable",
"setter": "set_scrollable",
- "getter": "is_scrollable",
- "index": -1
+ "getter": "is_scrollable"
},
{
"type": "int",
"name": "tick_count",
"setter": "set_ticks",
- "getter": "get_ticks",
- "index": -1
+ "getter": "get_ticks"
},
{
"type": "bool",
"name": "ticks_on_borders",
"setter": "set_ticks_on_borders",
- "getter": "get_ticks_on_borders",
- "index": -1
+ "getter": "get_ticks_on_borders"
}
]
},
@@ -210380,78 +208350,67 @@
"type": "int",
"name": "collision_layer",
"setter": "set_collision_layer",
- "getter": "get_collision_layer",
- "index": -1
+ "getter": "get_collision_layer"
},
{
"type": "int",
"name": "collision_mask",
"setter": "set_collision_mask",
- "getter": "get_collision_mask",
- "index": -1
+ "getter": "get_collision_mask"
},
{
"type": "NodePath",
"name": "parent_collision_ignore",
"setter": "set_parent_collision_ignore",
- "getter": "get_parent_collision_ignore",
- "index": -1
+ "getter": "get_parent_collision_ignore"
},
{
"type": "int",
"name": "simulation_precision",
"setter": "set_simulation_precision",
- "getter": "get_simulation_precision",
- "index": -1
+ "getter": "get_simulation_precision"
},
{
"type": "float",
"name": "total_mass",
"setter": "set_total_mass",
- "getter": "get_total_mass",
- "index": -1
+ "getter": "get_total_mass"
},
{
"type": "float",
"name": "linear_stiffness",
"setter": "set_linear_stiffness",
- "getter": "get_linear_stiffness",
- "index": -1
+ "getter": "get_linear_stiffness"
},
{
"type": "float",
"name": "pressure_coefficient",
"setter": "set_pressure_coefficient",
- "getter": "get_pressure_coefficient",
- "index": -1
+ "getter": "get_pressure_coefficient"
},
{
"type": "float",
"name": "damping_coefficient",
"setter": "set_damping_coefficient",
- "getter": "get_damping_coefficient",
- "index": -1
+ "getter": "get_damping_coefficient"
},
{
"type": "float",
"name": "drag_coefficient",
"setter": "set_drag_coefficient",
- "getter": "get_drag_coefficient",
- "index": -1
+ "getter": "get_drag_coefficient"
},
{
"type": "bool",
"name": "ray_pickable",
"setter": "set_ray_pickable",
- "getter": "is_ray_pickable",
- "index": -1
+ "getter": "is_ray_pickable"
},
{
"type": "int",
"name": "disable_mode",
"setter": "set_disable_mode",
- "getter": "get_disable_mode",
- "index": -1
+ "getter": "get_disable_mode"
}
]
},
@@ -210601,36 +208560,31 @@
"type": "float",
"name": "radius",
"setter": "set_radius",
- "getter": "get_radius",
- "index": -1
+ "getter": "get_radius"
},
{
"type": "float",
"name": "height",
"setter": "set_height",
- "getter": "get_height",
- "index": -1
+ "getter": "get_height"
},
{
"type": "int",
"name": "radial_segments",
"setter": "set_radial_segments",
- "getter": "get_radial_segments",
- "index": -1
+ "getter": "get_radial_segments"
},
{
"type": "int",
"name": "rings",
"setter": "set_rings",
- "getter": "get_rings",
- "index": -1
+ "getter": "get_rings"
},
{
"type": "bool",
"name": "is_hemisphere",
"setter": "set_is_hemisphere",
- "getter": "get_is_hemisphere",
- "index": -1
+ "getter": "get_is_hemisphere"
}
]
},
@@ -210674,8 +208628,7 @@
"type": "float",
"name": "radius",
"setter": "set_radius",
- "getter": "get_radius",
- "index": -1
+ "getter": "get_radius"
}
]
},
@@ -210719,8 +208672,7 @@
"type": "float",
"name": "radius",
"setter": "set_radius",
- "getter": "get_radius",
- "index": -1
+ "getter": "get_radius"
}
]
},
@@ -210933,50 +208885,43 @@
"type": "int",
"name": "alignment",
"setter": "set_horizontal_alignment",
- "getter": "get_horizontal_alignment",
- "index": -1
+ "getter": "get_horizontal_alignment"
},
{
"type": "bool",
"name": "editable",
"setter": "set_editable",
- "getter": "is_editable",
- "index": -1
+ "getter": "is_editable"
},
{
"type": "bool",
"name": "update_on_text_changed",
"setter": "set_update_on_text_changed",
- "getter": "get_update_on_text_changed",
- "index": -1
+ "getter": "get_update_on_text_changed"
},
{
"type": "String",
"name": "prefix",
"setter": "set_prefix",
- "getter": "get_prefix",
- "index": -1
+ "getter": "get_prefix"
},
{
"type": "String",
"name": "suffix",
"setter": "set_suffix",
- "getter": "get_suffix",
- "index": -1
+ "getter": "get_suffix"
},
{
"type": "float",
"name": "custom_arrow_step",
"setter": "set_custom_arrow_step",
- "getter": "get_custom_arrow_step",
- "index": -1
+ "getter": "get_custom_arrow_step"
},
{
"type": "bool",
"name": "select_all_on_focus",
"setter": "set_select_all_on_focus",
- "getter": "is_select_all_on_focus",
- "index": -1
+ "getter": "is_select_all_on_focus"
}
]
},
@@ -211134,29 +209079,25 @@
"type": "int",
"name": "split_offset",
"setter": "set_split_offset",
- "getter": "get_split_offset",
- "index": -1
+ "getter": "get_split_offset"
},
{
"type": "bool",
"name": "collapsed",
"setter": "set_collapsed",
- "getter": "is_collapsed",
- "index": -1
+ "getter": "is_collapsed"
},
{
"type": "int",
"name": "dragger_visibility",
"setter": "set_dragger_visibility",
- "getter": "get_dragger_visibility",
- "index": -1
+ "getter": "get_dragger_visibility"
},
{
"type": "bool",
"name": "vertical",
"setter": "set_vertical",
- "getter": "is_vertical",
- "index": -1
+ "getter": "is_vertical"
}
]
},
@@ -211367,29 +209308,25 @@
"type": "int",
"name": "collision_mask",
"setter": "set_collision_mask",
- "getter": "get_collision_mask",
- "index": -1
+ "getter": "get_collision_mask"
},
{
"type": "Shape3D",
"name": "shape",
"setter": "set_shape",
- "getter": "get_shape",
- "index": -1
+ "getter": "get_shape"
},
{
"type": "float",
"name": "spring_length",
"setter": "set_length",
- "getter": "get_length",
- "index": -1
+ "getter": "get_length"
},
{
"type": "float",
"name": "margin",
"setter": "set_margin",
- "getter": "get_margin",
- "index": -1
+ "getter": "get_margin"
}
]
},
@@ -211748,85 +209685,73 @@
"type": "Texture2D",
"name": "texture",
"setter": "set_texture",
- "getter": "get_texture",
- "index": -1
+ "getter": "get_texture"
},
{
"type": "bool",
"name": "centered",
"setter": "set_centered",
- "getter": "is_centered",
- "index": -1
+ "getter": "is_centered"
},
{
"type": "Vector2",
"name": "offset",
"setter": "set_offset",
- "getter": "get_offset",
- "index": -1
+ "getter": "get_offset"
},
{
"type": "bool",
"name": "flip_h",
"setter": "set_flip_h",
- "getter": "is_flipped_h",
- "index": -1
+ "getter": "is_flipped_h"
},
{
"type": "bool",
"name": "flip_v",
"setter": "set_flip_v",
- "getter": "is_flipped_v",
- "index": -1
+ "getter": "is_flipped_v"
},
{
"type": "int",
"name": "hframes",
"setter": "set_hframes",
- "getter": "get_hframes",
- "index": -1
+ "getter": "get_hframes"
},
{
"type": "int",
"name": "vframes",
"setter": "set_vframes",
- "getter": "get_vframes",
- "index": -1
+ "getter": "get_vframes"
},
{
"type": "int",
"name": "frame",
"setter": "set_frame",
- "getter": "get_frame",
- "index": -1
+ "getter": "get_frame"
},
{
"type": "Vector2i",
"name": "frame_coords",
"setter": "set_frame_coords",
- "getter": "get_frame_coords",
- "index": -1
+ "getter": "get_frame_coords"
},
{
"type": "bool",
"name": "region_enabled",
"setter": "set_region_enabled",
- "getter": "is_region_enabled",
- "index": -1
+ "getter": "is_region_enabled"
},
{
"type": "Rect2",
"name": "region_rect",
"setter": "set_region_rect",
- "getter": "get_region_rect",
- "index": -1
+ "getter": "get_region_rect"
},
{
"type": "bool",
"name": "region_filter_clip_enabled",
"setter": "set_region_filter_clip_enabled",
- "getter": "is_region_filter_clip_enabled",
- "index": -1
+ "getter": "is_region_filter_clip_enabled"
}
]
},
@@ -212032,50 +209957,43 @@
"type": "Texture",
"name": "texture",
"setter": "set_texture",
- "getter": "get_texture",
- "index": -1
+ "getter": "get_texture"
},
{
"type": "int",
"name": "hframes",
"setter": "set_hframes",
- "getter": "get_hframes",
- "index": -1
+ "getter": "get_hframes"
},
{
"type": "int",
"name": "vframes",
"setter": "set_vframes",
- "getter": "get_vframes",
- "index": -1
+ "getter": "get_vframes"
},
{
"type": "int",
"name": "frame",
"setter": "set_frame",
- "getter": "get_frame",
- "index": -1
+ "getter": "get_frame"
},
{
"type": "Vector2",
"name": "frame_coords",
"setter": "set_frame_coords",
- "getter": "get_frame_coords",
- "index": -1
+ "getter": "get_frame_coords"
},
{
"type": "bool",
"name": "region_enabled",
"setter": "set_region_enabled",
- "getter": "is_region_enabled",
- "index": -1
+ "getter": "is_region_enabled"
},
{
"type": "Rect2",
"name": "region_rect",
"setter": "set_region_rect",
- "getter": "get_region_rect",
- "index": -1
+ "getter": "get_region_rect"
}
]
},
@@ -212478,57 +210396,49 @@
"type": "bool",
"name": "centered",
"setter": "set_centered",
- "getter": "is_centered",
- "index": -1
+ "getter": "is_centered"
},
{
"type": "Vector2",
"name": "offset",
"setter": "set_offset",
- "getter": "get_offset",
- "index": -1
+ "getter": "get_offset"
},
{
"type": "bool",
"name": "flip_h",
"setter": "set_flip_h",
- "getter": "is_flipped_h",
- "index": -1
+ "getter": "is_flipped_h"
},
{
"type": "bool",
"name": "flip_v",
"setter": "set_flip_v",
- "getter": "is_flipped_v",
- "index": -1
+ "getter": "is_flipped_v"
},
{
"type": "Color",
"name": "modulate",
"setter": "set_modulate",
- "getter": "get_modulate",
- "index": -1
+ "getter": "get_modulate"
},
{
"type": "float",
"name": "pixel_size",
"setter": "set_pixel_size",
- "getter": "get_pixel_size",
- "index": -1
+ "getter": "get_pixel_size"
},
{
"type": "int",
"name": "axis",
"setter": "set_axis",
- "getter": "get_axis",
- "index": -1
+ "getter": "get_axis"
},
{
"type": "int",
"name": "billboard",
"setter": "set_billboard_mode",
- "getter": "get_billboard_mode",
- "index": -1
+ "getter": "get_billboard_mode"
},
{
"type": "bool",
@@ -212569,22 +210479,19 @@
"type": "int",
"name": "alpha_cut",
"setter": "set_alpha_cut_mode",
- "getter": "get_alpha_cut_mode",
- "index": -1
+ "getter": "get_alpha_cut_mode"
},
{
"type": "int",
"name": "texture_filter",
"setter": "set_texture_filter",
- "getter": "get_texture_filter",
- "index": -1
+ "getter": "get_texture_filter"
},
{
"type": "int",
"name": "render_priority",
"setter": "set_render_priority",
- "getter": "get_render_priority",
- "index": -1
+ "getter": "get_render_priority"
}
]
},
@@ -212875,8 +210782,7 @@
"type": "Array",
"name": "animations",
"setter": "_set_animations",
- "getter": "_get_animations",
- "index": -1
+ "getter": "_get_animations"
}
]
},
@@ -212977,22 +210883,19 @@
"type": "PhysicsMaterial",
"name": "physics_material_override",
"setter": "set_physics_material_override",
- "getter": "get_physics_material_override",
- "index": -1
+ "getter": "get_physics_material_override"
},
{
"type": "Vector2",
"name": "constant_linear_velocity",
"setter": "set_constant_linear_velocity",
- "getter": "get_constant_linear_velocity",
- "index": -1
+ "getter": "get_constant_linear_velocity"
},
{
"type": "float",
"name": "constant_angular_velocity",
"setter": "set_constant_angular_velocity",
- "getter": "get_constant_angular_velocity",
- "index": -1
+ "getter": "get_constant_angular_velocity"
}
]
},
@@ -213084,22 +210987,19 @@
"type": "PhysicsMaterial",
"name": "physics_material_override",
"setter": "set_physics_material_override",
- "getter": "get_physics_material_override",
- "index": -1
+ "getter": "get_physics_material_override"
},
{
"type": "Vector3",
"name": "constant_linear_velocity",
"setter": "set_constant_linear_velocity",
- "getter": "get_constant_linear_velocity",
- "index": -1
+ "getter": "get_constant_linear_velocity"
},
{
"type": "Vector3",
"name": "constant_angular_velocity",
"setter": "set_constant_angular_velocity",
- "getter": "get_constant_angular_velocity",
- "index": -1
+ "getter": "get_constant_angular_velocity"
}
]
},
@@ -213596,8 +211496,7 @@
"type": "bool",
"name": "big_endian",
"setter": "set_big_endian",
- "getter": "is_big_endian_enabled",
- "index": -1
+ "getter": "is_big_endian_enabled"
}
]
},
@@ -213712,8 +211611,7 @@
"type": "PackedByteArray",
"name": "data_array",
"setter": "set_data_array",
- "getter": "get_data_array",
- "index": -1
+ "getter": "get_data_array"
}
]
},
@@ -214231,8 +212129,7 @@
"type": "bool",
"name": "blocking_handshake",
"setter": "set_blocking_handshake_enabled",
- "getter": "is_blocking_handshake_enabled",
- "index": -1
+ "getter": "is_blocking_handshake_enabled"
}
]
},
@@ -214976,22 +212873,19 @@
"type": "Color",
"name": "bg_color",
"setter": "set_bg_color",
- "getter": "get_bg_color",
- "index": -1
+ "getter": "get_bg_color"
},
{
"type": "bool",
"name": "draw_center",
"setter": "set_draw_center",
- "getter": "is_draw_center_enabled",
- "index": -1
+ "getter": "is_draw_center_enabled"
},
{
"type": "Vector2",
"name": "skew",
"setter": "set_skew",
- "getter": "get_skew",
- "index": -1
+ "getter": "get_skew"
},
{
"type": "int",
@@ -215025,15 +212919,13 @@
"type": "Color",
"name": "border_color",
"setter": "set_border_color",
- "getter": "get_border_color",
- "index": -1
+ "getter": "get_border_color"
},
{
"type": "bool",
"name": "border_blend",
"setter": "set_border_blend",
- "getter": "get_border_blend",
- "index": -1
+ "getter": "get_border_blend"
},
{
"type": "int",
@@ -215067,8 +212959,7 @@
"type": "int",
"name": "corner_detail",
"setter": "set_corner_detail",
- "getter": "get_corner_detail",
- "index": -1
+ "getter": "get_corner_detail"
},
{
"type": "float",
@@ -215102,36 +212993,31 @@
"type": "Color",
"name": "shadow_color",
"setter": "set_shadow_color",
- "getter": "get_shadow_color",
- "index": -1
+ "getter": "get_shadow_color"
},
{
"type": "int",
"name": "shadow_size",
"setter": "set_shadow_size",
- "getter": "get_shadow_size",
- "index": -1
+ "getter": "get_shadow_size"
},
{
"type": "Vector2",
"name": "shadow_offset",
"setter": "set_shadow_offset",
- "getter": "get_shadow_offset",
- "index": -1
+ "getter": "get_shadow_offset"
},
{
"type": "bool",
"name": "anti_aliasing",
"setter": "set_anti_aliased",
- "getter": "is_anti_aliased",
- "index": -1
+ "getter": "is_anti_aliased"
},
{
"type": "float",
"name": "anti_aliasing_size",
"setter": "set_aa_size",
- "getter": "get_aa_size",
- "index": -1
+ "getter": "get_aa_size"
}
]
},
@@ -215279,36 +213165,31 @@
"type": "Color",
"name": "color",
"setter": "set_color",
- "getter": "get_color",
- "index": -1
+ "getter": "get_color"
},
{
"type": "float",
"name": "grow_begin",
"setter": "set_grow_begin",
- "getter": "get_grow_begin",
- "index": -1
+ "getter": "get_grow_begin"
},
{
"type": "float",
"name": "grow_end",
"setter": "set_grow_end",
- "getter": "get_grow_end",
- "index": -1
+ "getter": "get_grow_end"
},
{
"type": "int",
"name": "thickness",
"setter": "set_thickness",
- "getter": "get_thickness",
- "index": -1
+ "getter": "get_thickness"
},
{
"type": "bool",
"name": "vertical",
"setter": "set_vertical",
- "getter": "is_vertical",
- "index": -1
+ "getter": "is_vertical"
}
]
},
@@ -215599,8 +213480,7 @@
"type": "Texture2D",
"name": "texture",
"setter": "set_texture",
- "getter": "get_texture",
- "index": -1
+ "getter": "get_texture"
},
{
"type": "float",
@@ -215662,36 +213542,31 @@
"type": "int",
"name": "axis_stretch_horizontal",
"setter": "set_h_axis_stretch_mode",
- "getter": "get_h_axis_stretch_mode",
- "index": -1
+ "getter": "get_h_axis_stretch_mode"
},
{
"type": "int",
"name": "axis_stretch_vertical",
"setter": "set_v_axis_stretch_mode",
- "getter": "get_v_axis_stretch_mode",
- "index": -1
+ "getter": "get_v_axis_stretch_mode"
},
{
"type": "Rect2",
"name": "region_rect",
"setter": "set_region_rect",
- "getter": "get_region_rect",
- "index": -1
+ "getter": "get_region_rect"
},
{
"type": "Color",
"name": "modulate_color",
"setter": "set_modulate",
- "getter": "get_modulate",
- "index": -1
+ "getter": "get_modulate"
},
{
"type": "bool",
"name": "draw_center",
"setter": "set_draw_center",
- "getter": "is_draw_center_enabled",
- "index": -1
+ "getter": "is_draw_center_enabled"
}
]
},
@@ -215879,36 +213754,31 @@
"type": "Vector2i",
"name": "size",
"setter": "set_size",
- "getter": "get_size",
- "index": -1
+ "getter": "get_size"
},
{
"type": "Vector2i",
"name": "size_2d_override",
"setter": "set_size_2d_override",
- "getter": "get_size_2d_override",
- "index": -1
+ "getter": "get_size_2d_override"
},
{
"type": "bool",
"name": "size_2d_override_stretch",
"setter": "set_size_2d_override_stretch",
- "getter": "is_size_2d_override_stretch_enabled",
- "index": -1
+ "getter": "is_size_2d_override_stretch_enabled"
},
{
"type": "int",
"name": "render_target_clear_mode",
"setter": "set_clear_mode",
- "getter": "get_clear_mode",
- "index": -1
+ "getter": "get_clear_mode"
},
{
"type": "int",
"name": "render_target_update_mode",
"setter": "set_update_mode",
- "getter": "get_update_mode",
- "index": -1
+ "getter": "get_update_mode"
}
]
},
@@ -215977,15 +213847,13 @@
"type": "bool",
"name": "stretch",
"setter": "set_stretch",
- "getter": "is_stretch_enabled",
- "index": -1
+ "getter": "is_stretch_enabled"
},
{
"type": "int",
"name": "stretch_shrink",
"setter": "set_stretch_shrink",
- "getter": "get_stretch_shrink",
- "index": -1
+ "getter": "get_stretch_shrink"
}
]
},
@@ -216689,6 +214557,31 @@
}
},
{
+ "name": "set_allow_system_fallback",
+ "is_const": false,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 2586408642,
+ "arguments": [
+ {
+ "name": "allow_system_fallback",
+ "type": "bool"
+ }
+ ]
+ },
+ {
+ "name": "is_allow_system_fallback",
+ "is_const": true,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 36873697,
+ "return_value": {
+ "type": "bool"
+ }
+ },
+ {
"name": "set_force_autohinter",
"is_const": false,
"is_vararg": false,
@@ -216841,16 +214734,57 @@
]
},
{
- "name": "set_font_style",
+ "name": "get_font_italic",
+ "is_const": true,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 36873697,
+ "return_value": {
+ "type": "bool"
+ }
+ },
+ {
+ "name": "set_font_italic",
"is_const": false,
"is_vararg": false,
"is_static": false,
"is_virtual": false,
- "hash": 918070724,
+ "hash": 2586408642,
"arguments": [
{
- "name": "style",
- "type": "bitfield::TextServer.FontStyle"
+ "name": "italic",
+ "type": "bool"
+ }
+ ]
+ },
+ {
+ "name": "set_font_weight",
+ "is_const": false,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 1286410249,
+ "arguments": [
+ {
+ "name": "weight",
+ "type": "int",
+ "meta": "int32"
+ }
+ ]
+ },
+ {
+ "name": "set_font_stretch",
+ "is_const": false,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 1286410249,
+ "arguments": [
+ {
+ "name": "stretch",
+ "type": "int",
+ "meta": "int32"
}
]
}
@@ -216860,71 +214794,79 @@
"type": "PackedStringArray",
"name": "font_names",
"setter": "set_font_names",
- "getter": "get_font_names",
- "index": -1
+ "getter": "get_font_names"
+ },
+ {
+ "type": "bool",
+ "name": "font_italic",
+ "setter": "set_font_italic",
+ "getter": "get_font_italic"
},
{
"type": "int",
- "name": "font_style",
- "setter": "set_font_style",
- "getter": "get_font_style",
- "index": -1
+ "name": "font_weight",
+ "setter": "set_font_weight",
+ "getter": "get_font_weight"
+ },
+ {
+ "type": "int",
+ "name": "font_stretch",
+ "setter": "set_font_stretch",
+ "getter": "get_font_stretch"
},
{
"type": "int",
"name": "antialiasing",
"setter": "set_antialiasing",
- "getter": "get_antialiasing",
- "index": -1
+ "getter": "get_antialiasing"
},
{
"type": "bool",
"name": "generate_mipmaps",
"setter": "set_generate_mipmaps",
- "getter": "get_generate_mipmaps",
- "index": -1
+ "getter": "get_generate_mipmaps"
+ },
+ {
+ "type": "bool",
+ "name": "allow_system_fallback",
+ "setter": "set_allow_system_fallback",
+ "getter": "is_allow_system_fallback"
},
{
"type": "bool",
"name": "force_autohinter",
"setter": "set_force_autohinter",
- "getter": "is_force_autohinter",
- "index": -1
+ "getter": "is_force_autohinter"
},
{
"type": "int",
"name": "hinting",
"setter": "set_hinting",
- "getter": "get_hinting",
- "index": -1
+ "getter": "get_hinting"
},
{
"type": "int",
"name": "subpixel_positioning",
"setter": "set_subpixel_positioning",
- "getter": "get_subpixel_positioning",
- "index": -1
+ "getter": "get_subpixel_positioning"
},
{
"type": "bool",
"name": "multichannel_signed_distance_field",
"setter": "set_multichannel_signed_distance_field",
- "getter": "is_multichannel_signed_distance_field",
- "index": -1
+ "getter": "is_multichannel_signed_distance_field"
},
{
"type": "float",
"name": "oversampling",
"setter": "set_oversampling",
- "getter": "get_oversampling",
- "index": -1
+ "getter": "get_oversampling"
},
{
"type": "typedarray::24/17:Font",
"name": "fallbacks",
"setter": "set_fallbacks",
- "getter": "get_fallbacks",
- "index": -1
+ "getter": "get_fallbacks"
}
]
},
@@ -217829,78 +215771,67 @@
"type": "int",
"name": "current_tab",
"setter": "set_current_tab",
- "getter": "get_current_tab",
- "index": -1
+ "getter": "get_current_tab"
},
{
"type": "int",
"name": "tab_alignment",
"setter": "set_tab_alignment",
- "getter": "get_tab_alignment",
- "index": -1
+ "getter": "get_tab_alignment"
},
{
"type": "bool",
"name": "clip_tabs",
"setter": "set_clip_tabs",
- "getter": "get_clip_tabs",
- "index": -1
+ "getter": "get_clip_tabs"
},
{
"type": "int",
"name": "tab_close_display_policy",
"setter": "set_tab_close_display_policy",
- "getter": "get_tab_close_display_policy",
- "index": -1
+ "getter": "get_tab_close_display_policy"
},
{
"type": "int",
"name": "max_tab_width",
"setter": "set_max_tab_width",
- "getter": "get_max_tab_width",
- "index": -1
+ "getter": "get_max_tab_width"
},
{
"type": "bool",
"name": "scrolling_enabled",
"setter": "set_scrolling_enabled",
- "getter": "get_scrolling_enabled",
- "index": -1
+ "getter": "get_scrolling_enabled"
},
{
"type": "bool",
"name": "drag_to_rearrange_enabled",
"setter": "set_drag_to_rearrange_enabled",
- "getter": "get_drag_to_rearrange_enabled",
- "index": -1
+ "getter": "get_drag_to_rearrange_enabled"
},
{
"type": "int",
"name": "tabs_rearrange_group",
"setter": "set_tabs_rearrange_group",
- "getter": "get_tabs_rearrange_group",
- "index": -1
+ "getter": "get_tabs_rearrange_group"
},
{
"type": "bool",
"name": "scroll_to_selected",
"setter": "set_scroll_to_selected",
- "getter": "get_scroll_to_selected",
- "index": -1
+ "getter": "get_scroll_to_selected"
},
{
"type": "bool",
"name": "select_with_rmb",
"setter": "set_select_with_rmb",
- "getter": "get_select_with_rmb",
- "index": -1
+ "getter": "get_select_with_rmb"
},
{
"type": "int",
"name": "tab_count",
"setter": "set_tab_count",
- "getter": "get_tab_count",
- "index": -1
+ "getter": "get_tab_count"
}
]
},
@@ -218452,57 +216383,49 @@
"type": "int",
"name": "tab_alignment",
"setter": "set_tab_alignment",
- "getter": "get_tab_alignment",
- "index": -1
+ "getter": "get_tab_alignment"
},
{
"type": "int",
"name": "current_tab",
"setter": "set_current_tab",
- "getter": "get_current_tab",
- "index": -1
+ "getter": "get_current_tab"
},
{
"type": "bool",
"name": "clip_tabs",
"setter": "set_clip_tabs",
- "getter": "get_clip_tabs",
- "index": -1
+ "getter": "get_clip_tabs"
},
{
"type": "bool",
"name": "tabs_visible",
"setter": "set_tabs_visible",
- "getter": "are_tabs_visible",
- "index": -1
+ "getter": "are_tabs_visible"
},
{
"type": "bool",
"name": "all_tabs_in_front",
"setter": "set_all_tabs_in_front",
- "getter": "is_all_tabs_in_front",
- "index": -1
+ "getter": "is_all_tabs_in_front"
},
{
"type": "bool",
"name": "drag_to_rearrange_enabled",
"setter": "set_drag_to_rearrange_enabled",
- "getter": "get_drag_to_rearrange_enabled",
- "index": -1
+ "getter": "get_drag_to_rearrange_enabled"
},
{
"type": "int",
"name": "tabs_rearrange_group",
"setter": "set_tabs_rearrange_group",
- "getter": "get_tabs_rearrange_group",
- "index": -1
+ "getter": "get_tabs_rearrange_group"
},
{
"type": "bool",
"name": "use_hidden_tabs_for_min_size",
"setter": "set_use_hidden_tabs_for_min_size",
- "getter": "get_use_hidden_tabs_for_min_size",
- "index": -1
+ "getter": "get_use_hidden_tabs_for_min_size"
}
]
},
@@ -222084,246 +220007,211 @@
"type": "String",
"name": "text",
"setter": "set_text",
- "getter": "get_text",
- "index": -1
+ "getter": "get_text"
},
{
"type": "String",
"name": "placeholder_text",
"setter": "set_placeholder",
- "getter": "get_placeholder",
- "index": -1
+ "getter": "get_placeholder"
},
{
"type": "bool",
"name": "editable",
"setter": "set_editable",
- "getter": "is_editable",
- "index": -1
+ "getter": "is_editable"
},
{
"type": "bool",
"name": "context_menu_enabled",
"setter": "set_context_menu_enabled",
- "getter": "is_context_menu_enabled",
- "index": -1
+ "getter": "is_context_menu_enabled"
},
{
"type": "bool",
"name": "shortcut_keys_enabled",
"setter": "set_shortcut_keys_enabled",
- "getter": "is_shortcut_keys_enabled",
- "index": -1
+ "getter": "is_shortcut_keys_enabled"
},
{
"type": "bool",
"name": "selecting_enabled",
"setter": "set_selecting_enabled",
- "getter": "is_selecting_enabled",
- "index": -1
+ "getter": "is_selecting_enabled"
},
{
"type": "bool",
"name": "deselect_on_focus_loss_enabled",
"setter": "set_deselect_on_focus_loss_enabled",
- "getter": "is_deselect_on_focus_loss_enabled",
- "index": -1
+ "getter": "is_deselect_on_focus_loss_enabled"
},
{
"type": "bool",
"name": "drag_and_drop_selection_enabled",
"setter": "set_drag_and_drop_selection_enabled",
- "getter": "is_drag_and_drop_selection_enabled",
- "index": -1
+ "getter": "is_drag_and_drop_selection_enabled"
},
{
"type": "bool",
"name": "virtual_keyboard_enabled",
"setter": "set_virtual_keyboard_enabled",
- "getter": "is_virtual_keyboard_enabled",
- "index": -1
+ "getter": "is_virtual_keyboard_enabled"
},
{
"type": "bool",
"name": "middle_mouse_paste_enabled",
"setter": "set_middle_mouse_paste_enabled",
- "getter": "is_middle_mouse_paste_enabled",
- "index": -1
+ "getter": "is_middle_mouse_paste_enabled"
},
{
"type": "int",
"name": "wrap_mode",
"setter": "set_line_wrapping_mode",
- "getter": "get_line_wrapping_mode",
- "index": -1
+ "getter": "get_line_wrapping_mode"
},
{
"type": "bool",
"name": "highlight_all_occurrences",
"setter": "set_highlight_all_occurrences",
- "getter": "is_highlight_all_occurrences_enabled",
- "index": -1
+ "getter": "is_highlight_all_occurrences_enabled"
},
{
"type": "bool",
"name": "highlight_current_line",
"setter": "set_highlight_current_line",
- "getter": "is_highlight_current_line_enabled",
- "index": -1
+ "getter": "is_highlight_current_line_enabled"
},
{
"type": "bool",
"name": "draw_control_chars",
"setter": "set_draw_control_chars",
- "getter": "get_draw_control_chars",
- "index": -1
+ "getter": "get_draw_control_chars"
},
{
"type": "bool",
"name": "draw_tabs",
"setter": "set_draw_tabs",
- "getter": "is_drawing_tabs",
- "index": -1
+ "getter": "is_drawing_tabs"
},
{
"type": "bool",
"name": "draw_spaces",
"setter": "set_draw_spaces",
- "getter": "is_drawing_spaces",
- "index": -1
+ "getter": "is_drawing_spaces"
},
{
"type": "SyntaxHighlighter",
"name": "syntax_highlighter",
"setter": "set_syntax_highlighter",
- "getter": "get_syntax_highlighter",
- "index": -1
+ "getter": "get_syntax_highlighter"
},
{
"type": "bool",
"name": "scroll_smooth",
"setter": "set_smooth_scroll_enabled",
- "getter": "is_smooth_scroll_enabled",
- "index": -1
+ "getter": "is_smooth_scroll_enabled"
},
{
"type": "float",
"name": "scroll_v_scroll_speed",
"setter": "set_v_scroll_speed",
- "getter": "get_v_scroll_speed",
- "index": -1
+ "getter": "get_v_scroll_speed"
},
{
"type": "bool",
"name": "scroll_past_end_of_file",
"setter": "set_scroll_past_end_of_file_enabled",
- "getter": "is_scroll_past_end_of_file_enabled",
- "index": -1
+ "getter": "is_scroll_past_end_of_file_enabled"
},
{
"type": "float",
"name": "scroll_vertical",
"setter": "set_v_scroll",
- "getter": "get_v_scroll",
- "index": -1
+ "getter": "get_v_scroll"
},
{
"type": "int",
"name": "scroll_horizontal",
"setter": "set_h_scroll",
- "getter": "get_h_scroll",
- "index": -1
+ "getter": "get_h_scroll"
},
{
"type": "bool",
"name": "scroll_fit_content_height",
"setter": "set_fit_content_height_enabled",
- "getter": "is_fit_content_height_enabled",
- "index": -1
+ "getter": "is_fit_content_height_enabled"
},
{
"type": "bool",
"name": "minimap_draw",
"setter": "set_draw_minimap",
- "getter": "is_drawing_minimap",
- "index": -1
+ "getter": "is_drawing_minimap"
},
{
"type": "int",
"name": "minimap_width",
"setter": "set_minimap_width",
- "getter": "get_minimap_width",
- "index": -1
+ "getter": "get_minimap_width"
},
{
"type": "int",
"name": "caret_type",
"setter": "set_caret_type",
- "getter": "get_caret_type",
- "index": -1
+ "getter": "get_caret_type"
},
{
"type": "bool",
"name": "caret_blink",
"setter": "set_caret_blink_enabled",
- "getter": "is_caret_blink_enabled",
- "index": -1
+ "getter": "is_caret_blink_enabled"
},
{
"type": "float",
"name": "caret_blink_interval",
"setter": "set_caret_blink_interval",
- "getter": "get_caret_blink_interval",
- "index": -1
+ "getter": "get_caret_blink_interval"
},
{
"type": "bool",
"name": "caret_move_on_right_click",
"setter": "set_move_caret_on_right_click_enabled",
- "getter": "is_move_caret_on_right_click_enabled",
- "index": -1
+ "getter": "is_move_caret_on_right_click_enabled"
},
{
"type": "bool",
"name": "caret_mid_grapheme",
"setter": "set_caret_mid_grapheme_enabled",
- "getter": "is_caret_mid_grapheme_enabled",
- "index": -1
+ "getter": "is_caret_mid_grapheme_enabled"
},
{
"type": "bool",
"name": "caret_multiple",
"setter": "set_multiple_carets_enabled",
- "getter": "is_multiple_carets_enabled",
- "index": -1
+ "getter": "is_multiple_carets_enabled"
},
{
"type": "int",
"name": "text_direction",
"setter": "set_text_direction",
- "getter": "get_text_direction",
- "index": -1
+ "getter": "get_text_direction"
},
{
"type": "String",
"name": "language",
"setter": "set_language",
- "getter": "get_language",
- "index": -1
+ "getter": "get_language"
},
{
"type": "int",
"name": "structured_text_bidi_override",
"setter": "set_structured_text_bidi_override",
- "getter": "get_structured_text_bidi_override",
- "index": -1
+ "getter": "get_structured_text_bidi_override"
},
{
"type": "Array",
"name": "structured_text_bidi_override_options",
"setter": "set_structured_text_bidi_override_options",
- "getter": "get_structured_text_bidi_override_options",
- "index": -1
+ "getter": "get_structured_text_bidi_override_options"
}
]
},
@@ -222853,57 +220741,49 @@
"type": "int",
"name": "direction",
"setter": "set_direction",
- "getter": "get_direction",
- "index": -1
+ "getter": "get_direction"
},
{
"type": "int",
"name": "orientation",
"setter": "set_orientation",
- "getter": "get_orientation",
- "index": -1
+ "getter": "get_orientation"
},
{
"type": "bool",
"name": "preserve_invalid",
"setter": "set_preserve_invalid",
- "getter": "get_preserve_invalid",
- "index": -1
+ "getter": "get_preserve_invalid"
},
{
"type": "bool",
"name": "preserve_control",
"setter": "set_preserve_control",
- "getter": "get_preserve_control",
- "index": -1
+ "getter": "get_preserve_control"
},
{
"type": "float",
"name": "width",
"setter": "set_width",
- "getter": "get_width",
- "index": -1
+ "getter": "get_width"
},
{
"type": "int",
"name": "alignment",
"setter": "set_horizontal_alignment",
- "getter": "get_horizontal_alignment",
- "index": -1
+ "getter": "get_horizontal_alignment"
},
{
"type": "int",
"name": "flags",
"setter": "set_flags",
- "getter": "get_flags",
- "index": -1
+ "getter": "get_flags"
},
{
"type": "int",
"name": "text_overrun_behavior",
"setter": "set_text_overrun_behavior",
- "getter": "get_text_overrun_behavior",
- "index": -1
+ "getter": "get_text_overrun_behavior"
}
]
},
@@ -223357,120 +221237,103 @@
"type": "String",
"name": "text",
"setter": "set_text",
- "getter": "get_text",
- "index": -1
+ "getter": "get_text"
},
{
"type": "Font",
"name": "font",
"setter": "set_font",
- "getter": "get_font",
- "index": -1
+ "getter": "get_font"
},
{
"type": "int",
"name": "font_size",
"setter": "set_font_size",
- "getter": "get_font_size",
- "index": -1
+ "getter": "get_font_size"
},
{
"type": "int",
"name": "horizontal_alignment",
"setter": "set_horizontal_alignment",
- "getter": "get_horizontal_alignment",
- "index": -1
+ "getter": "get_horizontal_alignment"
},
{
"type": "int",
"name": "vertical_alignment",
"setter": "set_vertical_alignment",
- "getter": "get_vertical_alignment",
- "index": -1
+ "getter": "get_vertical_alignment"
},
{
"type": "bool",
"name": "uppercase",
"setter": "set_uppercase",
- "getter": "is_uppercase",
- "index": -1
+ "getter": "is_uppercase"
},
{
"type": "float",
"name": "line_spacing",
"setter": "set_line_spacing",
- "getter": "get_line_spacing",
- "index": -1
+ "getter": "get_line_spacing"
},
{
"type": "int",
"name": "autowrap_mode",
"setter": "set_autowrap_mode",
- "getter": "get_autowrap_mode",
- "index": -1
+ "getter": "get_autowrap_mode"
},
{
"type": "float",
"name": "pixel_size",
"setter": "set_pixel_size",
- "getter": "get_pixel_size",
- "index": -1
+ "getter": "get_pixel_size"
},
{
"type": "float",
"name": "curve_step",
"setter": "set_curve_step",
- "getter": "get_curve_step",
- "index": -1
+ "getter": "get_curve_step"
},
{
"type": "float",
"name": "depth",
"setter": "set_depth",
- "getter": "get_depth",
- "index": -1
+ "getter": "get_depth"
},
{
"type": "float",
"name": "width",
"setter": "set_width",
- "getter": "get_width",
- "index": -1
+ "getter": "get_width"
},
{
"type": "Vector2",
"name": "offset",
"setter": "set_offset",
- "getter": "get_offset",
- "index": -1
+ "getter": "get_offset"
},
{
"type": "int",
"name": "text_direction",
"setter": "set_text_direction",
- "getter": "get_text_direction",
- "index": -1
+ "getter": "get_text_direction"
},
{
"type": "String",
"name": "language",
"setter": "set_language",
- "getter": "get_language",
- "index": -1
+ "getter": "get_language"
},
{
"type": "int",
"name": "structured_text_bidi_override",
"setter": "set_structured_text_bidi_override",
- "getter": "get_structured_text_bidi_override",
- "index": -1
+ "getter": "get_structured_text_bidi_override"
},
{
"type": "Array",
"name": "structured_text_bidi_override_options",
"setter": "set_structured_text_bidi_override_options",
- "getter": "get_structured_text_bidi_override_options",
- "index": -1
+ "getter": "get_structured_text_bidi_override_options"
}
]
},
@@ -224402,78 +222265,67 @@
"type": "int",
"name": "direction",
"setter": "set_direction",
- "getter": "get_direction",
- "index": -1
+ "getter": "get_direction"
},
{
"type": "String",
"name": "custom_punctuation",
"setter": "set_custom_punctuation",
- "getter": "get_custom_punctuation",
- "index": -1
+ "getter": "get_custom_punctuation"
},
{
"type": "int",
"name": "orientation",
"setter": "set_orientation",
- "getter": "get_orientation",
- "index": -1
+ "getter": "get_orientation"
},
{
"type": "bool",
"name": "preserve_invalid",
"setter": "set_preserve_invalid",
- "getter": "get_preserve_invalid",
- "index": -1
+ "getter": "get_preserve_invalid"
},
{
"type": "bool",
"name": "preserve_control",
"setter": "set_preserve_control",
- "getter": "get_preserve_control",
- "index": -1
+ "getter": "get_preserve_control"
},
{
"type": "int",
"name": "alignment",
"setter": "set_alignment",
- "getter": "get_alignment",
- "index": -1
+ "getter": "get_alignment"
},
{
"type": "int",
"name": "break_flags",
"setter": "set_break_flags",
- "getter": "get_break_flags",
- "index": -1
+ "getter": "get_break_flags"
},
{
"type": "int",
"name": "justification_flags",
"setter": "set_justification_flags",
- "getter": "get_justification_flags",
- "index": -1
+ "getter": "get_justification_flags"
},
{
"type": "int",
"name": "text_overrun_behavior",
"setter": "set_text_overrun_behavior",
- "getter": "get_text_overrun_behavior",
- "index": -1
+ "getter": "get_text_overrun_behavior"
},
{
"type": "float",
"name": "width",
"setter": "set_width",
- "getter": "get_width",
- "index": -1
+ "getter": "get_width"
},
{
"type": "int",
"name": "max_lines_visible",
"setter": "set_max_lines_visible",
- "getter": "get_max_lines_visible",
- "index": -1
+ "getter": "get_max_lines_visible"
}
]
},
@@ -225364,6 +223216,80 @@
]
},
{
+ "name": "font_set_weight",
+ "is_const": false,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 3411492887,
+ "arguments": [
+ {
+ "name": "font_rid",
+ "type": "RID"
+ },
+ {
+ "name": "weight",
+ "type": "int",
+ "meta": "int64"
+ }
+ ]
+ },
+ {
+ "name": "font_get_weight",
+ "is_const": true,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 2198884583,
+ "return_value": {
+ "type": "int",
+ "meta": "int64"
+ },
+ "arguments": [
+ {
+ "name": "font_rid",
+ "type": "RID"
+ }
+ ]
+ },
+ {
+ "name": "font_set_stretch",
+ "is_const": false,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 3411492887,
+ "arguments": [
+ {
+ "name": "font_rid",
+ "type": "RID"
+ },
+ {
+ "name": "weight",
+ "type": "int",
+ "meta": "int64"
+ }
+ ]
+ },
+ {
+ "name": "font_get_stretch",
+ "is_const": true,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 2198884583,
+ "return_value": {
+ "type": "int",
+ "meta": "int64"
+ },
+ "arguments": [
+ {
+ "name": "font_rid",
+ "type": "RID"
+ }
+ ]
+ },
+ {
"name": "font_set_antialiasing",
"is_const": false,
"is_vararg": false,
@@ -225580,6 +223506,41 @@
]
},
{
+ "name": "font_set_allow_system_fallback",
+ "is_const": false,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 1265174801,
+ "arguments": [
+ {
+ "name": "font_rid",
+ "type": "RID"
+ },
+ {
+ "name": "allow_system_fallback",
+ "type": "bool"
+ }
+ ]
+ },
+ {
+ "name": "font_is_allow_system_fallback",
+ "is_const": true,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 4155700596,
+ "return_value": {
+ "type": "bool"
+ },
+ "arguments": [
+ {
+ "name": "font_rid",
+ "type": "RID"
+ }
+ ]
+ },
+ {
"name": "font_set_force_autohinter",
"is_const": false,
"is_vararg": false,
@@ -229252,6 +227213,72 @@
]
},
{
+ "name": "_font_set_weight",
+ "is_const": false,
+ "is_static": false,
+ "is_vararg": false,
+ "is_virtual": true,
+ "arguments": [
+ {
+ "name": "font_rid",
+ "type": "RID"
+ },
+ {
+ "name": "weight",
+ "type": "int"
+ }
+ ]
+ },
+ {
+ "name": "_font_get_weight",
+ "is_const": true,
+ "is_static": false,
+ "is_vararg": false,
+ "is_virtual": true,
+ "return_value": {
+ "type": "int"
+ },
+ "arguments": [
+ {
+ "name": "font_rid",
+ "type": "RID"
+ }
+ ]
+ },
+ {
+ "name": "_font_set_stretch",
+ "is_const": false,
+ "is_static": false,
+ "is_vararg": false,
+ "is_virtual": true,
+ "arguments": [
+ {
+ "name": "font_rid",
+ "type": "RID"
+ },
+ {
+ "name": "stretch",
+ "type": "int"
+ }
+ ]
+ },
+ {
+ "name": "_font_get_stretch",
+ "is_const": true,
+ "is_static": false,
+ "is_vararg": false,
+ "is_virtual": true,
+ "return_value": {
+ "type": "int"
+ },
+ "arguments": [
+ {
+ "name": "font_rid",
+ "type": "RID"
+ }
+ ]
+ },
+ {
"name": "_font_set_antialiasing",
"is_const": false,
"is_static": false,
@@ -229450,6 +227477,39 @@
]
},
{
+ "name": "_font_set_allow_system_fallback",
+ "is_const": false,
+ "is_static": false,
+ "is_vararg": false,
+ "is_virtual": true,
+ "arguments": [
+ {
+ "name": "font_rid",
+ "type": "RID"
+ },
+ {
+ "name": "allow_system_fallback",
+ "type": "bool"
+ }
+ ]
+ },
+ {
+ "name": "_font_is_allow_system_fallback",
+ "is_const": true,
+ "is_static": false,
+ "is_vararg": false,
+ "is_virtual": true,
+ "return_value": {
+ "type": "bool"
+ },
+ "arguments": [
+ {
+ "name": "font_rid",
+ "type": "RID"
+ }
+ ]
+ },
+ {
"name": "_font_set_force_autohinter",
"is_const": false,
"is_static": false,
@@ -232466,6 +230526,13 @@
"type": "String"
}
]
+ },
+ {
+ "name": "_cleanup",
+ "is_const": false,
+ "is_static": false,
+ "is_vararg": false,
+ "is_virtual": true
}
]
},
@@ -233360,71 +231427,61 @@
"type": "Texture2D",
"name": "texture_normal",
"setter": "set_texture_normal",
- "getter": "get_texture_normal",
- "index": -1
+ "getter": "get_texture_normal"
},
{
"type": "Texture2D",
"name": "texture_pressed",
"setter": "set_texture_pressed",
- "getter": "get_texture_pressed",
- "index": -1
+ "getter": "get_texture_pressed"
},
{
"type": "Texture2D",
"name": "texture_hover",
"setter": "set_texture_hover",
- "getter": "get_texture_hover",
- "index": -1
+ "getter": "get_texture_hover"
},
{
"type": "Texture2D",
"name": "texture_disabled",
"setter": "set_texture_disabled",
- "getter": "get_texture_disabled",
- "index": -1
+ "getter": "get_texture_disabled"
},
{
"type": "Texture2D",
"name": "texture_focused",
"setter": "set_texture_focused",
- "getter": "get_texture_focused",
- "index": -1
+ "getter": "get_texture_focused"
},
{
"type": "BitMap",
"name": "texture_click_mask",
"setter": "set_click_mask",
- "getter": "get_click_mask",
- "index": -1
+ "getter": "get_click_mask"
},
{
"type": "bool",
"name": "ignore_texture_size",
"setter": "set_ignore_texture_size",
- "getter": "get_ignore_texture_size",
- "index": -1
+ "getter": "get_ignore_texture_size"
},
{
"type": "int",
"name": "stretch_mode",
"setter": "set_stretch_mode",
- "getter": "get_stretch_mode",
- "index": -1
+ "getter": "get_stretch_mode"
},
{
"type": "bool",
"name": "flip_h",
"setter": "set_flip_h",
- "getter": "is_flipped_h",
- "index": -1
+ "getter": "is_flipped_h"
},
{
"type": "bool",
"name": "flip_v",
"setter": "set_flip_v",
- "getter": "is_flipped_v",
- "index": -1
+ "getter": "is_flipped_v"
}
]
},
@@ -234020,15 +232077,13 @@
"type": "int",
"name": "fill_mode",
"setter": "set_fill_mode",
- "getter": "get_fill_mode",
- "index": -1
+ "getter": "get_fill_mode"
},
{
"type": "bool",
"name": "nine_patch_stretch",
"setter": "set_nine_patch_stretch",
- "getter": "get_nine_patch_stretch",
- "index": -1
+ "getter": "get_nine_patch_stretch"
},
{
"type": "int",
@@ -234062,71 +232117,61 @@
"type": "Texture2D",
"name": "texture_under",
"setter": "set_under_texture",
- "getter": "get_under_texture",
- "index": -1
+ "getter": "get_under_texture"
},
{
"type": "Texture2D",
"name": "texture_over",
"setter": "set_over_texture",
- "getter": "get_over_texture",
- "index": -1
+ "getter": "get_over_texture"
},
{
"type": "Texture2D",
"name": "texture_progress",
"setter": "set_progress_texture",
- "getter": "get_progress_texture",
- "index": -1
+ "getter": "get_progress_texture"
},
{
"type": "Vector2",
"name": "texture_progress_offset",
"setter": "set_texture_progress_offset",
- "getter": "get_texture_progress_offset",
- "index": -1
+ "getter": "get_texture_progress_offset"
},
{
"type": "Color",
"name": "tint_under",
"setter": "set_tint_under",
- "getter": "get_tint_under",
- "index": -1
+ "getter": "get_tint_under"
},
{
"type": "Color",
"name": "tint_over",
"setter": "set_tint_over",
- "getter": "get_tint_over",
- "index": -1
+ "getter": "get_tint_over"
},
{
"type": "Color",
"name": "tint_progress",
"setter": "set_tint_progress",
- "getter": "get_tint_progress",
- "index": -1
+ "getter": "get_tint_progress"
},
{
"type": "float",
"name": "radial_initial_angle",
"setter": "set_radial_initial_angle",
- "getter": "get_radial_initial_angle",
- "index": -1
+ "getter": "get_radial_initial_angle"
},
{
"type": "float",
"name": "radial_fill_degrees",
"setter": "set_fill_degrees",
- "getter": "get_fill_degrees",
- "index": -1
+ "getter": "get_fill_degrees"
},
{
"type": "Vector2",
"name": "radial_center_offset",
"setter": "set_radial_center_offset",
- "getter": "get_radial_center_offset",
- "index": -1
+ "getter": "get_radial_center_offset"
}
]
},
@@ -234304,36 +232349,31 @@
"type": "Texture2D",
"name": "texture",
"setter": "set_texture",
- "getter": "get_texture",
- "index": -1
+ "getter": "get_texture"
},
{
"type": "bool",
"name": "ignore_texture_size",
"setter": "set_ignore_texture_size",
- "getter": "get_ignore_texture_size",
- "index": -1
+ "getter": "get_ignore_texture_size"
},
{
"type": "int",
"name": "stretch_mode",
"setter": "set_stretch_mode",
- "getter": "get_stretch_mode",
- "index": -1
+ "getter": "get_stretch_mode"
},
{
"type": "bool",
"name": "flip_h",
"setter": "set_flip_h",
- "getter": "is_flipped_h",
- "index": -1
+ "getter": "is_flipped_h"
},
{
"type": "bool",
"name": "flip_v",
"setter": "set_flip_v",
- "getter": "is_flipped_v",
- "index": -1
+ "getter": "is_flipped_v"
}
]
},
@@ -235604,22 +233644,19 @@
"type": "float",
"name": "default_base_scale",
"setter": "set_default_base_scale",
- "getter": "get_default_base_scale",
- "index": -1
+ "getter": "get_default_base_scale"
},
{
"type": "Font",
"name": "default_font",
"setter": "set_default_font",
- "getter": "get_default_font",
- "index": -1
+ "getter": "get_default_font"
},
{
"type": "int",
"name": "default_font_size",
"setter": "set_default_font_size",
- "getter": "get_default_font_size",
- "index": -1
+ "getter": "get_default_font_size"
}
]
},
@@ -235792,36 +233829,31 @@
"type": "float",
"name": "fallback_base_scale",
"setter": "set_fallback_base_scale",
- "getter": "get_fallback_base_scale",
- "index": -1
+ "getter": "get_fallback_base_scale"
},
{
"type": "Font",
"name": "fallback_font",
"setter": "set_fallback_font",
- "getter": "get_fallback_font",
- "index": -1
+ "getter": "get_fallback_font"
},
{
"type": "int",
"name": "fallback_font_size",
"setter": "set_fallback_font_size",
- "getter": "get_fallback_font_size",
- "index": -1
+ "getter": "get_fallback_font_size"
},
{
"type": "Texture2D",
"name": "fallback_icon",
"setter": "set_fallback_icon",
- "getter": "get_fallback_icon",
- "index": -1
+ "getter": "get_fallback_icon"
},
{
"type": "StyleBox",
"name": "fallback_stylebox",
"setter": "set_fallback_stylebox",
- "getter": "get_fallback_stylebox",
- "index": -1
+ "getter": "get_fallback_stylebox"
}
]
},
@@ -236699,78 +234731,67 @@
"type": "bool",
"name": "flip_h",
"setter": "set_flip_h",
- "getter": "get_flip_h",
- "index": -1
+ "getter": "get_flip_h"
},
{
"type": "bool",
"name": "flip_v",
"setter": "set_flip_v",
- "getter": "get_flip_v",
- "index": -1
+ "getter": "get_flip_v"
},
{
"type": "bool",
"name": "transpose",
"setter": "set_transpose",
- "getter": "get_transpose",
- "index": -1
+ "getter": "get_transpose"
},
{
"type": "Vector2i",
"name": "texture_offset",
"setter": "set_texture_offset",
- "getter": "get_texture_offset",
- "index": -1
+ "getter": "get_texture_offset"
},
{
"type": "Color",
"name": "modulate",
"setter": "set_modulate",
- "getter": "get_modulate",
- "index": -1
+ "getter": "get_modulate"
},
{
"type": "CanvasItemMaterial,ShaderMaterial",
"name": "material",
"setter": "set_material",
- "getter": "get_material",
- "index": -1
+ "getter": "get_material"
},
{
"type": "int",
"name": "z_index",
"setter": "set_z_index",
- "getter": "get_z_index",
- "index": -1
+ "getter": "get_z_index"
},
{
"type": "int",
"name": "y_sort_origin",
"setter": "set_y_sort_origin",
- "getter": "get_y_sort_origin",
- "index": -1
+ "getter": "get_y_sort_origin"
},
{
"type": "int",
"name": "terrain_set",
"setter": "set_terrain_set",
- "getter": "get_terrain_set",
- "index": -1
+ "getter": "get_terrain_set"
},
{
"type": "int",
"name": "terrain",
"setter": "set_terrain",
- "getter": "get_terrain",
- "index": -1
+ "getter": "get_terrain"
},
{
"type": "float",
"name": "probability",
"setter": "set_probability",
- "getter": "get_probability",
- "index": -1
+ "getter": "get_probability"
}
]
},
@@ -237625,7 +235646,7 @@
]
},
{
- "name": "get_surrounding_tiles",
+ "name": "get_surrounding_cells",
"is_const": false,
"is_vararg": false,
"is_static": false,
@@ -237736,36 +235757,31 @@
"type": "TileSet",
"name": "tile_set",
"setter": "set_tileset",
- "getter": "get_tileset",
- "index": -1
+ "getter": "get_tileset"
},
{
"type": "int",
"name": "cell_quadrant_size",
"setter": "set_quadrant_size",
- "getter": "get_quadrant_size",
- "index": -1
+ "getter": "get_quadrant_size"
},
{
"type": "bool",
"name": "collision_animatable",
"setter": "set_collision_animatable",
- "getter": "is_collision_animatable",
- "index": -1
+ "getter": "is_collision_animatable"
},
{
"type": "int",
"name": "collision_visibility_mode",
"setter": "set_collision_visibility_mode",
- "getter": "get_collision_visibility_mode",
- "index": -1
+ "getter": "get_collision_visibility_mode"
},
{
"type": "int",
"name": "navigation_visibility_mode",
"setter": "set_navigation_visibility_mode",
- "getter": "get_navigation_visibility_mode",
- "index": -1
+ "getter": "get_navigation_visibility_mode"
}
]
},
@@ -239621,36 +237637,31 @@
"type": "int",
"name": "tile_shape",
"setter": "set_tile_shape",
- "getter": "get_tile_shape",
- "index": -1
+ "getter": "get_tile_shape"
},
{
"type": "int",
"name": "tile_layout",
"setter": "set_tile_layout",
- "getter": "get_tile_layout",
- "index": -1
+ "getter": "get_tile_layout"
},
{
"type": "int",
"name": "tile_offset_axis",
"setter": "set_tile_offset_axis",
- "getter": "get_tile_offset_axis",
- "index": -1
+ "getter": "get_tile_offset_axis"
},
{
"type": "Vector2i",
"name": "tile_size",
"setter": "set_tile_size",
- "getter": "get_tile_size",
- "index": -1
+ "getter": "get_tile_size"
},
{
"type": "bool",
"name": "uv_clipping",
"setter": "set_uv_clipping",
- "getter": "is_uv_clipping",
- "index": -1
+ "getter": "is_uv_clipping"
}
]
},
@@ -240337,36 +238348,31 @@
"type": "Texture2D",
"name": "texture",
"setter": "set_texture",
- "getter": "get_texture",
- "index": -1
+ "getter": "get_texture"
},
{
"type": "Vector2i",
"name": "margins",
"setter": "set_margins",
- "getter": "get_margins",
- "index": -1
+ "getter": "get_margins"
},
{
"type": "Vector2i",
"name": "separation",
"setter": "set_separation",
- "getter": "get_separation",
- "index": -1
+ "getter": "get_separation"
},
{
"type": "Vector2i",
"name": "texture_region_size",
"setter": "set_texture_region_size",
- "getter": "get_texture_region_size",
- "index": -1
+ "getter": "get_texture_region_size"
},
{
"type": "bool",
"name": "use_texture_padding",
"setter": "set_use_texture_padding",
- "getter": "get_use_texture_padding",
- "index": -1
+ "getter": "get_use_texture_padding"
}
]
},
@@ -241368,43 +239374,36 @@
"type": "int",
"name": "process_callback",
"setter": "set_timer_process_callback",
- "getter": "get_timer_process_callback",
- "index": -1
+ "getter": "get_timer_process_callback"
},
{
"type": "float",
"name": "wait_time",
"setter": "set_wait_time",
- "getter": "get_wait_time",
- "index": -1
+ "getter": "get_wait_time"
},
{
"type": "bool",
"name": "one_shot",
"setter": "set_one_shot",
- "getter": "is_one_shot",
- "index": -1
+ "getter": "is_one_shot"
},
{
"type": "bool",
"name": "autostart",
"setter": "set_autostart",
- "getter": "has_autostart",
- "index": -1
+ "getter": "has_autostart"
},
{
"type": "bool",
"name": "paused",
"setter": "set_paused",
- "getter": "is_paused",
- "index": -1
+ "getter": "is_paused"
},
{
"type": "float",
"name": "time_left",
- "setter": "",
- "getter": "get_time_left",
- "index": -1
+ "getter": "get_time_left"
}
]
},
@@ -241529,29 +239528,25 @@
"type": "float",
"name": "inner_radius",
"setter": "set_inner_radius",
- "getter": "get_inner_radius",
- "index": -1
+ "getter": "get_inner_radius"
},
{
"type": "float",
"name": "outer_radius",
"setter": "set_outer_radius",
- "getter": "get_outer_radius",
- "index": -1
+ "getter": "get_outer_radius"
},
{
"type": "int",
"name": "rings",
"setter": "set_rings",
- "getter": "get_rings",
- "index": -1
+ "getter": "get_rings"
},
{
"type": "int",
"name": "ring_segments",
"setter": "set_ring_segments",
- "getter": "get_ring_segments",
- "index": -1
+ "getter": "get_ring_segments"
}
]
},
@@ -241828,64 +239823,55 @@
"type": "Texture2D",
"name": "texture_normal",
"setter": "set_texture_normal",
- "getter": "get_texture_normal",
- "index": -1
+ "getter": "get_texture_normal"
},
{
"type": "Texture2D",
"name": "texture_pressed",
"setter": "set_texture_pressed",
- "getter": "get_texture_pressed",
- "index": -1
+ "getter": "get_texture_pressed"
},
{
"type": "BitMap",
"name": "bitmask",
"setter": "set_bitmask",
- "getter": "get_bitmask",
- "index": -1
+ "getter": "get_bitmask"
},
{
"type": "Shape2D",
"name": "shape",
"setter": "set_shape",
- "getter": "get_shape",
- "index": -1
+ "getter": "get_shape"
},
{
"type": "bool",
"name": "shape_centered",
"setter": "set_shape_centered",
- "getter": "is_shape_centered",
- "index": -1
+ "getter": "is_shape_centered"
},
{
"type": "bool",
"name": "shape_visible",
"setter": "set_shape_visible",
- "getter": "is_shape_visible",
- "index": -1
+ "getter": "is_shape_visible"
},
{
"type": "bool",
"name": "passby_press",
"setter": "set_passby_press",
- "getter": "is_passby_press_enabled",
- "index": -1
+ "getter": "is_passby_press_enabled"
},
{
"type": "StringName",
"name": "action",
"setter": "set_action",
- "getter": "get_action",
- "index": -1
+ "getter": "get_action"
},
{
"type": "int",
"name": "visibility_mode",
"setter": "set_visibility_mode",
- "getter": "get_visibility_mode",
- "index": -1
+ "getter": "get_visibility_mode"
}
]
},
@@ -242127,15 +240113,13 @@
"type": "Dictionary",
"name": "messages",
"setter": "_set_messages",
- "getter": "_get_messages",
- "index": -1
+ "getter": "_get_messages"
},
{
"type": "String",
"name": "locale",
"setter": "set_locale",
- "getter": "get_locale",
- "index": -1
+ "getter": "get_locale"
}
]
},
@@ -242495,8 +240479,7 @@
"type": "bool",
"name": "pseudolocalization_enabled",
"setter": "set_pseudolocalization_enabled",
- "getter": "is_pseudolocalization_enabled",
- "index": -1
+ "getter": "is_pseudolocalization_enabled"
}
]
},
@@ -243530,78 +241513,67 @@
"type": "int",
"name": "columns",
"setter": "set_columns",
- "getter": "get_columns",
- "index": -1
+ "getter": "get_columns"
},
{
"type": "bool",
"name": "column_titles_visible",
"setter": "set_column_titles_visible",
- "getter": "are_column_titles_visible",
- "index": -1
+ "getter": "are_column_titles_visible"
},
{
"type": "bool",
"name": "allow_reselect",
"setter": "set_allow_reselect",
- "getter": "get_allow_reselect",
- "index": -1
+ "getter": "get_allow_reselect"
},
{
"type": "bool",
"name": "allow_rmb_select",
"setter": "set_allow_rmb_select",
- "getter": "get_allow_rmb_select",
- "index": -1
+ "getter": "get_allow_rmb_select"
},
{
"type": "bool",
"name": "hide_folding",
"setter": "set_hide_folding",
- "getter": "is_folding_hidden",
- "index": -1
+ "getter": "is_folding_hidden"
},
{
"type": "bool",
"name": "enable_recursive_folding",
"setter": "set_enable_recursive_folding",
- "getter": "is_recursive_folding_enabled",
- "index": -1
+ "getter": "is_recursive_folding_enabled"
},
{
"type": "bool",
"name": "hide_root",
"setter": "set_hide_root",
- "getter": "is_root_hidden",
- "index": -1
+ "getter": "is_root_hidden"
},
{
"type": "int",
"name": "drop_mode_flags",
"setter": "set_drop_mode_flags",
- "getter": "get_drop_mode_flags",
- "index": -1
+ "getter": "get_drop_mode_flags"
},
{
"type": "int",
"name": "select_mode",
"setter": "set_select_mode",
- "getter": "get_select_mode",
- "index": -1
+ "getter": "get_select_mode"
},
{
"type": "bool",
"name": "scroll_horizontal_enabled",
"setter": "set_h_scroll_enabled",
- "getter": "is_h_scroll_enabled",
- "index": -1
+ "getter": "is_h_scroll_enabled"
},
{
"type": "bool",
"name": "scroll_vertical_enabled",
"setter": "set_v_scroll_enabled",
- "getter": "is_v_scroll_enabled",
- "index": -1
+ "getter": "is_v_scroll_enabled"
}
]
},
@@ -245380,29 +243352,25 @@
"type": "bool",
"name": "collapsed",
"setter": "set_collapsed",
- "getter": "is_collapsed",
- "index": -1
+ "getter": "is_collapsed"
},
{
"type": "bool",
"name": "visible",
"setter": "set_visible",
- "getter": "is_visible",
- "index": -1
+ "getter": "is_visible"
},
{
"type": "bool",
"name": "disable_folding",
"setter": "set_disable_folding",
- "getter": "is_folding_disabled",
- "index": -1
+ "getter": "is_folding_disabled"
},
{
"type": "int",
"name": "custom_minimum_height",
"setter": "set_custom_minimum_height",
- "getter": "get_custom_minimum_height",
- "index": -1
+ "getter": "get_custom_minimum_height"
}
]
},
@@ -245586,43 +243554,37 @@
"type": "float",
"name": "radius",
"setter": "set_radius",
- "getter": "get_radius",
- "index": -1
+ "getter": "get_radius"
},
{
"type": "int",
"name": "radial_steps",
"setter": "set_radial_steps",
- "getter": "get_radial_steps",
- "index": -1
+ "getter": "get_radial_steps"
},
{
"type": "int",
"name": "sections",
"setter": "set_sections",
- "getter": "get_sections",
- "index": -1
+ "getter": "get_sections"
},
{
"type": "float",
"name": "section_length",
"setter": "set_section_length",
- "getter": "get_section_length",
- "index": -1
+ "getter": "get_section_length"
},
{
"type": "int",
"name": "section_rings",
"setter": "set_section_rings",
- "getter": "get_section_rings",
- "index": -1
+ "getter": "get_section_rings"
},
{
"type": "Curve",
"name": "curve",
"setter": "set_curve",
- "getter": "get_curve",
- "index": -1
+ "getter": "get_curve"
}
]
},
@@ -246283,8 +244245,7 @@
"type": "int",
"name": "max_pending_connections",
"setter": "set_max_pending_connections",
- "getter": "get_max_pending_connections",
- "index": -1
+ "getter": "get_max_pending_connections"
}
]
},
@@ -246706,22 +244667,19 @@
"type": "String",
"name": "discover_multicast_if",
"setter": "set_discover_multicast_if",
- "getter": "get_discover_multicast_if",
- "index": -1
+ "getter": "get_discover_multicast_if"
},
{
"type": "int",
"name": "discover_local_port",
"setter": "set_discover_local_port",
- "getter": "get_discover_local_port",
- "index": -1
+ "getter": "get_discover_local_port"
},
{
"type": "bool",
"name": "discover_ipv6",
"setter": "set_discover_ipv6",
- "getter": "is_discover_ipv6",
- "index": -1
+ "getter": "is_discover_ipv6"
}
]
},
@@ -247023,43 +244981,37 @@
"type": "String",
"name": "description_url",
"setter": "set_description_url",
- "getter": "get_description_url",
- "index": -1
+ "getter": "get_description_url"
},
{
"type": "String",
"name": "service_type",
"setter": "set_service_type",
- "getter": "get_service_type",
- "index": -1
+ "getter": "get_service_type"
},
{
"type": "String",
"name": "igd_control_url",
"setter": "set_igd_control_url",
- "getter": "get_igd_control_url",
- "index": -1
+ "getter": "get_igd_control_url"
},
{
"type": "String",
"name": "igd_service_type",
"setter": "set_igd_service_type",
- "getter": "get_igd_service_type",
- "index": -1
+ "getter": "get_igd_service_type"
},
{
"type": "String",
"name": "igd_our_addr",
"setter": "set_igd_our_addr",
- "getter": "get_igd_our_addr",
- "index": -1
+ "getter": "get_igd_our_addr"
},
{
"type": "int",
"name": "igd_status",
"setter": "set_igd_status",
- "getter": "get_igd_status",
- "index": -1
+ "getter": "get_igd_status"
}
]
},
@@ -247518,22 +245470,19 @@
"type": "float",
"name": "engine_force",
"setter": "set_engine_force",
- "getter": "get_engine_force",
- "index": -1
+ "getter": "get_engine_force"
},
{
"type": "float",
"name": "brake",
"setter": "set_brake",
- "getter": "get_brake",
- "index": -1
+ "getter": "get_brake"
},
{
"type": "float",
"name": "steering",
"setter": "set_steering",
- "getter": "get_steering",
- "index": -1
+ "getter": "get_steering"
}
]
},
@@ -247970,99 +245919,85 @@
"type": "float",
"name": "engine_force",
"setter": "set_engine_force",
- "getter": "get_engine_force",
- "index": -1
+ "getter": "get_engine_force"
},
{
"type": "float",
"name": "brake",
"setter": "set_brake",
- "getter": "get_brake",
- "index": -1
+ "getter": "get_brake"
},
{
"type": "float",
"name": "steering",
"setter": "set_steering",
- "getter": "get_steering",
- "index": -1
+ "getter": "get_steering"
},
{
"type": "bool",
"name": "use_as_traction",
"setter": "set_use_as_traction",
- "getter": "is_used_as_traction",
- "index": -1
+ "getter": "is_used_as_traction"
},
{
"type": "bool",
"name": "use_as_steering",
"setter": "set_use_as_steering",
- "getter": "is_used_as_steering",
- "index": -1
+ "getter": "is_used_as_steering"
},
{
"type": "float",
"name": "wheel_roll_influence",
"setter": "set_roll_influence",
- "getter": "get_roll_influence",
- "index": -1
+ "getter": "get_roll_influence"
},
{
"type": "float",
"name": "wheel_radius",
"setter": "set_radius",
- "getter": "get_radius",
- "index": -1
+ "getter": "get_radius"
},
{
"type": "float",
"name": "wheel_rest_length",
"setter": "set_suspension_rest_length",
- "getter": "get_suspension_rest_length",
- "index": -1
+ "getter": "get_suspension_rest_length"
},
{
"type": "float",
"name": "wheel_friction_slip",
"setter": "set_friction_slip",
- "getter": "get_friction_slip",
- "index": -1
+ "getter": "get_friction_slip"
},
{
"type": "float",
"name": "suspension_travel",
"setter": "set_suspension_travel",
- "getter": "get_suspension_travel",
- "index": -1
+ "getter": "get_suspension_travel"
},
{
"type": "float",
"name": "suspension_stiffness",
"setter": "set_suspension_stiffness",
- "getter": "get_suspension_stiffness",
- "index": -1
+ "getter": "get_suspension_stiffness"
},
{
"type": "float",
"name": "suspension_max_force",
"setter": "set_suspension_max_force",
- "getter": "get_suspension_max_force",
- "index": -1
+ "getter": "get_suspension_max_force"
},
{
"type": "float",
"name": "damping_compression",
"setter": "set_damping_compression",
- "getter": "get_damping_compression",
- "index": -1
+ "getter": "get_damping_compression"
},
{
"type": "float",
"name": "damping_relaxation",
"setter": "set_damping_relaxation",
- "getter": "get_damping_relaxation",
- "index": -1
+ "getter": "get_damping_relaxation"
}
]
},
@@ -248400,71 +246335,61 @@
"type": "int",
"name": "audio_track",
"setter": "set_audio_track",
- "getter": "get_audio_track",
- "index": -1
+ "getter": "get_audio_track"
},
{
"type": "VideoStream",
"name": "stream",
"setter": "set_stream",
- "getter": "get_stream",
- "index": -1
+ "getter": "get_stream"
},
{
"type": "float",
"name": "volume_db",
"setter": "set_volume_db",
- "getter": "get_volume_db",
- "index": -1
+ "getter": "get_volume_db"
},
{
"type": "float",
"name": "volume",
"setter": "set_volume",
- "getter": "get_volume",
- "index": -1
+ "getter": "get_volume"
},
{
"type": "bool",
"name": "autoplay",
"setter": "set_autoplay",
- "getter": "has_autoplay",
- "index": -1
+ "getter": "has_autoplay"
},
{
"type": "bool",
"name": "paused",
"setter": "set_paused",
- "getter": "is_paused",
- "index": -1
+ "getter": "is_paused"
},
{
"type": "bool",
"name": "expand",
"setter": "set_expand",
- "getter": "has_expand",
- "index": -1
+ "getter": "has_expand"
},
{
"type": "int",
"name": "buffering_msec",
"setter": "set_buffering_msec",
- "getter": "get_buffering_msec",
- "index": -1
+ "getter": "get_buffering_msec"
},
{
"type": "float",
"name": "stream_position",
"setter": "set_stream_position",
- "getter": "get_stream_position",
- "index": -1
+ "getter": "get_stream_position"
},
{
"type": "StringName",
"name": "bus",
"setter": "set_bus",
- "getter": "get_bus",
- "index": -1
+ "getter": "get_bus"
}
]
},
@@ -248506,8 +246431,7 @@
"type": "String",
"name": "file",
"setter": "set_file",
- "getter": "get_file",
- "index": -1
+ "getter": "get_file"
}
]
},
@@ -250213,246 +248137,211 @@
"type": "bool",
"name": "disable_3d",
"setter": "set_disable_3d",
- "getter": "is_3d_disabled",
- "index": -1
+ "getter": "is_3d_disabled"
},
{
"type": "bool",
"name": "use_xr",
"setter": "set_use_xr",
- "getter": "is_using_xr",
- "index": -1
+ "getter": "is_using_xr"
},
{
"type": "bool",
"name": "own_world_3d",
"setter": "set_use_own_world_3d",
- "getter": "is_using_own_world_3d",
- "index": -1
+ "getter": "is_using_own_world_3d"
},
{
"type": "World3D",
"name": "world_3d",
"setter": "set_world_3d",
- "getter": "get_world_3d",
- "index": -1
+ "getter": "get_world_3d"
},
{
"type": "World2D",
"name": "world_2d",
"setter": "set_world_2d",
- "getter": "get_world_2d",
- "index": -1
+ "getter": "get_world_2d"
},
{
"type": "bool",
"name": "transparent_bg",
"setter": "set_transparent_background",
- "getter": "has_transparent_background",
- "index": -1
+ "getter": "has_transparent_background"
},
{
"type": "bool",
"name": "handle_input_locally",
"setter": "set_handle_input_locally",
- "getter": "is_handling_input_locally",
- "index": -1
+ "getter": "is_handling_input_locally"
},
{
"type": "bool",
"name": "snap_2d_transforms_to_pixel",
"setter": "set_snap_2d_transforms_to_pixel",
- "getter": "is_snap_2d_transforms_to_pixel_enabled",
- "index": -1
+ "getter": "is_snap_2d_transforms_to_pixel_enabled"
},
{
"type": "bool",
"name": "snap_2d_vertices_to_pixel",
"setter": "set_snap_2d_vertices_to_pixel",
- "getter": "is_snap_2d_vertices_to_pixel_enabled",
- "index": -1
+ "getter": "is_snap_2d_vertices_to_pixel_enabled"
},
{
"type": "int",
"name": "msaa_2d",
"setter": "set_msaa_2d",
- "getter": "get_msaa_2d",
- "index": -1
+ "getter": "get_msaa_2d"
},
{
"type": "int",
"name": "msaa_3d",
"setter": "set_msaa_3d",
- "getter": "get_msaa_3d",
- "index": -1
+ "getter": "get_msaa_3d"
},
{
"type": "int",
"name": "screen_space_aa",
"setter": "set_screen_space_aa",
- "getter": "get_screen_space_aa",
- "index": -1
+ "getter": "get_screen_space_aa"
},
{
"type": "bool",
"name": "use_taa",
"setter": "set_use_taa",
- "getter": "is_using_taa",
- "index": -1
+ "getter": "is_using_taa"
},
{
"type": "bool",
"name": "use_debanding",
"setter": "set_use_debanding",
- "getter": "is_using_debanding",
- "index": -1
+ "getter": "is_using_debanding"
},
{
"type": "bool",
"name": "use_occlusion_culling",
"setter": "set_use_occlusion_culling",
- "getter": "is_using_occlusion_culling",
- "index": -1
+ "getter": "is_using_occlusion_culling"
},
{
"type": "float",
"name": "mesh_lod_threshold",
"setter": "set_mesh_lod_threshold",
- "getter": "get_mesh_lod_threshold",
- "index": -1
+ "getter": "get_mesh_lod_threshold"
},
{
"type": "int",
"name": "debug_draw",
"setter": "set_debug_draw",
- "getter": "get_debug_draw",
- "index": -1
+ "getter": "get_debug_draw"
},
{
"type": "int",
"name": "scaling_3d_mode",
"setter": "set_scaling_3d_mode",
- "getter": "get_scaling_3d_mode",
- "index": -1
+ "getter": "get_scaling_3d_mode"
},
{
"type": "float",
"name": "scaling_3d_scale",
"setter": "set_scaling_3d_scale",
- "getter": "get_scaling_3d_scale",
- "index": -1
+ "getter": "get_scaling_3d_scale"
},
{
"type": "float",
"name": "texture_mipmap_bias",
"setter": "set_texture_mipmap_bias",
- "getter": "get_texture_mipmap_bias",
- "index": -1
+ "getter": "get_texture_mipmap_bias"
},
{
"type": "float",
"name": "fsr_sharpness",
"setter": "set_fsr_sharpness",
- "getter": "get_fsr_sharpness",
- "index": -1
+ "getter": "get_fsr_sharpness"
},
{
"type": "int",
"name": "vrs_mode",
"setter": "set_vrs_mode",
- "getter": "get_vrs_mode",
- "index": -1
+ "getter": "get_vrs_mode"
},
{
"type": "Texture2D",
"name": "vrs_texture",
"setter": "set_vrs_texture",
- "getter": "get_vrs_texture",
- "index": -1
+ "getter": "get_vrs_texture"
},
{
"type": "int",
"name": "canvas_item_default_texture_filter",
"setter": "set_default_canvas_item_texture_filter",
- "getter": "get_default_canvas_item_texture_filter",
- "index": -1
+ "getter": "get_default_canvas_item_texture_filter"
},
{
"type": "int",
"name": "canvas_item_default_texture_repeat",
"setter": "set_default_canvas_item_texture_repeat",
- "getter": "get_default_canvas_item_texture_repeat",
- "index": -1
+ "getter": "get_default_canvas_item_texture_repeat"
},
{
"type": "bool",
"name": "audio_listener_enable_2d",
"setter": "set_as_audio_listener_2d",
- "getter": "is_audio_listener_2d",
- "index": -1
+ "getter": "is_audio_listener_2d"
},
{
"type": "bool",
"name": "audio_listener_enable_3d",
"setter": "set_as_audio_listener_3d",
- "getter": "is_audio_listener_3d",
- "index": -1
+ "getter": "is_audio_listener_3d"
},
{
"type": "bool",
"name": "physics_object_picking",
"setter": "set_physics_object_picking",
- "getter": "get_physics_object_picking",
- "index": -1
+ "getter": "get_physics_object_picking"
},
{
"type": "bool",
"name": "gui_disable_input",
"setter": "set_disable_input",
- "getter": "is_input_disabled",
- "index": -1
+ "getter": "is_input_disabled"
},
{
"type": "bool",
"name": "gui_snap_controls_to_pixels",
"setter": "set_snap_controls_to_pixels",
- "getter": "is_snap_controls_to_pixels_enabled",
- "index": -1
+ "getter": "is_snap_controls_to_pixels_enabled"
},
{
"type": "bool",
"name": "gui_embed_subwindows",
"setter": "set_embedding_subwindows",
- "getter": "is_embedding_subwindows",
- "index": -1
+ "getter": "is_embedding_subwindows"
},
{
"type": "int",
"name": "sdf_oversize",
"setter": "set_sdf_oversize",
- "getter": "get_sdf_oversize",
- "index": -1
+ "getter": "get_sdf_oversize"
},
{
"type": "int",
"name": "sdf_scale",
"setter": "set_sdf_scale",
- "getter": "get_sdf_scale",
- "index": -1
+ "getter": "get_sdf_scale"
},
{
"type": "int",
"name": "positional_shadow_atlas_size",
"setter": "set_positional_shadow_atlas_size",
- "getter": "get_positional_shadow_atlas_size",
- "index": -1
+ "getter": "get_positional_shadow_atlas_size"
},
{
"type": "bool",
"name": "positional_shadow_atlas_16_bits",
"setter": "set_positional_shadow_atlas_16_bits",
- "getter": "get_positional_shadow_atlas_16_bits",
- "index": -1
+ "getter": "get_positional_shadow_atlas_16_bits"
},
{
"type": "int",
@@ -250486,22 +248375,19 @@
"type": "Transform2D",
"name": "canvas_transform",
"setter": "set_canvas_transform",
- "getter": "get_canvas_transform",
- "index": -1
+ "getter": "get_canvas_transform"
},
{
"type": "Transform2D",
"name": "global_canvas_transform",
"setter": "set_global_canvas_transform",
- "getter": "get_global_canvas_transform",
- "index": -1
+ "getter": "get_global_canvas_transform"
},
{
"type": "int",
"name": "canvas_cull_mask",
"setter": "set_canvas_cull_mask",
- "getter": "get_canvas_cull_mask",
- "index": -1
+ "getter": "get_canvas_cull_mask"
}
]
},
@@ -250543,8 +248429,7 @@
"type": "NodePath",
"name": "viewport_path",
"setter": "set_viewport_path_in_scene",
- "getter": "get_viewport_path_in_scene",
- "index": -1
+ "getter": "get_viewport_path_in_scene"
}
]
},
@@ -250631,15 +248516,13 @@
"type": "int",
"name": "enable_mode",
"setter": "set_enable_mode",
- "getter": "get_enable_mode",
- "index": -1
+ "getter": "get_enable_mode"
},
{
"type": "NodePath",
"name": "enable_node_path",
"setter": "set_enable_node_path",
- "getter": "get_enable_node_path",
- "index": -1
+ "getter": "get_enable_node_path"
}
]
},
@@ -250726,15 +248609,13 @@
"type": "int",
"name": "enable_mode",
"setter": "set_enable_mode",
- "getter": "get_enable_mode",
- "index": -1
+ "getter": "get_enable_mode"
},
{
"type": "NodePath",
"name": "enable_node_path",
"setter": "set_enable_node_path",
- "getter": "get_enable_node_path",
- "index": -1
+ "getter": "get_enable_node_path"
}
]
},
@@ -250795,8 +248676,7 @@
"type": "Rect2",
"name": "rect",
"setter": "set_rect",
- "getter": "get_rect",
- "index": -1
+ "getter": "get_rect"
}
]
},
@@ -250846,8 +248726,7 @@
"type": "AABB",
"name": "aabb",
"setter": "set_aabb",
- "getter": "get_aabb",
- "index": -1
+ "getter": "get_aabb"
}
]
},
@@ -250985,8 +248864,7 @@
"type": "int",
"name": "layers",
"setter": "set_layer_mask",
- "getter": "get_layer_mask",
- "index": -1
+ "getter": "get_layer_mask"
}
]
},
@@ -251580,8 +249458,7 @@
"type": "Vector2",
"name": "graph_offset",
"setter": "set_graph_offset",
- "getter": "get_graph_offset",
- "index": -1
+ "getter": "get_graph_offset"
}
]
},
@@ -251764,22 +249641,19 @@
"type": "int",
"name": "output_port_for_preview",
"setter": "set_output_port_for_preview",
- "getter": "get_output_port_for_preview",
- "index": -1
+ "getter": "get_output_port_for_preview"
},
{
"type": "Array",
"name": "default_input_values",
"setter": "set_default_input_values",
- "getter": "get_default_input_values",
- "index": -1
+ "getter": "get_default_input_values"
},
{
"type": "Array",
"name": "expanded_output_ports",
"setter": "_set_output_ports_expanded",
- "getter": "_get_output_ports_expanded",
- "index": -1
+ "getter": "_get_output_ports_expanded"
}
]
},
@@ -251874,15 +249748,13 @@
"type": "int",
"name": "billboard_type",
"setter": "set_billboard_type",
- "getter": "get_billboard_type",
- "index": -1
+ "getter": "get_billboard_type"
},
{
"type": "bool",
"name": "keep_scale",
"setter": "set_keep_scale_enabled",
- "getter": "is_keep_scale_enabled",
- "index": -1
+ "getter": "is_keep_scale_enabled"
}
]
},
@@ -251924,8 +249796,7 @@
"type": "bool",
"name": "constant",
"setter": "set_constant",
- "getter": "get_constant",
- "index": -1
+ "getter": "get_constant"
}
]
},
@@ -251992,15 +249863,13 @@
"type": "bool",
"name": "default_value_enabled",
"setter": "set_default_value_enabled",
- "getter": "is_default_value_enabled",
- "index": -1
+ "getter": "is_default_value_enabled"
},
{
"type": "bool",
"name": "default_value",
"setter": "set_default_value",
- "getter": "get_default_value",
- "index": -1
+ "getter": "get_default_value"
}
]
},
@@ -252074,8 +249943,7 @@
"type": "int",
"name": "op_type",
"setter": "set_op_type",
- "getter": "get_op_type",
- "index": -1
+ "getter": "get_op_type"
}
]
},
@@ -252117,8 +249985,7 @@
"type": "Color",
"name": "constant",
"setter": "set_constant",
- "getter": "get_constant",
- "index": -1
+ "getter": "get_constant"
}
]
},
@@ -252188,8 +250055,7 @@
"type": "int",
"name": "function",
"setter": "set_function",
- "getter": "get_function",
- "index": -1
+ "getter": "get_function"
}
]
},
@@ -252279,8 +250145,7 @@
"type": "int",
"name": "operator",
"setter": "set_operator",
- "getter": "get_operator",
- "index": -1
+ "getter": "get_operator"
}
]
},
@@ -252347,15 +250212,13 @@
"type": "bool",
"name": "default_value_enabled",
"setter": "set_default_value_enabled",
- "getter": "is_default_value_enabled",
- "index": -1
+ "getter": "is_default_value_enabled"
},
{
"type": "Color",
"name": "default_value",
"setter": "set_default_value",
- "getter": "get_default_value",
- "index": -1
+ "getter": "get_default_value"
}
]
},
@@ -252422,15 +250285,13 @@
"type": "String",
"name": "title",
"setter": "set_title",
- "getter": "get_title",
- "index": -1
+ "getter": "get_title"
},
{
"type": "String",
"name": "description",
"setter": "set_description",
- "getter": "get_description",
- "index": -1
+ "getter": "get_description"
}
]
},
@@ -252614,22 +250475,19 @@
"type": "int",
"name": "type",
"setter": "set_comparison_type",
- "getter": "get_comparison_type",
- "index": -1
+ "getter": "get_comparison_type"
},
{
"type": "int",
"name": "function",
"setter": "set_function",
- "getter": "get_function",
- "index": -1
+ "getter": "get_function"
},
{
"type": "int",
"name": "condition",
"setter": "set_condition",
- "getter": "get_condition",
- "index": -1
+ "getter": "get_condition"
}
]
},
@@ -252770,22 +250628,19 @@
"type": "int",
"name": "source",
"setter": "set_source",
- "getter": "get_source",
- "index": -1
+ "getter": "get_source"
},
{
"type": "Cubemap",
"name": "cube_map",
"setter": "set_cube_map",
- "getter": "get_cube_map",
- "index": -1
+ "getter": "get_cube_map"
},
{
"type": "int",
"name": "texture_type",
"setter": "set_texture_type",
- "getter": "get_texture_type",
- "index": -1
+ "getter": "get_texture_type"
}
]
},
@@ -252834,8 +250689,7 @@
"type": "CurveTexture",
"name": "texture",
"setter": "set_texture",
- "getter": "get_texture",
- "index": -1
+ "getter": "get_texture"
}
]
},
@@ -252877,8 +250731,7 @@
"type": "CurveXYZTexture",
"name": "texture",
"setter": "set_texture",
- "getter": "get_texture",
- "index": -1
+ "getter": "get_texture"
}
]
},
@@ -253113,8 +250966,7 @@
"type": "bool",
"name": "initialized",
"setter": "_set_initialized",
- "getter": "_is_initialized",
- "index": -1
+ "getter": "_is_initialized"
}
]
},
@@ -253231,15 +251083,13 @@
"type": "int",
"name": "op_type",
"setter": "set_op_type",
- "getter": "get_op_type",
- "index": -1
+ "getter": "get_op_type"
},
{
"type": "int",
"name": "function",
"setter": "set_function",
- "getter": "get_function",
- "index": -1
+ "getter": "get_function"
}
]
},
@@ -253302,8 +251152,7 @@
"type": "String",
"name": "expression",
"setter": "set_expression",
- "getter": "get_expression",
- "index": -1
+ "getter": "get_expression"
}
]
},
@@ -253354,8 +251203,7 @@
"type": "float",
"name": "constant",
"setter": "set_constant",
- "getter": "get_constant",
- "index": -1
+ "getter": "get_constant"
}
]
},
@@ -253537,8 +251385,7 @@
"type": "int",
"name": "function",
"setter": "set_function",
- "getter": "get_function",
- "index": -1
+ "getter": "get_function"
}
]
},
@@ -253632,8 +251479,7 @@
"type": "int",
"name": "operator",
"setter": "set_operator",
- "getter": "get_operator",
- "index": -1
+ "getter": "get_operator"
}
]
},
@@ -253832,43 +251678,37 @@
"type": "int",
"name": "hint",
"setter": "set_hint",
- "getter": "get_hint",
- "index": -1
+ "getter": "get_hint"
},
{
"type": "float",
"name": "min",
"setter": "set_min",
- "getter": "get_min",
- "index": -1
+ "getter": "get_min"
},
{
"type": "float",
"name": "max",
"setter": "set_max",
- "getter": "get_max",
- "index": -1
+ "getter": "get_max"
},
{
"type": "float",
"name": "step",
"setter": "set_step",
- "getter": "get_step",
- "index": -1
+ "getter": "get_step"
},
{
"type": "bool",
"name": "default_value_enabled",
"setter": "set_default_value_enabled",
- "getter": "is_default_value_enabled",
- "index": -1
+ "getter": "is_default_value_enabled"
},
{
"type": "float",
"name": "default_value",
"setter": "set_default_value",
- "getter": "get_default_value",
- "index": -1
+ "getter": "get_default_value"
}
]
},
@@ -254279,8 +252119,7 @@
"type": "StringName",
"name": "input_name",
"setter": "set_input_name",
- "getter": "get_input_name",
- "index": -1
+ "getter": "get_input_name"
}
]
},
@@ -254324,8 +252163,7 @@
"type": "int",
"name": "constant",
"setter": "set_constant",
- "getter": "get_constant",
- "index": -1
+ "getter": "get_constant"
}
]
},
@@ -254395,8 +252233,7 @@
"type": "int",
"name": "function",
"setter": "set_function",
- "getter": "get_function",
- "index": -1
+ "getter": "get_function"
}
]
},
@@ -254498,8 +252335,7 @@
"type": "int",
"name": "operator",
"setter": "set_operator",
- "getter": "get_operator",
- "index": -1
+ "getter": "get_operator"
}
]
},
@@ -254698,43 +252534,37 @@
"type": "int",
"name": "hint",
"setter": "set_hint",
- "getter": "get_hint",
- "index": -1
+ "getter": "get_hint"
},
{
"type": "int",
"name": "min",
"setter": "set_min",
- "getter": "get_min",
- "index": -1
+ "getter": "get_min"
},
{
"type": "int",
"name": "max",
"setter": "set_max",
- "getter": "get_max",
- "index": -1
+ "getter": "get_max"
},
{
"type": "int",
"name": "step",
"setter": "set_step",
- "getter": "get_step",
- "index": -1
+ "getter": "get_step"
},
{
"type": "bool",
"name": "default_value_enabled",
"setter": "set_default_value_enabled",
- "getter": "is_default_value_enabled",
- "index": -1
+ "getter": "is_default_value_enabled"
},
{
"type": "int",
"name": "default_value",
"setter": "set_default_value",
- "getter": "get_default_value",
- "index": -1
+ "getter": "get_default_value"
}
]
},
@@ -254796,8 +252626,7 @@
"type": "int",
"name": "function",
"setter": "set_function",
- "getter": "get_function",
- "index": -1
+ "getter": "get_function"
}
]
},
@@ -254886,8 +252715,7 @@
"type": "int",
"name": "op_type",
"setter": "set_op_type",
- "getter": "get_op_type",
- "index": -1
+ "getter": "get_op_type"
}
]
},
@@ -254957,8 +252785,7 @@
"type": "int",
"name": "op_type",
"setter": "set_op_type",
- "getter": "get_op_type",
- "index": -1
+ "getter": "get_op_type"
}
]
},
@@ -255063,15 +252890,13 @@
"type": "StringName",
"name": "parameter_name",
"setter": "set_parameter_name",
- "getter": "get_parameter_name",
- "index": -1
+ "getter": "get_parameter_name"
},
{
"type": "int",
"name": "qualifier",
"setter": "set_qualifier",
- "getter": "get_qualifier",
- "index": -1
+ "getter": "get_qualifier"
}
]
},
@@ -255113,15 +252938,13 @@
"type": "StringName",
"name": "parameter_name",
"setter": "set_parameter_name",
- "getter": "get_parameter_name",
- "index": -1
+ "getter": "get_parameter_name"
},
{
"type": "int",
"name": "param_type",
"setter": "_set_parameter_type",
- "getter": "_get_parameter_type",
- "index": -1
+ "getter": "_get_parameter_type"
}
]
},
@@ -255187,8 +253010,7 @@
"type": "int",
"name": "mode",
"setter": "set_mode",
- "getter": "get_mode",
- "index": -1
+ "getter": "get_mode"
}
]
},
@@ -255272,8 +253094,7 @@
"type": "int",
"name": "flags",
"setter": "set_flags",
- "getter": "get_flags",
- "index": -1
+ "getter": "get_flags"
}
]
},
@@ -255315,8 +253136,7 @@
"type": "bool",
"name": "mode_2d",
"setter": "set_mode_2d",
- "getter": "is_mode_2d",
- "index": -1
+ "getter": "is_mode_2d"
}
]
},
@@ -255410,22 +253230,19 @@
"type": "Mesh",
"name": "mesh",
"setter": "set_mesh",
- "getter": "get_mesh",
- "index": -1
+ "getter": "get_mesh"
},
{
"type": "bool",
"name": "use_all_surfaces",
"setter": "set_use_all_surfaces",
- "getter": "is_use_all_surfaces",
- "index": -1
+ "getter": "is_use_all_surfaces"
},
{
"type": "int",
"name": "surface_index",
"setter": "set_surface_index",
- "getter": "get_surface_index",
- "index": -1
+ "getter": "get_surface_index"
}
]
},
@@ -255467,8 +253284,7 @@
"type": "bool",
"name": "degrees_mode",
"setter": "set_degrees_mode",
- "getter": "is_degrees_mode",
- "index": -1
+ "getter": "is_degrees_mode"
}
]
},
@@ -255541,8 +253357,7 @@
"type": "int",
"name": "op_type",
"setter": "set_op_type",
- "getter": "get_op_type",
- "index": -1
+ "getter": "get_op_type"
}
]
},
@@ -255619,8 +253434,7 @@
"type": "Vector2",
"name": "size",
"setter": "set_size",
- "getter": "get_size",
- "index": -1
+ "getter": "get_size"
}
]
},
@@ -255696,8 +253510,7 @@
"type": "int",
"name": "source",
"setter": "set_source",
- "getter": "get_source",
- "index": -1
+ "getter": "get_source"
}
]
},
@@ -255786,8 +253599,7 @@
"type": "int",
"name": "op_type",
"setter": "set_op_type",
- "getter": "get_op_type",
- "index": -1
+ "getter": "get_op_type"
}
]
},
@@ -255869,8 +253681,7 @@
"type": "int",
"name": "op_type",
"setter": "set_op_type",
- "getter": "get_op_type",
- "index": -1
+ "getter": "get_op_type"
}
]
},
@@ -255952,8 +253763,7 @@
"type": "int",
"name": "op_type",
"setter": "set_op_type",
- "getter": "get_op_type",
- "index": -1
+ "getter": "get_op_type"
}
]
},
@@ -256103,22 +253913,19 @@
"type": "int",
"name": "source",
"setter": "set_source",
- "getter": "get_source",
- "index": -1
+ "getter": "get_source"
},
{
"type": "Texture2D",
"name": "texture",
"setter": "set_texture",
- "getter": "get_texture",
- "index": -1
+ "getter": "get_texture"
},
{
"type": "int",
"name": "texture_type",
"setter": "set_texture_type",
- "getter": "get_texture_type",
- "index": -1
+ "getter": "get_texture_type"
}
]
},
@@ -256160,8 +253967,7 @@
"type": "Texture2DArray",
"name": "texture_array",
"setter": "set_texture_array",
- "getter": "get_texture_array",
- "index": -1
+ "getter": "get_texture_array"
}
]
},
@@ -256217,8 +254023,7 @@
"type": "Texture3D",
"name": "texture",
"setter": "set_texture",
- "getter": "get_texture",
- "index": -1
+ "getter": "get_texture"
}
]
},
@@ -256452,29 +254257,25 @@
"type": "int",
"name": "texture_type",
"setter": "set_texture_type",
- "getter": "get_texture_type",
- "index": -1
+ "getter": "get_texture_type"
},
{
"type": "int",
"name": "color_default",
"setter": "set_color_default",
- "getter": "get_color_default",
- "index": -1
+ "getter": "get_color_default"
},
{
"type": "int",
"name": "texture_filter",
"setter": "set_texture_filter",
- "getter": "get_texture_filter",
- "index": -1
+ "getter": "get_texture_filter"
},
{
"type": "int",
"name": "texture_repeat",
"setter": "set_texture_repeat",
- "getter": "get_texture_repeat",
- "index": -1
+ "getter": "get_texture_repeat"
}
]
},
@@ -256544,8 +254345,7 @@
"type": "Transform3D",
"name": "constant",
"setter": "set_constant",
- "getter": "get_constant",
- "index": -1
+ "getter": "get_constant"
}
]
},
@@ -256614,8 +254414,7 @@
"type": "int",
"name": "function",
"setter": "set_function",
- "getter": "get_function",
- "index": -1
+ "getter": "get_function"
}
]
},
@@ -256705,8 +254504,7 @@
"type": "int",
"name": "operator",
"setter": "set_operator",
- "getter": "get_operator",
- "index": -1
+ "getter": "get_operator"
}
]
},
@@ -256773,15 +254571,13 @@
"type": "bool",
"name": "default_value_enabled",
"setter": "set_default_value_enabled",
- "getter": "is_default_value_enabled",
- "index": -1
+ "getter": "is_default_value_enabled"
},
{
"type": "Transform3D",
"name": "default_value",
"setter": "set_default_value",
- "getter": "get_default_value",
- "index": -1
+ "getter": "get_default_value"
}
]
},
@@ -256851,8 +254647,7 @@
"type": "int",
"name": "operator",
"setter": "set_operator",
- "getter": "get_operator",
- "index": -1
+ "getter": "get_operator"
}
]
},
@@ -256914,8 +254709,7 @@
"type": "int",
"name": "function",
"setter": "set_function",
- "getter": "get_function",
- "index": -1
+ "getter": "get_function"
}
]
},
@@ -256989,15 +254783,13 @@
"type": "StringName",
"name": "varying_name",
"setter": "set_varying_name",
- "getter": "get_varying_name",
- "index": -1
+ "getter": "get_varying_name"
},
{
"type": "int",
"name": "varying_type",
"setter": "set_varying_type",
- "getter": "get_varying_type",
- "index": -1
+ "getter": "get_varying_type"
}
]
},
@@ -257053,8 +254845,7 @@
"type": "Vector2",
"name": "constant",
"setter": "set_constant",
- "getter": "get_constant",
- "index": -1
+ "getter": "get_constant"
}
]
},
@@ -257121,15 +254912,13 @@
"type": "bool",
"name": "default_value_enabled",
"setter": "set_default_value_enabled",
- "getter": "is_default_value_enabled",
- "index": -1
+ "getter": "is_default_value_enabled"
},
{
"type": "Vector2",
"name": "default_value",
"setter": "set_default_value",
- "getter": "get_default_value",
- "index": -1
+ "getter": "get_default_value"
}
]
},
@@ -257171,8 +254960,7 @@
"type": "Vector3",
"name": "constant",
"setter": "set_constant",
- "getter": "get_constant",
- "index": -1
+ "getter": "get_constant"
}
]
},
@@ -257239,15 +255027,13 @@
"type": "bool",
"name": "default_value_enabled",
"setter": "set_default_value_enabled",
- "getter": "is_default_value_enabled",
- "index": -1
+ "getter": "is_default_value_enabled"
},
{
"type": "Vector3",
"name": "default_value",
"setter": "set_default_value",
- "getter": "get_default_value",
- "index": -1
+ "getter": "get_default_value"
}
]
},
@@ -257289,8 +255075,7 @@
"type": "Quaternion",
"name": "constant",
"setter": "set_constant",
- "getter": "get_constant",
- "index": -1
+ "getter": "get_constant"
}
]
},
@@ -257357,15 +255142,13 @@
"type": "bool",
"name": "default_value_enabled",
"setter": "set_default_value_enabled",
- "getter": "is_default_value_enabled",
- "index": -1
+ "getter": "is_default_value_enabled"
},
{
"type": "Vector4",
"name": "default_value",
"setter": "set_default_value",
- "getter": "get_default_value",
- "index": -1
+ "getter": "get_default_value"
}
]
},
@@ -257431,8 +255214,7 @@
"type": "int",
"name": "op_type",
"setter": "set_op_type",
- "getter": "get_op_type",
- "index": -1
+ "getter": "get_op_type"
}
]
},
@@ -257639,8 +255421,7 @@
"type": "int",
"name": "function",
"setter": "set_function",
- "getter": "get_function",
- "index": -1
+ "getter": "get_function"
}
]
},
@@ -257749,8 +255530,7 @@
"type": "int",
"name": "operator",
"setter": "set_operator",
- "getter": "get_operator",
- "index": -1
+ "getter": "get_operator"
}
]
},
@@ -257930,29 +255710,25 @@
"type": "int",
"name": "subdiv",
"setter": "set_subdiv",
- "getter": "get_subdiv",
- "index": -1
+ "getter": "get_subdiv"
},
{
"type": "Vector3",
"name": "extents",
"setter": "set_extents",
- "getter": "get_extents",
- "index": -1
+ "getter": "get_extents"
},
{
"type": "CameraAttributesPractical,CameraAttributesPhysical",
"name": "camera_attributes",
"setter": "set_camera_attributes",
- "getter": "get_camera_attributes",
- "index": -1
+ "getter": "get_camera_attributes"
},
{
"type": "VoxelGIData",
"name": "data",
"setter": "set_probe_data",
- "getter": "get_probe_data",
- "index": -1
+ "getter": "get_probe_data"
}
]
},
@@ -258258,50 +256034,43 @@
"type": "float",
"name": "dynamic_range",
"setter": "set_dynamic_range",
- "getter": "get_dynamic_range",
- "index": -1
+ "getter": "get_dynamic_range"
},
{
"type": "float",
"name": "energy",
"setter": "set_energy",
- "getter": "get_energy",
- "index": -1
+ "getter": "get_energy"
},
{
"type": "float",
"name": "bias",
"setter": "set_bias",
- "getter": "get_bias",
- "index": -1
+ "getter": "get_bias"
},
{
"type": "float",
"name": "normal_bias",
"setter": "set_normal_bias",
- "getter": "get_normal_bias",
- "index": -1
+ "getter": "get_normal_bias"
},
{
"type": "float",
"name": "propagation",
"setter": "set_propagation",
- "getter": "get_propagation",
- "index": -1
+ "getter": "get_propagation"
},
{
"type": "bool",
"name": "use_two_bounces",
"setter": "set_use_two_bounces",
- "getter": "is_using_two_bounces",
- "index": -1
+ "getter": "is_using_two_bounces"
},
{
"type": "bool",
"name": "interior",
"setter": "set_interior",
- "getter": "is_interior",
- "index": -1
+ "getter": "is_interior"
}
]
},
@@ -258534,8 +256303,7 @@
"type": "int",
"name": "write_mode",
"setter": "set_write_mode",
- "getter": "get_write_mode",
- "index": -1
+ "getter": "get_write_mode"
}
]
},
@@ -259678,43 +257446,37 @@
"type": "PackedStringArray",
"name": "supported_protocols",
"setter": "set_supported_protocols",
- "getter": "get_supported_protocols",
- "index": -1
+ "getter": "get_supported_protocols"
},
{
"type": "PackedStringArray",
"name": "handshake_headers",
"setter": "set_handshake_headers",
- "getter": "get_handshake_headers",
- "index": -1
+ "getter": "get_handshake_headers"
},
{
"type": "int",
"name": "inbound_buffer_size",
"setter": "set_inbound_buffer_size",
- "getter": "get_inbound_buffer_size",
- "index": -1
+ "getter": "get_inbound_buffer_size"
},
{
"type": "int",
"name": "outbound_buffer_size",
"setter": "set_outbound_buffer_size",
- "getter": "get_outbound_buffer_size",
- "index": -1
+ "getter": "get_outbound_buffer_size"
},
{
"type": "float",
"name": "handshake_timeout",
"setter": "set_handshake_timeout",
- "getter": "get_handshake_timeout",
- "index": -1
+ "getter": "get_handshake_timeout"
},
{
"type": "int",
"name": "max_queued_packets",
"setter": "set_max_queued_packets",
- "getter": "get_max_queued_packets",
- "index": -1
+ "getter": "get_max_queued_packets"
}
]
},
@@ -260128,36 +257890,31 @@
"type": "PackedStringArray",
"name": "supported_protocols",
"setter": "set_supported_protocols",
- "getter": "get_supported_protocols",
- "index": -1
+ "getter": "get_supported_protocols"
},
{
"type": "PackedStringArray",
"name": "handshake_headers",
"setter": "set_handshake_headers",
- "getter": "get_handshake_headers",
- "index": -1
+ "getter": "get_handshake_headers"
},
{
"type": "int",
"name": "inbound_buffer_size",
"setter": "set_inbound_buffer_size",
- "getter": "get_inbound_buffer_size",
- "index": -1
+ "getter": "get_inbound_buffer_size"
},
{
"type": "int",
"name": "outbound_buffer_size",
"setter": "set_outbound_buffer_size",
- "getter": "get_outbound_buffer_size",
- "index": -1
+ "getter": "get_outbound_buffer_size"
},
{
"type": "int",
"name": "max_queued_packets",
"setter": "set_max_queued_packets",
- "getter": "get_max_queued_packets",
- "index": -1
+ "getter": "get_max_queued_packets"
}
]
},
@@ -260167,6 +257924,30 @@
"is_instantiable": false,
"inherits": "XRInterface",
"api_type": "core",
+ "enums": [
+ {
+ "name": "TargetRayMode",
+ "is_bitfield": false,
+ "values": [
+ {
+ "name": "TARGET_RAY_MODE_UNKNOWN",
+ "value": 0
+ },
+ {
+ "name": "TARGET_RAY_MODE_GAZE",
+ "value": 1
+ },
+ {
+ "name": "TARGET_RAY_MODE_TRACKED_POINTER",
+ "value": 2
+ },
+ {
+ "name": "TARGET_RAY_MODE_SCREEN",
+ "value": 3
+ }
+ ]
+ }
+ ],
"methods": [
{
"name": "is_session_supported",
@@ -260294,7 +258075,25 @@
}
},
{
- "name": "get_controller",
+ "name": "is_input_source_active",
+ "is_const": true,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 1116898809,
+ "return_value": {
+ "type": "bool"
+ },
+ "arguments": [
+ {
+ "name": "input_source_id",
+ "type": "int",
+ "meta": "int32"
+ }
+ ]
+ },
+ {
+ "name": "get_input_source_tracker",
"is_const": true,
"is_vararg": false,
"is_static": false,
@@ -260305,32 +258104,39 @@
},
"arguments": [
{
- "name": "controller_id",
+ "name": "input_source_id",
"type": "int",
"meta": "int32"
}
]
},
{
- "name": "get_visibility_state",
+ "name": "get_input_source_target_ray_mode",
"is_const": true,
"is_vararg": false,
"is_static": false,
"is_virtual": false,
- "hash": 201670096,
+ "hash": 2852387453,
"return_value": {
- "type": "String"
- }
+ "type": "enum::WebXRInterface.TargetRayMode"
+ },
+ "arguments": [
+ {
+ "name": "input_source_id",
+ "type": "int",
+ "meta": "int32"
+ }
+ ]
},
{
- "name": "get_bounds_geometry",
+ "name": "get_visibility_state",
"is_const": true,
"is_vararg": false,
"is_static": false,
"is_virtual": false,
- "hash": 497664490,
+ "hash": 201670096,
"return_value": {
- "type": "PackedVector3Array"
+ "type": "String"
}
}
],
@@ -260367,7 +258173,7 @@
"name": "selectstart",
"arguments": [
{
- "name": "controller_id",
+ "name": "input_source_id",
"type": "int"
}
]
@@ -260376,7 +258182,7 @@
"name": "select",
"arguments": [
{
- "name": "controller_id",
+ "name": "input_source_id",
"type": "int"
}
]
@@ -260385,7 +258191,7 @@
"name": "selectend",
"arguments": [
{
- "name": "controller_id",
+ "name": "input_source_id",
"type": "int"
}
]
@@ -260394,7 +258200,7 @@
"name": "squeezestart",
"arguments": [
{
- "name": "controller_id",
+ "name": "input_source_id",
"type": "int"
}
]
@@ -260403,7 +258209,7 @@
"name": "squeeze",
"arguments": [
{
- "name": "controller_id",
+ "name": "input_source_id",
"type": "int"
}
]
@@ -260412,7 +258218,7 @@
"name": "squeezeend",
"arguments": [
{
- "name": "controller_id",
+ "name": "input_source_id",
"type": "int"
}
]
@@ -260429,50 +258235,35 @@
"type": "String",
"name": "session_mode",
"setter": "set_session_mode",
- "getter": "get_session_mode",
- "index": -1
+ "getter": "get_session_mode"
},
{
"type": "String",
"name": "required_features",
"setter": "set_required_features",
- "getter": "get_required_features",
- "index": -1
+ "getter": "get_required_features"
},
{
"type": "String",
"name": "optional_features",
"setter": "set_optional_features",
- "getter": "get_optional_features",
- "index": -1
+ "getter": "get_optional_features"
},
{
"type": "String",
"name": "requested_reference_space_types",
"setter": "set_requested_reference_space_types",
- "getter": "get_requested_reference_space_types",
- "index": -1
+ "getter": "get_requested_reference_space_types"
},
{
"type": "String",
"name": "reference_space_type",
- "setter": "",
- "getter": "get_reference_space_type",
- "index": -1
+ "getter": "get_reference_space_type"
},
{
"type": "String",
"name": "visibility_state",
- "setter": "",
- "getter": "get_visibility_state",
- "index": -1
- },
- {
- "type": "PackedVector3Array",
- "name": "bounds_geometry",
- "setter": "",
- "getter": "get_bounds_geometry",
- "index": -1
+ "getter": "get_visibility_state"
}
]
},
@@ -260736,7 +258527,18 @@
"hash": 3218959716
},
{
- "name": "get_real_size",
+ "name": "get_position_with_decorations",
+ "is_const": true,
+ "is_vararg": false,
+ "is_static": false,
+ "is_virtual": false,
+ "hash": 3690982128,
+ "return_value": {
+ "type": "Vector2i"
+ }
+ },
+ {
+ "name": "get_size_with_decorations",
"is_const": true,
"is_vararg": false,
"is_static": false,
@@ -261763,64 +259565,55 @@
"type": "String",
"name": "title",
"setter": "set_title",
- "getter": "get_title",
- "index": -1
+ "getter": "get_title"
},
{
"type": "Vector2i",
"name": "position",
"setter": "set_position",
- "getter": "get_position",
- "index": -1
+ "getter": "get_position"
},
{
"type": "Vector2i",
"name": "size",
"setter": "set_size",
- "getter": "get_size",
- "index": -1
+ "getter": "get_size"
},
{
"type": "int",
"name": "mode",
"setter": "set_mode",
- "getter": "get_mode",
- "index": -1
+ "getter": "get_mode"
},
{
"type": "int",
"name": "current_screen",
"setter": "set_current_screen",
- "getter": "get_current_screen",
- "index": -1
+ "getter": "get_current_screen"
},
{
"type": "bool",
"name": "visible",
"setter": "set_visible",
- "getter": "is_visible",
- "index": -1
+ "getter": "is_visible"
},
{
"type": "bool",
"name": "wrap_controls",
"setter": "set_wrap_controls",
- "getter": "is_wrapping_controls",
- "index": -1
+ "getter": "is_wrapping_controls"
},
{
"type": "bool",
"name": "transient",
"setter": "set_transient",
- "getter": "is_transient",
- "index": -1
+ "getter": "is_transient"
},
{
"type": "bool",
"name": "exclusive",
"setter": "set_exclusive",
- "getter": "is_exclusive",
- "index": -1
+ "getter": "is_exclusive"
},
{
"type": "bool",
@@ -261875,64 +259668,55 @@
"type": "Vector2i",
"name": "min_size",
"setter": "set_min_size",
- "getter": "get_min_size",
- "index": -1
+ "getter": "get_min_size"
},
{
"type": "Vector2i",
"name": "max_size",
"setter": "set_max_size",
- "getter": "get_max_size",
- "index": -1
+ "getter": "get_max_size"
},
{
"type": "Vector2i",
"name": "content_scale_size",
"setter": "set_content_scale_size",
- "getter": "get_content_scale_size",
- "index": -1
+ "getter": "get_content_scale_size"
},
{
"type": "int",
"name": "content_scale_mode",
"setter": "set_content_scale_mode",
- "getter": "get_content_scale_mode",
- "index": -1
+ "getter": "get_content_scale_mode"
},
{
"type": "int",
"name": "content_scale_aspect",
"setter": "set_content_scale_aspect",
- "getter": "get_content_scale_aspect",
- "index": -1
+ "getter": "get_content_scale_aspect"
},
{
"type": "float",
"name": "content_scale_factor",
"setter": "set_content_scale_factor",
- "getter": "get_content_scale_factor",
- "index": -1
+ "getter": "get_content_scale_factor"
},
{
"type": "Theme",
"name": "theme",
"setter": "set_theme",
- "getter": "get_theme",
- "index": -1
+ "getter": "get_theme"
},
{
"type": "String",
"name": "theme_type_variation",
"setter": "set_theme_type_variation",
- "getter": "get_theme_type_variation",
- "index": -1
+ "getter": "get_theme_type_variation"
},
{
"type": "bool",
"name": "auto_translate",
"setter": "set_auto_translate",
- "getter": "is_auto_translating",
- "index": -1
+ "getter": "is_auto_translating"
}
]
},
@@ -262153,30 +259937,22 @@
{
"type": "RID",
"name": "canvas",
- "setter": "",
- "getter": "get_canvas",
- "index": -1
+ "getter": "get_canvas"
},
{
"type": "RID",
"name": "space",
- "setter": "",
- "getter": "get_space",
- "index": -1
+ "getter": "get_space"
},
{
"type": "RID",
"name": "navigation_map",
- "setter": "",
- "getter": "get_navigation_map",
- "index": -1
+ "getter": "get_navigation_map"
},
{
"type": "PhysicsDirectSpaceState2D",
"name": "direct_space_state",
- "setter": "",
- "getter": "get_direct_space_state",
- "index": -1
+ "getter": "get_direct_space_state"
}
]
},
@@ -262312,50 +260088,39 @@
"type": "Environment",
"name": "environment",
"setter": "set_environment",
- "getter": "get_environment",
- "index": -1
+ "getter": "get_environment"
},
{
"type": "Environment",
"name": "fallback_environment",
"setter": "set_fallback_environment",
- "getter": "get_fallback_environment",
- "index": -1
+ "getter": "get_fallback_environment"
},
{
"type": "CameraAttributesPractical,CameraAttributesPhysical",
"name": "camera_attributes",
"setter": "set_camera_attributes",
- "getter": "get_camera_attributes",
- "index": -1
+ "getter": "get_camera_attributes"
},
{
"type": "RID",
"name": "space",
- "setter": "",
- "getter": "get_space",
- "index": -1
+ "getter": "get_space"
},
{
"type": "RID",
"name": "navigation_map",
- "setter": "",
- "getter": "get_navigation_map",
- "index": -1
+ "getter": "get_navigation_map"
},
{
"type": "RID",
"name": "scenario",
- "setter": "",
- "getter": "get_scenario",
- "index": -1
+ "getter": "get_scenario"
},
{
"type": "PhysicsDirectSpaceState3D",
"name": "direct_space_state",
- "setter": "",
- "getter": "get_direct_space_state",
- "index": -1
+ "getter": "get_direct_space_state"
}
]
},
@@ -262424,15 +260189,13 @@
"type": "Vector2",
"name": "normal",
"setter": "set_normal",
- "getter": "get_normal",
- "index": -1
+ "getter": "get_normal"
},
{
"type": "float",
"name": "distance",
"setter": "set_distance",
- "getter": "get_distance",
- "index": -1
+ "getter": "get_distance"
}
]
},
@@ -262474,8 +260237,7 @@
"type": "Plane",
"name": "plane",
"setter": "set_plane",
- "getter": "get_plane",
- "index": -1
+ "getter": "get_plane"
}
]
},
@@ -262542,15 +260304,13 @@
"type": "Environment",
"name": "environment",
"setter": "set_environment",
- "getter": "get_environment",
- "index": -1
+ "getter": "get_environment"
},
{
"type": "CameraAttributesPractical,CameraAttributesPhysical",
"name": "camera_attributes",
"setter": "set_camera_attributes",
- "getter": "get_camera_attributes",
- "index": -1
+ "getter": "get_camera_attributes"
}
]
},
@@ -263487,22 +261247,19 @@
"type": "bool",
"name": "interface_is_primary",
"setter": "set_primary",
- "getter": "is_primary",
- "index": -1
+ "getter": "is_primary"
},
{
"type": "int",
"name": "xr_play_area_mode",
"setter": "set_play_area_mode",
- "getter": "get_play_area_mode",
- "index": -1
+ "getter": "get_play_area_mode"
},
{
"type": "bool",
"name": "ar_is_anchor_detection_enabled",
"setter": "set_anchor_detection_is_enabled",
- "getter": "get_anchor_detection_is_enabled",
- "index": -1
+ "getter": "get_anchor_detection_is_enabled"
}
]
},
@@ -264127,15 +261884,13 @@
"type": "String",
"name": "tracker",
"setter": "set_tracker",
- "getter": "get_tracker",
- "index": -1
+ "getter": "get_tracker"
},
{
"type": "String",
"name": "pose",
"setter": "set_pose_name",
- "getter": "get_pose_name",
- "index": -1
+ "getter": "get_pose_name"
}
]
},
@@ -264204,15 +261959,13 @@
"type": "float",
"name": "world_scale",
"setter": "set_world_scale",
- "getter": "get_world_scale",
- "index": -1
+ "getter": "get_world_scale"
},
{
"type": "bool",
"name": "current",
"setter": "set_current",
- "getter": "is_current",
- "index": -1
+ "getter": "is_current"
}
]
},
@@ -264410,43 +262163,37 @@
"type": "bool",
"name": "has_tracking_data",
"setter": "set_has_tracking_data",
- "getter": "get_has_tracking_data",
- "index": -1
+ "getter": "get_has_tracking_data"
},
{
"type": "String",
"name": "name",
"setter": "set_name",
- "getter": "get_name",
- "index": -1
+ "getter": "get_name"
},
{
"type": "String",
"name": "transform",
"setter": "set_transform",
- "getter": "get_transform",
- "index": -1
+ "getter": "get_transform"
},
{
"type": "String",
"name": "linear_velocity",
"setter": "set_linear_velocity",
- "getter": "get_linear_velocity",
- "index": -1
+ "getter": "get_linear_velocity"
},
{
"type": "String",
"name": "angular_velocity",
"setter": "set_angular_velocity",
- "getter": "get_angular_velocity",
- "index": -1
+ "getter": "get_angular_velocity"
},
{
"type": "int",
"name": "tracking_confidence",
"setter": "set_tracking_confidence",
- "getter": "get_tracking_confidence",
- "index": -1
+ "getter": "get_tracking_confidence"
}
]
},
@@ -264785,36 +262532,31 @@
"type": "int",
"name": "type",
"setter": "set_tracker_type",
- "getter": "get_tracker_type",
- "index": -1
+ "getter": "get_tracker_type"
},
{
"type": "String",
"name": "name",
"setter": "set_tracker_name",
- "getter": "get_tracker_name",
- "index": -1
+ "getter": "get_tracker_name"
},
{
"type": "String",
"name": "description",
"setter": "set_tracker_desc",
- "getter": "get_tracker_desc",
- "index": -1
+ "getter": "get_tracker_desc"
},
{
"type": "String",
"name": "profile",
"setter": "set_tracker_profile",
- "getter": "get_tracker_profile",
- "index": -1
+ "getter": "get_tracker_profile"
},
{
"type": "int",
"name": "hand",
"setter": "set_tracker_hand",
- "getter": "get_tracker_hand",
- "index": -1
+ "getter": "get_tracker_hand"
}
]
},
@@ -265185,15 +262927,13 @@
"type": "float",
"name": "world_scale",
"setter": "set_world_scale",
- "getter": "get_world_scale",
- "index": -1
+ "getter": "get_world_scale"
},
{
"type": "Object",
"name": "primary_interface",
"setter": "set_primary_interface",
- "getter": "get_primary_interface",
- "index": -1
+ "getter": "get_primary_interface"
}
]
},