|
3 | 3 | "version_major": 4,
|
4 | 4 | "version_minor": 5,
|
5 | 5 | "version_patch": 0,
|
6 |
| - "version_status": "beta3", |
| 6 | + "version_status": "beta4", |
7 | 7 | "version_build": "official",
|
8 |
| - "version_full_name": "Godot Engine v4.5.beta3.official", |
| 8 | + "version_full_name": "Godot Engine v4.5.beta4.official", |
9 | 9 | "precision": "single"
|
10 | 10 | },
|
11 | 11 | "builtin_class_sizes": [
|
|
25894 | 25894 | "inherits": "RefCounted",
|
25895 | 25895 | "api_type": "core",
|
25896 | 25896 | "methods": [
|
| 25897 | + { |
| 25898 | + "name": "_filter_neighbor", |
| 25899 | + "is_const": true, |
| 25900 | + "is_static": false, |
| 25901 | + "is_required": false, |
| 25902 | + "is_vararg": false, |
| 25903 | + "is_virtual": true, |
| 25904 | + "hash": 2522259332, |
| 25905 | + "return_value": { |
| 25906 | + "type": "bool" |
| 25907 | + }, |
| 25908 | + "arguments": [ |
| 25909 | + { |
| 25910 | + "name": "from_id", |
| 25911 | + "type": "int", |
| 25912 | + "meta": "int64" |
| 25913 | + }, |
| 25914 | + { |
| 25915 | + "name": "neighbor_id", |
| 25916 | + "type": "int", |
| 25917 | + "meta": "int64" |
| 25918 | + } |
| 25919 | + ] |
| 25920 | + }, |
25897 | 25921 | {
|
25898 | 25922 | "name": "_estimate_cost",
|
25899 | 25923 | "is_const": true,
|
|
26122 | 26146 | "type": "PackedInt64Array"
|
26123 | 26147 | }
|
26124 | 26148 | },
|
| 26149 | + { |
| 26150 | + "name": "set_neighbor_filter_enabled", |
| 26151 | + "is_const": false, |
| 26152 | + "is_vararg": false, |
| 26153 | + "is_static": false, |
| 26154 | + "is_virtual": false, |
| 26155 | + "hash": 2586408642, |
| 26156 | + "arguments": [ |
| 26157 | + { |
| 26158 | + "name": "enabled", |
| 26159 | + "type": "bool" |
| 26160 | + } |
| 26161 | + ] |
| 26162 | + }, |
| 26163 | + { |
| 26164 | + "name": "is_neighbor_filter_enabled", |
| 26165 | + "is_const": true, |
| 26166 | + "is_vararg": false, |
| 26167 | + "is_static": false, |
| 26168 | + "is_virtual": false, |
| 26169 | + "hash": 36873697, |
| 26170 | + "return_value": { |
| 26171 | + "type": "bool" |
| 26172 | + } |
| 26173 | + }, |
26125 | 26174 | {
|
26126 | 26175 | "name": "set_point_disabled",
|
26127 | 26176 | "is_const": false,
|
|
26399 | 26448 | }
|
26400 | 26449 | ]
|
26401 | 26450 | }
|
| 26451 | + ], |
| 26452 | + "properties": [ |
| 26453 | + { |
| 26454 | + "type": "bool", |
| 26455 | + "name": "neighbor_filter_enabled", |
| 26456 | + "setter": "set_neighbor_filter_enabled", |
| 26457 | + "getter": "is_neighbor_filter_enabled" |
| 26458 | + } |
26402 | 26459 | ]
|
26403 | 26460 | },
|
26404 | 26461 | {
|
|
26408 | 26465 | "inherits": "RefCounted",
|
26409 | 26466 | "api_type": "core",
|
26410 | 26467 | "methods": [
|
| 26468 | + { |
| 26469 | + "name": "_filter_neighbor", |
| 26470 | + "is_const": true, |
| 26471 | + "is_static": false, |
| 26472 | + "is_required": false, |
| 26473 | + "is_vararg": false, |
| 26474 | + "is_virtual": true, |
| 26475 | + "hash": 2522259332, |
| 26476 | + "return_value": { |
| 26477 | + "type": "bool" |
| 26478 | + }, |
| 26479 | + "arguments": [ |
| 26480 | + { |
| 26481 | + "name": "from_id", |
| 26482 | + "type": "int", |
| 26483 | + "meta": "int64" |
| 26484 | + }, |
| 26485 | + { |
| 26486 | + "name": "neighbor_id", |
| 26487 | + "type": "int", |
| 26488 | + "meta": "int64" |
| 26489 | + } |
| 26490 | + ] |
| 26491 | + }, |
26411 | 26492 | {
|
26412 | 26493 | "name": "_estimate_cost",
|
26413 | 26494 | "is_const": true,
|
|
26677 | 26758 | }
|
26678 | 26759 | ]
|
26679 | 26760 | },
|
| 26761 | + { |
| 26762 | + "name": "set_neighbor_filter_enabled", |
| 26763 | + "is_const": false, |
| 26764 | + "is_vararg": false, |
| 26765 | + "is_static": false, |
| 26766 | + "is_virtual": false, |
| 26767 | + "hash": 2586408642, |
| 26768 | + "arguments": [ |
| 26769 | + { |
| 26770 | + "name": "enabled", |
| 26771 | + "type": "bool" |
| 26772 | + } |
| 26773 | + ] |
| 26774 | + }, |
| 26775 | + { |
| 26776 | + "name": "is_neighbor_filter_enabled", |
| 26777 | + "is_const": true, |
| 26778 | + "is_vararg": false, |
| 26779 | + "is_static": false, |
| 26780 | + "is_virtual": false, |
| 26781 | + "hash": 36873697, |
| 26782 | + "return_value": { |
| 26783 | + "type": "bool" |
| 26784 | + } |
| 26785 | + }, |
26680 | 26786 | {
|
26681 | 26787 | "name": "connect_points",
|
26682 | 26788 | "is_const": false,
|
|
26913 | 27019 | }
|
26914 | 27020 | ]
|
26915 | 27021 | }
|
| 27022 | + ], |
| 27023 | + "properties": [ |
| 27024 | + { |
| 27025 | + "type": "bool", |
| 27026 | + "name": "neighbor_filter_enabled", |
| 27027 | + "setter": "set_neighbor_filter_enabled", |
| 27028 | + "getter": "is_neighbor_filter_enabled" |
| 27029 | + } |
26916 | 27030 | ]
|
26917 | 27031 | },
|
26918 | 27032 | {
|
|
92804 | 92918 | "is_required": false,
|
92805 | 92919 | "is_vararg": false,
|
92806 | 92920 | "is_virtual": true,
|
92807 |
| - "hash": 3991065292, |
| 92921 | + "hash": 3536238170, |
| 92922 | + "hash_compatibility": [ |
| 92923 | + 3991065292 |
| 92924 | + ], |
92808 | 92925 | "return_value": {
|
92809 |
| - "type": "ImageTexture" |
| 92926 | + "type": "Texture2D" |
92810 | 92927 | },
|
92811 | 92928 | "arguments": [
|
92812 | 92929 | {
|
@@ -249282,6 +249399,31 @@
|
249282 | 249399 | "type": "bool"
|
249283 | 249400 | }
|
249284 | 249401 | },
|
| 249402 | + { |
| 249403 | + "name": "set_scroll_follow_visible_characters", |
| 249404 | + "is_const": false, |
| 249405 | + "is_vararg": false, |
| 249406 | + "is_static": false, |
| 249407 | + "is_virtual": false, |
| 249408 | + "hash": 2586408642, |
| 249409 | + "arguments": [ |
| 249410 | + { |
| 249411 | + "name": "follow", |
| 249412 | + "type": "bool" |
| 249413 | + } |
| 249414 | + ] |
| 249415 | + }, |
| 249416 | + { |
| 249417 | + "name": "is_scroll_following_visible_characters", |
| 249418 | + "is_const": true, |
| 249419 | + "is_vararg": false, |
| 249420 | + "is_static": false, |
| 249421 | + "is_virtual": false, |
| 249422 | + "hash": 36873697, |
| 249423 | + "return_value": { |
| 249424 | + "type": "bool" |
| 249425 | + } |
| 249426 | + }, |
249285 | 249427 | {
|
249286 | 249428 | "name": "set_scroll_follow",
|
249287 | 249429 | "is_const": false,
|
@@ -249991,6 +250133,17 @@
|
249991 | 250133 | }
|
249992 | 250134 | ]
|
249993 | 250135 | },
|
| 250136 | + { |
| 250137 | + "name": "get_visible_content_rect", |
| 250138 | + "is_const": true, |
| 250139 | + "is_vararg": false, |
| 250140 | + "is_static": false, |
| 250141 | + "is_virtual": false, |
| 250142 | + "hash": 410525958, |
| 250143 | + "return_value": { |
| 250144 | + "type": "Rect2i" |
| 250145 | + } |
| 250146 | + }, |
249994 | 250147 | {
|
249995 | 250148 | "name": "get_line_offset",
|
249996 | 250149 | "is_const": false,
|
@@ -250194,6 +250347,12 @@
|
250194 | 250347 | "setter": "set_scroll_follow",
|
250195 | 250348 | "getter": "is_scroll_following"
|
250196 | 250349 | },
|
| 250350 | + { |
| 250351 | + "type": "bool", |
| 250352 | + "name": "scroll_following_visible_characters", |
| 250353 | + "setter": "set_scroll_follow_visible_characters", |
| 250354 | + "getter": "is_scroll_following_visible_characters" |
| 250355 | + }, |
250197 | 250356 | {
|
250198 | 250357 | "type": "int",
|
250199 | 250358 | "name": "autowrap_mode",
|
|
0 commit comments