3
3
"version_major": 4,
4
4
"version_minor": 4,
5
5
"version_patch": 0,
6
- "version_status": "beta3 ",
6
+ "version_status": "rc1 ",
7
7
"version_build": "official",
8
- "version_full_name": "Godot Engine v4.4.beta3 .official"
8
+ "version_full_name": "Godot Engine v4.4.rc1 .official"
9
9
},
10
10
"builtin_class_sizes": [
11
11
{
43184
43184
"is_instantiable": true,
43185
43185
"inherits": "AudioStream",
43186
43186
"api_type": "core",
43187
+ "enums": [
43188
+ {
43189
+ "name": "AudioStreamGeneratorMixRate",
43190
+ "is_bitfield": false,
43191
+ "values": [
43192
+ {
43193
+ "name": "MIX_RATE_OUTPUT",
43194
+ "value": 0
43195
+ },
43196
+ {
43197
+ "name": "MIX_RATE_INPUT",
43198
+ "value": 1
43199
+ },
43200
+ {
43201
+ "name": "MIX_RATE_CUSTOM",
43202
+ "value": 2
43203
+ },
43204
+ {
43205
+ "name": "MIX_RATE_MAX",
43206
+ "value": 3
43207
+ }
43208
+ ]
43209
+ }
43210
+ ],
43187
43211
"methods": [
43188
43212
{
43189
43213
"name": "set_mix_rate",
43212
43236
"meta": "float"
43213
43237
}
43214
43238
},
43239
+ {
43240
+ "name": "set_mix_rate_mode",
43241
+ "is_const": false,
43242
+ "is_vararg": false,
43243
+ "is_static": false,
43244
+ "is_virtual": false,
43245
+ "hash": 3354885803,
43246
+ "arguments": [
43247
+ {
43248
+ "name": "mode",
43249
+ "type": "enum::AudioStreamGenerator.AudioStreamGeneratorMixRate"
43250
+ }
43251
+ ]
43252
+ },
43253
+ {
43254
+ "name": "get_mix_rate_mode",
43255
+ "is_const": true,
43256
+ "is_vararg": false,
43257
+ "is_static": false,
43258
+ "is_virtual": false,
43259
+ "hash": 3537132591,
43260
+ "return_value": {
43261
+ "type": "enum::AudioStreamGenerator.AudioStreamGeneratorMixRate"
43262
+ }
43263
+ },
43215
43264
{
43216
43265
"name": "set_buffer_length",
43217
43266
"is_const": false,
43241
43290
}
43242
43291
],
43243
43292
"properties": [
43293
+ {
43294
+ "type": "int",
43295
+ "name": "mix_rate_mode",
43296
+ "setter": "set_mix_rate_mode",
43297
+ "getter": "get_mix_rate_mode"
43298
+ },
43244
43299
{
43245
43300
"type": "float",
43246
43301
"name": "mix_rate",
@@ -97080,38 +97135,17 @@
97080
97135
"is_required": false,
97081
97136
"is_vararg": false,
97082
97137
"is_virtual": true,
97083
- "hash": 3567846260,
97138
+ "hash": 1576865988,
97139
+ "hash_compatibility": [
97140
+ 3567846260
97141
+ ],
97142
+ "return_value": {
97143
+ "type": "typedarray::PackedStringArray"
97144
+ },
97084
97145
"arguments": [
97085
97146
{
97086
97147
"name": "path",
97087
97148
"type": "String"
97088
- },
97089
- {
97090
- "name": "msgids",
97091
- "type": "typedarray::String"
97092
- },
97093
- {
97094
- "name": "msgids_context_plural",
97095
- "type": "typedarray::Array"
97096
- }
97097
- ]
97098
- },
97099
- {
97100
- "name": "_get_comments",
97101
- "is_const": false,
97102
- "is_static": false,
97103
- "is_required": false,
97104
- "is_vararg": false,
97105
- "is_virtual": true,
97106
- "hash": 3922387911,
97107
- "arguments": [
97108
- {
97109
- "name": "msgids_comment",
97110
- "type": "typedarray::String"
97111
- },
97112
- {
97113
- "name": "msgids_context_plural_comment",
97114
- "type": "typedarray::String"
97115
97149
}
97116
97150
]
97117
97151
},
@@ -122542,7 +122576,7 @@
122542
122576
},
122543
122577
{
122544
122578
"name": "new_rect",
122545
- "type": "Vector2 "
122579
+ "type": "Rect2 "
122546
122580
}
122547
122581
]
122548
122582
},
@@ -135289,6 +135323,17 @@
135289
135323
"type": "String"
135290
135324
}
135291
135325
]
135326
+ },
135327
+ {
135328
+ "name": "get_exception",
135329
+ "is_const": false,
135330
+ "is_vararg": false,
135331
+ "is_static": false,
135332
+ "is_virtual": false,
135333
+ "hash": 3277089691,
135334
+ "return_value": {
135335
+ "type": "JavaObject"
135336
+ }
135292
135337
}
135293
135338
]
135294
135339
},
@@ -219046,9 +219091,19 @@
219046
219091
{
219047
219092
"name": "STORAGE_BUFFER_USAGE_DISPATCH_INDIRECT",
219048
219093
"value": 1
219094
+ }
219095
+ ]
219096
+ },
219097
+ {
219098
+ "name": "BufferCreationBits",
219099
+ "is_bitfield": true,
219100
+ "values": [
219101
+ {
219102
+ "name": "BUFFER_CREATION_DEVICE_ADDRESS_BIT",
219103
+ "value": 1
219049
219104
},
219050
219105
{
219051
- "name": "STORAGE_BUFFER_USAGE_DEVICE_ADDRESS ",
219106
+ "name": "BUFFER_CREATION_AS_STORAGE_BIT ",
219052
219107
"value": 2
219053
219108
}
219054
219109
]
@@ -220772,7 +220827,7 @@
220772
220827
"is_vararg": false,
220773
220828
"is_static": false,
220774
220829
"is_virtual": false,
220775
- "hash": 76995708 ,
220830
+ "hash": 2089548973 ,
220776
220831
"hash_compatibility": [
220777
220832
3410049843,
220778
220833
3491282828
@@ -220792,14 +220847,9 @@
220792
220847
"default_value": "PackedByteArray()"
220793
220848
},
220794
220849
{
220795
- "name": "use_as_storage",
220796
- "type": "bool",
220797
- "default_value": "false"
220798
- },
220799
- {
220800
- "name": "enable_device_address",
220801
- "type": "bool",
220802
- "default_value": "false"
220850
+ "name": "creation_bits",
220851
+ "type": "bitfield::RenderingDevice.BufferCreationBits",
220852
+ "default_value": "0"
220803
220853
}
220804
220854
]
220805
220855
},
@@ -220862,7 +220912,7 @@
220862
220912
"is_vararg": false,
220863
220913
"is_static": false,
220864
220914
"is_virtual": false,
220865
- "hash": 2360653086 ,
220915
+ "hash": 2368684885 ,
220866
220916
"hash_compatibility": [
220867
220917
3935920523,
220868
220918
975915977
@@ -220891,9 +220941,9 @@
220891
220941
"default_value": "false"
220892
220942
},
220893
220943
{
220894
- "name": "enable_device_address ",
220895
- "type": "bool ",
220896
- "default_value": "false "
220944
+ "name": "creation_bits ",
220945
+ "type": "bitfield::RenderingDevice.BufferCreationBits ",
220946
+ "default_value": "0 "
220897
220947
}
220898
220948
]
220899
220949
},
@@ -221060,7 +221110,7 @@
221060
221110
"is_vararg": false,
221061
221111
"is_static": false,
221062
221112
"is_virtual": false,
221063
- "hash": 3410049843 ,
221113
+ "hash": 2089548973 ,
221064
221114
"hash_compatibility": [
221065
221115
34556762,
221066
221116
1453158401
@@ -221080,9 +221130,9 @@
221080
221130
"default_value": "PackedByteArray()"
221081
221131
},
221082
221132
{
221083
- "name": "enable_device_address ",
221084
- "type": "bool ",
221085
- "default_value": "false "
221133
+ "name": "creation_bits ",
221134
+ "type": "bitfield::RenderingDevice.BufferCreationBits ",
221135
+ "default_value": "0 "
221086
221136
}
221087
221137
]
221088
221138
},
@@ -221092,8 +221142,9 @@
221092
221142
"is_vararg": false,
221093
221143
"is_static": false,
221094
221144
"is_virtual": false,
221095
- "hash": 2316365934 ,
221145
+ "hash": 1609052553 ,
221096
221146
"hash_compatibility": [
221147
+ 2316365934,
221097
221148
1173156076
221098
221149
],
221099
221150
"return_value": {
@@ -221114,6 +221165,11 @@
221114
221165
"name": "usage",
221115
221166
"type": "bitfield::RenderingDevice.StorageBufferUsage",
221116
221167
"default_value": "0"
221168
+ },
221169
+ {
221170
+ "name": "creation_bits",
221171
+ "type": "bitfield::RenderingDevice.BufferCreationBits",
221172
+ "default_value": "0"
221117
221173
}
221118
221174
]
221119
221175
},
@@ -266714,6 +266770,24 @@
266714
266770
}
266715
266771
]
266716
266772
},
266773
+ {
266774
+ "name": "get_line_with_ime",
266775
+ "is_const": true,
266776
+ "is_vararg": false,
266777
+ "is_static": false,
266778
+ "is_virtual": false,
266779
+ "hash": 844755477,
266780
+ "return_value": {
266781
+ "type": "String"
266782
+ },
266783
+ "arguments": [
266784
+ {
266785
+ "name": "line",
266786
+ "type": "int",
266787
+ "meta": "int32"
266788
+ }
266789
+ ]
266790
+ },
266717
266791
{
266718
266792
"name": "get_line_width",
266719
266793
"is_const": true,
0 commit comments