|
3 | 3 | "version_major": 4, |
4 | 4 | "version_minor": 0, |
5 | 5 | "version_patch": 0, |
6 | | - "version_status": "rc1", |
| 6 | + "version_status": "rc2", |
7 | 7 | "version_build": "official", |
8 | | - "version_full_name": "Godot Engine v4.0.rc1.official" |
| 8 | + "version_full_name": "Godot Engine v4.0.rc2.official" |
9 | 9 | }, |
10 | 10 | "builtin_class_sizes": [ |
11 | 11 | { |
|
32256 | 32256 | "type": "Vector3" |
32257 | 32257 | } |
32258 | 32258 | }, |
| 32259 | + { |
| 32260 | + "name": "get_root_motion_position_accumulator", |
| 32261 | + "is_const": true, |
| 32262 | + "is_vararg": false, |
| 32263 | + "is_static": false, |
| 32264 | + "is_virtual": false, |
| 32265 | + "hash": 3360562783, |
| 32266 | + "return_value": { |
| 32267 | + "type": "Vector3" |
| 32268 | + } |
| 32269 | + }, |
| 32270 | + { |
| 32271 | + "name": "get_root_motion_rotation_accumulator", |
| 32272 | + "is_const": true, |
| 32273 | + "is_vararg": false, |
| 32274 | + "is_static": false, |
| 32275 | + "is_virtual": false, |
| 32276 | + "hash": 1222331677, |
| 32277 | + "return_value": { |
| 32278 | + "type": "Quaternion" |
| 32279 | + } |
| 32280 | + }, |
| 32281 | + { |
| 32282 | + "name": "get_root_motion_scale_accumulator", |
| 32283 | + "is_const": true, |
| 32284 | + "is_vararg": false, |
| 32285 | + "is_static": false, |
| 32286 | + "is_virtual": false, |
| 32287 | + "hash": 3360562783, |
| 32288 | + "return_value": { |
| 32289 | + "type": "Vector3" |
| 32290 | + } |
| 32291 | + }, |
32259 | 32292 | { |
32260 | 32293 | "name": "advance", |
32261 | 32294 | "is_const": false, |
|
38530 | 38563 | "hash": 83702148, |
38531 | 38564 | "arguments": [ |
38532 | 38565 | { |
38533 | | - "name": "output_device", |
| 38566 | + "name": "name", |
38534 | 38567 | "type": "String" |
38535 | 38568 | } |
38536 | 38569 | ] |
|
84946 | 84979 | "is_vararg": false, |
84947 | 84980 | "is_static": false, |
84948 | 84981 | "is_virtual": false, |
84949 | | - "hash": 1327703655, |
| 84982 | + "hash": 1850254898, |
| 84983 | + "return_value": { |
| 84984 | + "type": "enum::Error" |
| 84985 | + }, |
| 84986 | + "arguments": [ |
| 84987 | + { |
| 84988 | + "name": "language", |
| 84989 | + "type": "ScriptLanguage" |
| 84990 | + } |
| 84991 | + ] |
| 84992 | + }, |
| 84993 | + { |
| 84994 | + "name": "unregister_script_language", |
| 84995 | + "is_const": false, |
| 84996 | + "is_vararg": false, |
| 84997 | + "is_static": false, |
| 84998 | + "is_virtual": false, |
| 84999 | + "hash": 1850254898, |
| 85000 | + "return_value": { |
| 85001 | + "type": "enum::Error" |
| 85002 | + }, |
84950 | 85003 | "arguments": [ |
84951 | 85004 | { |
84952 | 85005 | "name": "language", |
@@ -117040,7 +117093,7 @@ |
117040 | 117093 | "hash": 1286410249, |
117041 | 117094 | "arguments": [ |
117042 | 117095 | { |
117043 | | - "name": "lines_visible", |
| 117096 | + "name": "visible_lines", |
117044 | 117097 | "type": "int", |
117045 | 117098 | "meta": "int32" |
117046 | 117099 | } |
@@ -152613,7 +152666,7 @@ |
152613 | 152666 | "is_virtual": false, |
152614 | 152667 | "hash": 550215980, |
152615 | 152668 | "return_value": { |
152616 | | - "type": "typedarray::PackedVector2Array" |
| 152669 | + "type": "typedarray::PackedVector3Array" |
152617 | 152670 | }, |
152618 | 152671 | "arguments": [ |
152619 | 152672 | { |
@@ -181218,14 +181271,26 @@ |
181218 | 181271 | "is_vararg": false, |
181219 | 181272 | "is_static": false, |
181220 | 181273 | "is_virtual": false, |
181221 | | - "hash": 1102329001, |
| 181274 | + "hash": 125363422, |
181222 | 181275 | "return_value": { |
181223 | 181276 | "type": "PackedByteArray" |
181224 | 181277 | }, |
181225 | 181278 | "arguments": [ |
181226 | 181279 | { |
181227 | 181280 | "name": "buffer", |
181228 | 181281 | "type": "RID" |
| 181282 | + }, |
| 181283 | + { |
| 181284 | + "name": "offset_bytes", |
| 181285 | + "type": "int", |
| 181286 | + "meta": "uint32", |
| 181287 | + "default_value": "0" |
| 181288 | + }, |
| 181289 | + { |
| 181290 | + "name": "size_bytes", |
| 181291 | + "type": "int", |
| 181292 | + "meta": "uint32", |
| 181293 | + "default_value": "0" |
181229 | 181294 | } |
181230 | 181295 | ] |
181231 | 181296 | }, |
@@ -237947,6 +238012,43 @@ |
237947 | 238012 | "type": "enum::TileMap.VisibilityMode" |
237948 | 238013 | } |
237949 | 238014 | }, |
| 238015 | + { |
| 238016 | + "name": "set_navigation_map", |
| 238017 | + "is_const": false, |
| 238018 | + "is_vararg": false, |
| 238019 | + "is_static": false, |
| 238020 | + "is_virtual": false, |
| 238021 | + "hash": 4040184819, |
| 238022 | + "arguments": [ |
| 238023 | + { |
| 238024 | + "name": "layer", |
| 238025 | + "type": "int", |
| 238026 | + "meta": "int32" |
| 238027 | + }, |
| 238028 | + { |
| 238029 | + "name": "map", |
| 238030 | + "type": "RID" |
| 238031 | + } |
| 238032 | + ] |
| 238033 | + }, |
| 238034 | + { |
| 238035 | + "name": "get_navigation_map", |
| 238036 | + "is_const": true, |
| 238037 | + "is_vararg": false, |
| 238038 | + "is_static": false, |
| 238039 | + "is_virtual": false, |
| 238040 | + "hash": 495598643, |
| 238041 | + "return_value": { |
| 238042 | + "type": "RID" |
| 238043 | + }, |
| 238044 | + "arguments": [ |
| 238045 | + { |
| 238046 | + "name": "layer", |
| 238047 | + "type": "int", |
| 238048 | + "meta": "int32" |
| 238049 | + } |
| 238050 | + ] |
| 238051 | + }, |
237950 | 238052 | { |
237951 | 238053 | "name": "set_cell", |
237952 | 238054 | "is_const": false, |
|
0 commit comments