typescript-to-gdscript 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/README.md +229 -103
  2. package/dist/converter/common/index.d.ts +17 -1
  3. package/dist/converter/common/index.d.ts.map +1 -1
  4. package/dist/converter/common/index.js +69 -19
  5. package/dist/converter/common/index.js.map +1 -1
  6. package/dist/converter/ts-to-gd/class-members.d.ts.map +1 -1
  7. package/dist/converter/ts-to-gd/class-members.js +5 -5
  8. package/dist/converter/ts-to-gd/class-members.js.map +1 -1
  9. package/dist/converter/ts-to-gd/expressions.d.ts.map +1 -1
  10. package/dist/converter/ts-to-gd/expressions.js +1 -1
  11. package/dist/converter/ts-to-gd/expressions.js.map +1 -1
  12. package/dist/converter/ts-to-gd/file-scope.d.ts.map +1 -1
  13. package/dist/converter/ts-to-gd/file-scope.js +1 -1
  14. package/dist/converter/ts-to-gd/file-scope.js.map +1 -1
  15. package/dist/converter/ts-to-gd/gd-getset.js +2 -2
  16. package/dist/converter/ts-to-gd/gd-getset.js.map +1 -1
  17. package/dist/converter/ts-to-gd/index.d.ts.map +1 -1
  18. package/dist/converter/ts-to-gd/index.js +1 -0
  19. package/dist/converter/ts-to-gd/index.js.map +1 -1
  20. package/dist/converter/ts-to-gd/parameters.d.ts.map +1 -1
  21. package/dist/converter/ts-to-gd/parameters.js +2 -2
  22. package/dist/converter/ts-to-gd/parameters.js.map +1 -1
  23. package/dist/converter/ts-to-gd/statements.d.ts.map +1 -1
  24. package/dist/converter/ts-to-gd/statements.js +1 -1
  25. package/dist/converter/ts-to-gd/statements.js.map +1 -1
  26. package/dist/typings/override-system.d.ts.map +1 -1
  27. package/dist/typings/override-system.js +6 -0
  28. package/dist/typings/override-system.js.map +1 -1
  29. package/package.json +6 -1
  30. package/typings/classes/AnimationNodeBlendSpace1D.d.ts +2 -17
  31. package/typings/classes/AnimationNodeBlendSpace2D.d.ts +2 -17
  32. package/typings/classes/Area3D.d.ts +7 -14
  33. package/typings/classes/ArrayMesh.d.ts +0 -15
  34. package/typings/classes/AudioEffectAmplify.d.ts +2 -2
  35. package/typings/classes/AudioEffectBandLimitFilter.d.ts +1 -1
  36. package/typings/classes/AudioEffectBandPassFilter.d.ts +1 -1
  37. package/typings/classes/AudioEffectCapture.d.ts +9 -10
  38. package/typings/classes/AudioEffectChorus.d.ts +28 -57
  39. package/typings/classes/AudioEffectCompressor.d.ts +9 -11
  40. package/typings/classes/AudioEffectDelay.d.ts +15 -21
  41. package/typings/classes/AudioEffectDistortion.d.ts +10 -19
  42. package/typings/classes/AudioEffectEQ.d.ts +2 -2
  43. package/typings/classes/AudioEffectEQ10.d.ts +2 -2
  44. package/typings/classes/AudioEffectEQ21.d.ts +2 -2
  45. package/typings/classes/AudioEffectEQ6.d.ts +2 -2
  46. package/typings/classes/AudioEffectFilter.d.ts +9 -25
  47. package/typings/classes/AudioEffectHardLimiter.d.ts +5 -8
  48. package/typings/classes/AudioEffectHighPassFilter.d.ts +1 -1
  49. package/typings/classes/AudioEffectHighShelfFilter.d.ts +1 -1
  50. package/typings/classes/AudioEffectLimiter.d.ts +4 -9
  51. package/typings/classes/AudioEffectLowPassFilter.d.ts +1 -1
  52. package/typings/classes/AudioEffectLowShelfFilter.d.ts +1 -1
  53. package/typings/classes/AudioEffectNotchFilter.d.ts +1 -1
  54. package/typings/classes/AudioEffectPanner.d.ts +2 -7
  55. package/typings/classes/AudioEffectPhaser.d.ts +7 -9
  56. package/typings/classes/AudioEffectPitchShift.d.ts +3 -3
  57. package/typings/classes/AudioEffectReverb.d.ts +8 -17
  58. package/typings/classes/AudioEffectSpectrumAnalyzer.d.ts +5 -4
  59. package/typings/classes/AudioEffectStereoEnhance.d.ts +4 -7
  60. package/typings/classes/AudioServer.d.ts +2 -2
  61. package/typings/classes/AudioStreamPlaybackResampled.d.ts +0 -8
  62. package/typings/classes/BaseButton.d.ts +1 -1
  63. package/typings/classes/Basis.d.ts +0 -4
  64. package/typings/classes/Camera3D.d.ts +1 -1
  65. package/typings/classes/CameraAttributes.d.ts +0 -1
  66. package/typings/classes/CameraFeed.d.ts +0 -4
  67. package/typings/classes/CanvasItem.d.ts +1 -1
  68. package/typings/classes/CodeEdit.d.ts +0 -4
  69. package/typings/classes/CollisionObject2D.d.ts +0 -6
  70. package/typings/classes/CollisionPolygon2D.d.ts +0 -5
  71. package/typings/classes/CollisionShape2D.d.ts +0 -5
  72. package/typings/classes/Container.d.ts +0 -6
  73. package/typings/classes/Control.d.ts +0 -59
  74. package/typings/classes/DPITexture.d.ts +0 -14
  75. package/typings/classes/Decal.d.ts +0 -1
  76. package/typings/classes/Dictionary.d.ts +0 -1
  77. package/typings/classes/DisplayServer.d.ts +1 -128
  78. package/typings/classes/EditorDock.d.ts +2 -8
  79. package/typings/classes/EditorExportPlugin.d.ts +0 -5
  80. package/typings/classes/EditorFileSystem.d.ts +0 -2
  81. package/typings/classes/EditorInterface.d.ts +2 -4
  82. package/typings/classes/EditorSettings.d.ts +133 -197
  83. package/typings/classes/EditorSpinSlider.d.ts +0 -6
  84. package/typings/classes/Environment.d.ts +2 -7
  85. package/typings/classes/FileAccess.d.ts +1 -1
  86. package/typings/classes/FileDialog.d.ts +1 -1
  87. package/typings/classes/FoldableContainer.d.ts +1 -1
  88. package/typings/classes/Font.d.ts +2 -2
  89. package/typings/classes/GPUParticles3D.d.ts +0 -4
  90. package/typings/classes/GeometryInstance3D.d.ts +1 -1
  91. package/typings/classes/GradientTexture2D.d.ts +0 -2
  92. package/typings/classes/Image.d.ts +0 -1
  93. package/typings/classes/ImageTexture.d.ts +2 -0
  94. package/typings/classes/ImporterMesh.d.ts +0 -6
  95. package/typings/classes/Input.d.ts +13 -148
  96. package/typings/classes/InputEvent.d.ts +0 -8
  97. package/typings/classes/InputEventGesture.d.ts +3 -2
  98. package/typings/classes/InputEventMouse.d.ts +3 -2
  99. package/typings/classes/InputEventWithModifiers.d.ts +3 -2
  100. package/typings/classes/InputMap.d.ts +0 -3
  101. package/typings/classes/ItemList.d.ts +2 -9
  102. package/typings/classes/Joint3D.d.ts +0 -1
  103. package/typings/classes/LookAtModifier3D.d.ts +1 -2
  104. package/typings/classes/MainLoop.d.ts +0 -4
  105. package/typings/classes/NativeMenu.d.ts +3 -10
  106. package/typings/classes/Node.d.ts +5 -9
  107. package/typings/classes/OS.d.ts +2 -2
  108. package/typings/classes/Object.d.ts +2 -5
  109. package/typings/classes/OptionButton.d.ts +0 -6
  110. package/typings/classes/PCKPacker.d.ts +0 -4
  111. package/typings/classes/ParticleProcessMaterial.d.ts +0 -5
  112. package/typings/classes/PhysicsDirectBodyState2D.d.ts +1 -2
  113. package/typings/classes/PhysicsDirectBodyState3D.d.ts +1 -2
  114. package/typings/classes/PhysicsServer2D.d.ts +2 -2
  115. package/typings/classes/PhysicsServer2DExtension.d.ts +1 -1
  116. package/typings/classes/PhysicsServer3D.d.ts +42 -145
  117. package/typings/classes/PopupMenu.d.ts +8 -22
  118. package/typings/classes/PopupPanel.d.ts +0 -2
  119. package/typings/classes/PortableCompressedTexture2D.d.ts +2 -0
  120. package/typings/classes/ProjectSettings.d.ts +60 -44
  121. package/typings/classes/RDShaderSPIRV.d.ts +0 -30
  122. package/typings/classes/RDShaderSource.d.ts +0 -10
  123. package/typings/classes/RenderingDevice.d.ts +0 -104
  124. package/typings/classes/RenderingServer.d.ts +11 -213
  125. package/typings/classes/Resource.d.ts +2 -2
  126. package/typings/classes/ResourceImporterDynamicFont.d.ts +1 -3
  127. package/typings/classes/ResourceImporterSVG.d.ts +0 -10
  128. package/typings/classes/ResourceImporterTexture.d.ts +2 -2
  129. package/typings/classes/SceneTree.d.ts +29 -5
  130. package/typings/classes/ScriptEditor.d.ts +0 -6
  131. package/typings/classes/Shader.d.ts +0 -2
  132. package/typings/classes/Shape3D.d.ts +0 -1
  133. package/typings/classes/SplitContainer.d.ts +0 -6
  134. package/typings/classes/String.d.ts +1 -1
  135. package/typings/classes/SubViewport.d.ts +0 -4
  136. package/typings/classes/TextEdit.d.ts +0 -3
  137. package/typings/classes/TextServer.d.ts +0 -2
  138. package/typings/classes/TextServerExtension.d.ts +0 -2
  139. package/typings/classes/Texture2D.d.ts +0 -14
  140. package/typings/classes/TextureRect.d.ts +1 -4
  141. package/typings/classes/Tree.d.ts +2 -9
  142. package/typings/classes/TreeItem.d.ts +0 -8
  143. package/typings/classes/Tween.d.ts +0 -13
  144. package/typings/classes/Viewport.d.ts +0 -10
  145. package/typings/classes/VisualShader.d.ts +0 -2
  146. package/typings/classes/VisualShaderNodeColorFunc.d.ts +2 -2
  147. package/typings/classes/VoxelGIData.d.ts +0 -10
  148. package/typings/classes/Window.d.ts +0 -23
  149. package/typings/classes/XRCamera3D.d.ts +1 -1
  150. package/typings/classes/XRServer.d.ts +0 -2
  151. package/typings/classes/_globals.d.ts +86 -45
  152. package/typings/classes/index.d.ts +0 -5
  153. package/typings/godot-class-registry.json +108 -1254
  154. package/typings/classes/AccessibilityServer.d.ts +0 -405
  155. package/typings/classes/AwaitTweener.d.ts +0 -10
  156. package/typings/classes/BlitMaterial.d.ts +0 -22
  157. package/typings/classes/DrawableTexture2D.d.ts +0 -47
  158. package/typings/classes/VirtualJoystick.d.ts +0 -94
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.7",
2
+ "version": "4.6",
3
3
  "classes": {
4
4
  "AABB": {
5
5
  "name": "AABB",
@@ -107,512 +107,6 @@
107
107
  "constants": [],
108
108
  "enums": []
109
109
  },
110
- "AccessibilityServer": {
111
- "name": "AccessibilityServer",
112
- "inherits": "Object",
113
- "description": "A server interface for screen reader support.",
114
- "methods": [
115
- "create_element",
116
- "create_sub_element",
117
- "create_sub_text_edit_elements",
118
- "element_get_meta",
119
- "element_set_meta",
120
- "free_element",
121
- "get_window_root",
122
- "has_element",
123
- "is_supported",
124
- "set_window_focused",
125
- "set_window_rect",
126
- "update_add_action",
127
- "update_add_child",
128
- "update_add_custom_action",
129
- "update_add_related_controls",
130
- "update_add_related_described_by",
131
- "update_add_related_details",
132
- "update_add_related_flow_to",
133
- "update_add_related_labeled_by",
134
- "update_add_related_radio_group",
135
- "update_set_active_descendant",
136
- "update_set_background_color",
137
- "update_set_bounds",
138
- "update_set_braille_label",
139
- "update_set_braille_role_description",
140
- "update_set_checked",
141
- "update_set_classname",
142
- "update_set_color_value",
143
- "update_set_description",
144
- "update_set_error_message",
145
- "update_set_extra_info",
146
- "update_set_flag",
147
- "update_set_focus",
148
- "update_set_foreground_color",
149
- "update_set_in_page_link_target",
150
- "update_set_language",
151
- "update_set_list_item_count",
152
- "update_set_list_item_expanded",
153
- "update_set_list_item_index",
154
- "update_set_list_item_level",
155
- "update_set_list_item_selected",
156
- "update_set_list_orientation",
157
- "update_set_live",
158
- "update_set_member_of",
159
- "update_set_name",
160
- "update_set_next_on_line",
161
- "update_set_num_jump",
162
- "update_set_num_range",
163
- "update_set_num_step",
164
- "update_set_num_value",
165
- "update_set_placeholder",
166
- "update_set_popup_type",
167
- "update_set_previous_on_line",
168
- "update_set_role",
169
- "update_set_role_description",
170
- "update_set_scroll_x",
171
- "update_set_scroll_x_range",
172
- "update_set_scroll_y",
173
- "update_set_scroll_y_range",
174
- "update_set_shortcut",
175
- "update_set_state_description",
176
- "update_set_table_cell_position",
177
- "update_set_table_cell_span",
178
- "update_set_table_column_count",
179
- "update_set_table_column_index",
180
- "update_set_table_row_count",
181
- "update_set_table_row_index",
182
- "update_set_text_align",
183
- "update_set_text_decorations",
184
- "update_set_text_orientation",
185
- "update_set_text_selection",
186
- "update_set_tooltip",
187
- "update_set_transform",
188
- "update_set_url",
189
- "update_set_value"
190
- ],
191
- "properties": [],
192
- "signals": [],
193
- "constants": [],
194
- "enums": [
195
- {
196
- "name": "AccessibilityRole",
197
- "values": [
198
- {
199
- "name": "ROLE_UNKNOWN",
200
- "value": "0"
201
- },
202
- {
203
- "name": "ROLE_DEFAULT_BUTTON",
204
- "value": "1"
205
- },
206
- {
207
- "name": "ROLE_AUDIO",
208
- "value": "2"
209
- },
210
- {
211
- "name": "ROLE_VIDEO",
212
- "value": "3"
213
- },
214
- {
215
- "name": "ROLE_STATIC_TEXT",
216
- "value": "4"
217
- },
218
- {
219
- "name": "ROLE_CONTAINER",
220
- "value": "5"
221
- },
222
- {
223
- "name": "ROLE_PANEL",
224
- "value": "6"
225
- },
226
- {
227
- "name": "ROLE_BUTTON",
228
- "value": "7"
229
- },
230
- {
231
- "name": "ROLE_LINK",
232
- "value": "8"
233
- },
234
- {
235
- "name": "ROLE_CHECK_BOX",
236
- "value": "9"
237
- },
238
- {
239
- "name": "ROLE_RADIO_BUTTON",
240
- "value": "10"
241
- },
242
- {
243
- "name": "ROLE_CHECK_BUTTON",
244
- "value": "11"
245
- },
246
- {
247
- "name": "ROLE_SCROLL_BAR",
248
- "value": "12"
249
- },
250
- {
251
- "name": "ROLE_SCROLL_VIEW",
252
- "value": "13"
253
- },
254
- {
255
- "name": "ROLE_SPLITTER",
256
- "value": "14"
257
- },
258
- {
259
- "name": "ROLE_SLIDER",
260
- "value": "15"
261
- },
262
- {
263
- "name": "ROLE_SPIN_BUTTON",
264
- "value": "16"
265
- },
266
- {
267
- "name": "ROLE_PROGRESS_INDICATOR",
268
- "value": "17"
269
- },
270
- {
271
- "name": "ROLE_TEXT_FIELD",
272
- "value": "18"
273
- },
274
- {
275
- "name": "ROLE_MULTILINE_TEXT_FIELD",
276
- "value": "19"
277
- },
278
- {
279
- "name": "ROLE_COLOR_PICKER",
280
- "value": "20"
281
- },
282
- {
283
- "name": "ROLE_TABLE",
284
- "value": "21"
285
- },
286
- {
287
- "name": "ROLE_CELL",
288
- "value": "22"
289
- },
290
- {
291
- "name": "ROLE_ROW",
292
- "value": "23"
293
- },
294
- {
295
- "name": "ROLE_ROW_GROUP",
296
- "value": "24"
297
- },
298
- {
299
- "name": "ROLE_ROW_HEADER",
300
- "value": "25"
301
- },
302
- {
303
- "name": "ROLE_COLUMN_HEADER",
304
- "value": "26"
305
- },
306
- {
307
- "name": "ROLE_TREE",
308
- "value": "27"
309
- },
310
- {
311
- "name": "ROLE_TREE_ITEM",
312
- "value": "28"
313
- },
314
- {
315
- "name": "ROLE_LIST",
316
- "value": "29"
317
- },
318
- {
319
- "name": "ROLE_LIST_ITEM",
320
- "value": "30"
321
- },
322
- {
323
- "name": "ROLE_LIST_BOX",
324
- "value": "31"
325
- },
326
- {
327
- "name": "ROLE_LIST_BOX_OPTION",
328
- "value": "32"
329
- },
330
- {
331
- "name": "ROLE_TAB_BAR",
332
- "value": "33"
333
- },
334
- {
335
- "name": "ROLE_TAB",
336
- "value": "34"
337
- },
338
- {
339
- "name": "ROLE_TAB_PANEL",
340
- "value": "35"
341
- },
342
- {
343
- "name": "ROLE_MENU_BAR",
344
- "value": "36"
345
- },
346
- {
347
- "name": "ROLE_MENU",
348
- "value": "37"
349
- },
350
- {
351
- "name": "ROLE_MENU_ITEM",
352
- "value": "38"
353
- },
354
- {
355
- "name": "ROLE_MENU_ITEM_CHECK_BOX",
356
- "value": "39"
357
- },
358
- {
359
- "name": "ROLE_MENU_ITEM_RADIO",
360
- "value": "40"
361
- },
362
- {
363
- "name": "ROLE_IMAGE",
364
- "value": "41"
365
- },
366
- {
367
- "name": "ROLE_WINDOW",
368
- "value": "42"
369
- },
370
- {
371
- "name": "ROLE_TITLE_BAR",
372
- "value": "43"
373
- },
374
- {
375
- "name": "ROLE_DIALOG",
376
- "value": "44"
377
- },
378
- {
379
- "name": "ROLE_TOOLTIP",
380
- "value": "45"
381
- },
382
- {
383
- "name": "ROLE_REGION",
384
- "value": "46"
385
- },
386
- {
387
- "name": "ROLE_TEXT_RUN",
388
- "value": "47"
389
- }
390
- ]
391
- },
392
- {
393
- "name": "AccessibilityPopupType",
394
- "values": [
395
- {
396
- "name": "POPUP_MENU",
397
- "value": "0"
398
- },
399
- {
400
- "name": "POPUP_LIST",
401
- "value": "1"
402
- },
403
- {
404
- "name": "POPUP_TREE",
405
- "value": "2"
406
- },
407
- {
408
- "name": "POPUP_DIALOG",
409
- "value": "3"
410
- }
411
- ]
412
- },
413
- {
414
- "name": "AccessibilityFlags",
415
- "values": [
416
- {
417
- "name": "FLAG_HIDDEN",
418
- "value": "0"
419
- },
420
- {
421
- "name": "FLAG_MULTISELECTABLE",
422
- "value": "1"
423
- },
424
- {
425
- "name": "FLAG_REQUIRED",
426
- "value": "2"
427
- },
428
- {
429
- "name": "FLAG_VISITED",
430
- "value": "3"
431
- },
432
- {
433
- "name": "FLAG_BUSY",
434
- "value": "4"
435
- },
436
- {
437
- "name": "FLAG_MODAL",
438
- "value": "5"
439
- },
440
- {
441
- "name": "FLAG_TOUCH_PASSTHROUGH",
442
- "value": "6"
443
- },
444
- {
445
- "name": "FLAG_READONLY",
446
- "value": "7"
447
- },
448
- {
449
- "name": "FLAG_DISABLED",
450
- "value": "8"
451
- },
452
- {
453
- "name": "FLAG_CLIPS_CHILDREN",
454
- "value": "9"
455
- }
456
- ]
457
- },
458
- {
459
- "name": "AccessibilityAction",
460
- "values": [
461
- {
462
- "name": "ACTION_CLICK",
463
- "value": "0"
464
- },
465
- {
466
- "name": "ACTION_FOCUS",
467
- "value": "1"
468
- },
469
- {
470
- "name": "ACTION_BLUR",
471
- "value": "2"
472
- },
473
- {
474
- "name": "ACTION_COLLAPSE",
475
- "value": "3"
476
- },
477
- {
478
- "name": "ACTION_EXPAND",
479
- "value": "4"
480
- },
481
- {
482
- "name": "ACTION_DECREMENT",
483
- "value": "5"
484
- },
485
- {
486
- "name": "ACTION_INCREMENT",
487
- "value": "6"
488
- },
489
- {
490
- "name": "ACTION_HIDE_TOOLTIP",
491
- "value": "7"
492
- },
493
- {
494
- "name": "ACTION_SHOW_TOOLTIP",
495
- "value": "8"
496
- },
497
- {
498
- "name": "ACTION_SET_TEXT_SELECTION",
499
- "value": "9"
500
- },
501
- {
502
- "name": "ACTION_REPLACE_SELECTED_TEXT",
503
- "value": "10"
504
- },
505
- {
506
- "name": "ACTION_SCROLL_BACKWARD",
507
- "value": "11"
508
- },
509
- {
510
- "name": "ACTION_SCROLL_DOWN",
511
- "value": "12"
512
- },
513
- {
514
- "name": "ACTION_SCROLL_FORWARD",
515
- "value": "13"
516
- },
517
- {
518
- "name": "ACTION_SCROLL_LEFT",
519
- "value": "14"
520
- },
521
- {
522
- "name": "ACTION_SCROLL_RIGHT",
523
- "value": "15"
524
- },
525
- {
526
- "name": "ACTION_SCROLL_UP",
527
- "value": "16"
528
- },
529
- {
530
- "name": "ACTION_SCROLL_INTO_VIEW",
531
- "value": "17"
532
- },
533
- {
534
- "name": "ACTION_SCROLL_TO_POINT",
535
- "value": "18"
536
- },
537
- {
538
- "name": "ACTION_SET_SCROLL_OFFSET",
539
- "value": "19"
540
- },
541
- {
542
- "name": "ACTION_SET_VALUE",
543
- "value": "20"
544
- },
545
- {
546
- "name": "ACTION_SHOW_CONTEXT_MENU",
547
- "value": "21"
548
- },
549
- {
550
- "name": "ACTION_CUSTOM",
551
- "value": "22"
552
- }
553
- ]
554
- },
555
- {
556
- "name": "AccessibilityLiveMode",
557
- "values": [
558
- {
559
- "name": "LIVE_OFF",
560
- "value": "0"
561
- },
562
- {
563
- "name": "LIVE_POLITE",
564
- "value": "1"
565
- },
566
- {
567
- "name": "LIVE_ASSERTIVE",
568
- "value": "2"
569
- }
570
- ]
571
- },
572
- {
573
- "name": "AccessibilityScrollUnit",
574
- "values": [
575
- {
576
- "name": "SCROLL_UNIT_ITEM",
577
- "value": "0"
578
- },
579
- {
580
- "name": "SCROLL_UNIT_PAGE",
581
- "value": "1"
582
- }
583
- ]
584
- },
585
- {
586
- "name": "AccessibilityScrollHint",
587
- "values": [
588
- {
589
- "name": "SCROLL_HINT_TOP_LEFT",
590
- "value": "0"
591
- },
592
- {
593
- "name": "SCROLL_HINT_BOTTOM_RIGHT",
594
- "value": "1"
595
- },
596
- {
597
- "name": "SCROLL_HINT_TOP_EDGE",
598
- "value": "2"
599
- },
600
- {
601
- "name": "SCROLL_HINT_BOTTOM_EDGE",
602
- "value": "3"
603
- },
604
- {
605
- "name": "SCROLL_HINT_LEFT_EDGE",
606
- "value": "4"
607
- },
608
- {
609
- "name": "SCROLL_HINT_RIGHT_EDGE",
610
- "value": "5"
611
- }
612
- ]
613
- }
614
- ]
615
- },
616
110
  "AESContext": {
617
111
  "name": "AESContext",
618
112
  "inherits": "RefCounted",
@@ -1506,14 +1000,10 @@
1506
1000
  "description": "A set of [AnimationRootNode]s placed on a virtual axis, crossfading between the two adjacent ones. Used by [AnimationTree].",
1507
1001
  "methods": [
1508
1002
  "add_blend_point",
1509
- "find_blend_point_by_name",
1510
1003
  "get_blend_point_count",
1511
- "get_blend_point_name",
1512
1004
  "get_blend_point_node",
1513
1005
  "get_blend_point_position",
1514
1006
  "remove_blend_point",
1515
- "reorder_blend_point",
1516
- "set_blend_point_name",
1517
1007
  "set_blend_point_node",
1518
1008
  "set_blend_point_position",
1519
1009
  "set_blend_mode",
@@ -1566,17 +1056,13 @@
1566
1056
  "methods": [
1567
1057
  "add_blend_point",
1568
1058
  "add_triangle",
1569
- "find_blend_point_by_name",
1570
1059
  "get_blend_point_count",
1571
- "get_blend_point_name",
1572
1060
  "get_blend_point_node",
1573
1061
  "get_blend_point_position",
1574
1062
  "get_triangle_count",
1575
1063
  "get_triangle_point",
1576
1064
  "remove_blend_point",
1577
1065
  "remove_triangle",
1578
- "reorder_blend_point",
1579
- "set_blend_point_name",
1580
1066
  "set_blend_point_node",
1581
1067
  "set_blend_point_position",
1582
1068
  "set_auto_triangles",
@@ -3131,7 +2617,7 @@
3131
2617
  "AudioEffectAmplify": {
3132
2618
  "name": "AudioEffectAmplify",
3133
2619
  "inherits": "AudioEffect",
3134
- "description": "Adds a volume manipulation audio effect to an audio bus.",
2620
+ "description": "Adds an amplifying audio effect to an audio bus.",
3135
2621
  "methods": [
3136
2622
  "set_volume_db",
3137
2623
  "get_volume_db",
@@ -3149,7 +2635,7 @@
3149
2635
  "AudioEffectBandLimitFilter": {
3150
2636
  "name": "AudioEffectBandLimitFilter",
3151
2637
  "inherits": "AudioEffectFilter",
3152
- "description": "Adds a band-limit filter to an audio bus.",
2638
+ "description": "Adds a band limit filter to the audio bus.",
3153
2639
  "methods": [],
3154
2640
  "properties": [],
3155
2641
  "signals": [],
@@ -3159,7 +2645,7 @@
3159
2645
  "AudioEffectBandPassFilter": {
3160
2646
  "name": "AudioEffectBandPassFilter",
3161
2647
  "inherits": "AudioEffectFilter",
3162
- "description": "Adds a band-pass filter to an audio bus.",
2648
+ "description": "Adds a band pass filter to the audio bus.",
3163
2649
  "methods": [],
3164
2650
  "properties": [],
3165
2651
  "signals": [],
@@ -3169,7 +2655,7 @@
3169
2655
  "AudioEffectCapture": {
3170
2656
  "name": "AudioEffectCapture",
3171
2657
  "inherits": "AudioEffect",
3172
- "description": "Exposes audio samples from an audio bus in real-time, such that it can be accessed as data.",
2658
+ "description": "Captures audio from an audio bus in real-time.",
3173
2659
  "methods": [
3174
2660
  "can_get_buffer",
3175
2661
  "clear_buffer",
@@ -3191,7 +2677,7 @@
3191
2677
  "AudioEffectChorus": {
3192
2678
  "name": "AudioEffectChorus",
3193
2679
  "inherits": "AudioEffect",
3194
- "description": "Adds a chorus audio effect to an audio bus.\n\t\tGives the impression of multiple audio sources.",
2680
+ "description": "Adds a chorus audio effect.",
3195
2681
  "methods": [
3196
2682
  "get_voice_cutoff_hz",
3197
2683
  "get_voice_delay_ms",
@@ -3248,7 +2734,7 @@
3248
2734
  "AudioEffectCompressor": {
3249
2735
  "name": "AudioEffectCompressor",
3250
2736
  "inherits": "AudioEffect",
3251
- "description": "Adds a downward compressor audio effect to an audio bus.\n\t\tAllows control of the dynamic range via a volume threshold and timing controls.",
2737
+ "description": "Adds a compressor audio effect to an audio bus.\n\t\tReduces sounds that exceed a certain threshold level, smooths out the dynamics and increases the overall volume.",
3252
2738
  "methods": [
3253
2739
  "set_attack_us",
3254
2740
  "get_attack_us",
@@ -3281,7 +2767,7 @@
3281
2767
  "AudioEffectDelay": {
3282
2768
  "name": "AudioEffectDelay",
3283
2769
  "inherits": "AudioEffect",
3284
- "description": "Adds a delay audio effect to an audio bus.\n\t\tEmulates an echo by playing the input audio back after a period of time.",
2770
+ "description": "Adds a delay audio effect to an audio bus. Plays input signal back after a period of time.\n\t\tTwo tap delay and feedback options.",
3285
2771
  "methods": [
3286
2772
  "set_dry",
3287
2773
  "get_dry",
@@ -3332,7 +2818,7 @@
3332
2818
  "AudioEffectDistortion": {
3333
2819
  "name": "AudioEffectDistortion",
3334
2820
  "inherits": "AudioEffect",
3335
- "description": "Adds a distortion audio effect to an audio bus.\n\t\tRemaps audio samples using a nonlinear function to achieve a distorted sound.",
2821
+ "description": "Adds a distortion audio effect to an Audio bus.\n\t\tModifies the sound to make it distorted.",
3336
2822
  "methods": [
3337
2823
  "set_drive",
3338
2824
  "get_drive",
@@ -3385,7 +2871,7 @@
3385
2871
  "AudioEffectEQ": {
3386
2872
  "name": "AudioEffectEQ",
3387
2873
  "inherits": "AudioEffect",
3388
- "description": "Base class for audio equalizers (EQ). Gives you control over frequencies.\n\t\tUse it to create a custom equalizer if [AudioEffectEQ6], [AudioEffectEQ10], or [AudioEffectEQ21] don't fit your needs.",
2874
+ "description": "Base class for audio equalizers. Gives you control over frequencies.\n\t\tUse it to create a custom equalizer if [AudioEffectEQ6], [AudioEffectEQ10] or [AudioEffectEQ21] don't fit your needs.",
3389
2875
  "methods": [
3390
2876
  "get_band_count",
3391
2877
  "get_band_gain_db",
@@ -3399,7 +2885,7 @@
3399
2885
  "AudioEffectEQ10": {
3400
2886
  "name": "AudioEffectEQ10",
3401
2887
  "inherits": "AudioEffectEQ",
3402
- "description": "Adds a 10-band equalizer audio effect to an audio bus.\n\t\tGives you control over frequencies from 31 Hz to 16000 Hz. Each frequency can be modulated between -60/+24 dB.",
2888
+ "description": "Adds a 10-band equalizer audio effect to an Audio bus. Gives you control over frequencies from 31 Hz to 16000 Hz.\n\t\tEach frequency can be modulated between -60/+24 dB.",
3403
2889
  "methods": [],
3404
2890
  "properties": [],
3405
2891
  "signals": [],
@@ -3409,7 +2895,7 @@
3409
2895
  "AudioEffectEQ21": {
3410
2896
  "name": "AudioEffectEQ21",
3411
2897
  "inherits": "AudioEffectEQ",
3412
- "description": "Adds a 21-band equalizer audio effect to an audio bus.\n\t\tGives you control over frequencies from 22 Hz to 22000 Hz. Each frequency can be modulated between -60/+24 dB.",
2898
+ "description": "Adds a 21-band equalizer audio effect to an Audio bus. Gives you control over frequencies from 22 Hz to 22000 Hz.\n\t\tEach frequency can be modulated between -60/+24 dB.",
3413
2899
  "methods": [],
3414
2900
  "properties": [],
3415
2901
  "signals": [],
@@ -3419,7 +2905,7 @@
3419
2905
  "AudioEffectEQ6": {
3420
2906
  "name": "AudioEffectEQ6",
3421
2907
  "inherits": "AudioEffectEQ",
3422
- "description": "Adds a 6-band equalizer audio effect to an audio bus.\n\t\tGives you control over frequencies from 32 Hz to 10000 Hz. Each frequency can be modulated between -60/+24 dB.",
2908
+ "description": "Adds a 6-band equalizer audio effect to an audio bus. Gives you control over frequencies from 32 Hz to 10000 Hz.\n\t\tEach frequency can be modulated between -60/+24 dB.",
3423
2909
  "methods": [],
3424
2910
  "properties": [],
3425
2911
  "signals": [],
@@ -3429,7 +2915,7 @@
3429
2915
  "AudioEffectFilter": {
3430
2916
  "name": "AudioEffectFilter",
3431
2917
  "inherits": "AudioEffect",
3432
- "description": "Base class for filters. Use effects that inherit this class instead of using it directly.",
2918
+ "description": "Adds a filter to the audio bus.",
3433
2919
  "methods": [
3434
2920
  "set_cutoff",
3435
2921
  "get_cutoff",
@@ -3475,7 +2961,7 @@
3475
2961
  "AudioEffectHardLimiter": {
3476
2962
  "name": "AudioEffectHardLimiter",
3477
2963
  "inherits": "AudioEffect",
3478
- "description": "Adds a limiter audio effect to an audio bus.\n\t\tPrevents audio signals from exceeding a specified volume level.",
2964
+ "description": "Adds a hard limiter audio effect to an Audio bus.",
3479
2965
  "methods": [
3480
2966
  "set_ceiling_db",
3481
2967
  "get_ceiling_db",
@@ -3496,7 +2982,7 @@
3496
2982
  "AudioEffectHighPassFilter": {
3497
2983
  "name": "AudioEffectHighPassFilter",
3498
2984
  "inherits": "AudioEffectFilter",
3499
- "description": "Adds a high-pass filter to an audio bus.",
2985
+ "description": "Adds a high-pass filter to the audio bus.",
3500
2986
  "methods": [],
3501
2987
  "properties": [],
3502
2988
  "signals": [],
@@ -3506,7 +2992,7 @@
3506
2992
  "AudioEffectHighShelfFilter": {
3507
2993
  "name": "AudioEffectHighShelfFilter",
3508
2994
  "inherits": "AudioEffectFilter",
3509
- "description": "Adds a high-shelf filter to an audio bus.",
2995
+ "description": "Adds a high-shelf filter to the audio bus.",
3510
2996
  "methods": [],
3511
2997
  "properties": [],
3512
2998
  "signals": [],
@@ -3529,7 +3015,7 @@
3529
3015
  "AudioEffectLimiter": {
3530
3016
  "name": "AudioEffectLimiter",
3531
3017
  "inherits": "AudioEffect",
3532
- "description": "Adds a soft-clip limiter audio effect to an audio bus.",
3018
+ "description": "Adds a soft-clip limiter audio effect to an Audio bus.",
3533
3019
  "methods": [
3534
3020
  "set_ceiling_db",
3535
3021
  "get_ceiling_db",
@@ -3553,7 +3039,7 @@
3553
3039
  "AudioEffectLowPassFilter": {
3554
3040
  "name": "AudioEffectLowPassFilter",
3555
3041
  "inherits": "AudioEffectFilter",
3556
- "description": "Adds a low-pass filter to an audio bus.",
3042
+ "description": "Adds a low-pass filter to the audio bus.",
3557
3043
  "methods": [],
3558
3044
  "properties": [],
3559
3045
  "signals": [],
@@ -3563,7 +3049,7 @@
3563
3049
  "AudioEffectLowShelfFilter": {
3564
3050
  "name": "AudioEffectLowShelfFilter",
3565
3051
  "inherits": "AudioEffectFilter",
3566
- "description": "Adds a low-shelf filter to an audio bus.",
3052
+ "description": "Adds a low-shelf filter to the audio bus.",
3567
3053
  "methods": [],
3568
3054
  "properties": [],
3569
3055
  "signals": [],
@@ -3573,7 +3059,7 @@
3573
3059
  "AudioEffectNotchFilter": {
3574
3060
  "name": "AudioEffectNotchFilter",
3575
3061
  "inherits": "AudioEffectFilter",
3576
- "description": "Adds a notch filter to an audio bus.",
3062
+ "description": "Adds a notch filter to the Audio bus.",
3577
3063
  "methods": [],
3578
3064
  "properties": [],
3579
3065
  "signals": [],
@@ -3583,7 +3069,7 @@
3583
3069
  "AudioEffectPanner": {
3584
3070
  "name": "AudioEffectPanner",
3585
3071
  "inherits": "AudioEffect",
3586
- "description": "Adds a panner audio effect to an audio bus.\n\t\tPans the sound left or right.",
3072
+ "description": "Adds a panner audio effect to an audio bus. Pans sound left or right.",
3587
3073
  "methods": [
3588
3074
  "set_pan",
3589
3075
  "get_pan"
@@ -3598,7 +3084,7 @@
3598
3084
  "AudioEffectPhaser": {
3599
3085
  "name": "AudioEffectPhaser",
3600
3086
  "inherits": "AudioEffect",
3601
- "description": "Adds a phaser audio effect to an audio bus.\n\t\tCreates several notch and peak filters that sweep across the spectrum.",
3087
+ "description": "Adds a phaser audio effect to an audio bus.\n\t\tCombines the original signal with a copy that is slightly out of phase with the original.",
3602
3088
  "methods": [
3603
3089
  "set_depth",
3604
3090
  "get_depth",
@@ -3625,7 +3111,7 @@
3625
3111
  "AudioEffectPitchShift": {
3626
3112
  "name": "AudioEffectPitchShift",
3627
3113
  "inherits": "AudioEffect",
3628
- "description": "Adds a pitch-shifting audio effect to an audio bus.\n\t\tRaises or lowers the pitch of the input audio.",
3114
+ "description": "Adds a pitch-shifting audio effect to an audio bus.\n\t\tRaises or lowers the pitch of original sound.",
3629
3115
  "methods": [
3630
3116
  "set_fft_size",
3631
3117
  "get_fft_size",
@@ -3694,7 +3180,7 @@
3694
3180
  "AudioEffectReverb": {
3695
3181
  "name": "AudioEffectReverb",
3696
3182
  "inherits": "AudioEffect",
3697
- "description": "Adds a reverberation audio effect to an audio bus.\n\t\tEmulates an echo by playing a blurred version of the input audio.",
3183
+ "description": "Adds a reverberation audio effect to an Audio bus.",
3698
3184
  "methods": [
3699
3185
  "set_damping",
3700
3186
  "get_damping",
@@ -3730,16 +3216,19 @@
3730
3216
  "AudioEffectSpectrumAnalyzer": {
3731
3217
  "name": "AudioEffectSpectrumAnalyzer",
3732
3218
  "inherits": "AudioEffect",
3733
- "description": "Creates an [AudioEffectInstance] which performs frequency analysis and exposes results to be accessed in real-time.",
3219
+ "description": "Audio effect that can be used for real-time audio visualizations.",
3734
3220
  "methods": [
3735
3221
  "set_buffer_length",
3736
3222
  "get_buffer_length",
3737
3223
  "set_fft_size",
3738
- "get_fft_size"
3224
+ "get_fft_size",
3225
+ "set_tap_back_pos",
3226
+ "get_tap_back_pos"
3739
3227
  ],
3740
3228
  "properties": [
3741
3229
  "buffer_length",
3742
- "fft_size"
3230
+ "fft_size",
3231
+ "tap_back_pos"
3743
3232
  ],
3744
3233
  "signals": [],
3745
3234
  "constants": [],
@@ -3804,7 +3293,7 @@
3804
3293
  "AudioEffectStereoEnhance": {
3805
3294
  "name": "AudioEffectStereoEnhance",
3806
3295
  "inherits": "AudioEffect",
3807
- "description": "Adds a stereo manipulation audio effect to an audio bus.\n\t\tControls gain of the side channels, and widens the stereo image.",
3296
+ "description": "An audio effect that can be used to adjust the intensity of stereo panning.",
3808
3297
  "methods": [
3809
3298
  "set_pan_pullout",
3810
3299
  "get_pan_pullout",
@@ -4184,7 +3673,6 @@
4184
3673
  "AudioStreamPlaybackResampled": {
4185
3674
  "name": "AudioStreamPlaybackResampled",
4186
3675
  "inherits": "AudioStreamPlayback",
4187
- "description": "Playback class used for resampled [AudioStream]s.",
4188
3676
  "methods": [
4189
3677
  "_get_stream_sampling_rate",
4190
3678
  "_mix_resampled",
@@ -4611,18 +4099,6 @@
4611
4099
  }
4612
4100
  ]
4613
4101
  },
4614
- "AwaitTweener": {
4615
- "name": "AwaitTweener",
4616
- "inherits": "Tweener",
4617
- "description": "Awaits a specified signal.",
4618
- "methods": [
4619
- "set_timeout"
4620
- ],
4621
- "properties": [],
4622
- "signals": [],
4623
- "constants": [],
4624
- "enums": []
4625
- },
4626
4102
  "BackBufferCopy": {
4627
4103
  "name": "BackBufferCopy",
4628
4104
  "inherits": "Node2D",
@@ -5709,7 +5185,6 @@
5709
5185
  "is_conformal",
5710
5186
  "is_equal_approx",
5711
5187
  "is_finite",
5712
- "is_orthonormal",
5713
5188
  "looking_at",
5714
5189
  "orthonormalized",
5715
5190
  "rotated",
@@ -5763,47 +5238,6 @@
5763
5238
  "constants": [],
5764
5239
  "enums": []
5765
5240
  },
5766
- "BlitMaterial": {
5767
- "name": "BlitMaterial",
5768
- "inherits": "Material",
5769
- "description": "A material that processes blit calls to a DrawableTexture.",
5770
- "methods": [
5771
- "set_blend_mode",
5772
- "get_blend_mode"
5773
- ],
5774
- "properties": [
5775
- "blend_mode"
5776
- ],
5777
- "signals": [],
5778
- "constants": [],
5779
- "enums": [
5780
- {
5781
- "name": "BlendMode",
5782
- "values": [
5783
- {
5784
- "name": "BLEND_MODE_MIX",
5785
- "value": "0"
5786
- },
5787
- {
5788
- "name": "BLEND_MODE_ADD",
5789
- "value": "1"
5790
- },
5791
- {
5792
- "name": "BLEND_MODE_SUB",
5793
- "value": "2"
5794
- },
5795
- {
5796
- "name": "BLEND_MODE_MUL",
5797
- "value": "3"
5798
- },
5799
- {
5800
- "name": "BLEND_MODE_DISABLED",
5801
- "value": "4"
5802
- }
5803
- ]
5804
- }
5805
- ]
5806
- },
5807
5241
  "Bone2D": {
5808
5242
  "name": "Bone2D",
5809
5243
  "inherits": "Node2D",
@@ -6579,8 +6013,6 @@
6579
6013
  "methods": [
6580
6014
  "_activate_feed",
6581
6015
  "_deactivate_feed",
6582
- "_get_formats",
6583
- "_set_format",
6584
6016
  "get_datatype",
6585
6017
  "get_id",
6586
6018
  "get_name",
@@ -7723,7 +7155,6 @@
7723
7155
  "is_line_code_region_start",
7724
7156
  "is_line_executing",
7725
7157
  "is_line_folded",
7726
- "join_lines",
7727
7158
  "move_lines_down",
7728
7159
  "move_lines_up",
7729
7160
  "remove_comment_delimiter",
@@ -8004,7 +7435,6 @@
8004
7435
  "get_collision_layer_value",
8005
7436
  "get_collision_mask_value",
8006
7437
  "get_rid",
8007
- "get_shape_owner_one_way_collision_direction",
8008
7438
  "get_shape_owner_one_way_collision_margin",
8009
7439
  "get_shape_owners",
8010
7440
  "is_shape_owner_disabled",
@@ -8023,7 +7453,6 @@
8023
7453
  "shape_owner_remove_shape",
8024
7454
  "shape_owner_set_disabled",
8025
7455
  "shape_owner_set_one_way_collision",
8026
- "shape_owner_set_one_way_collision_direction",
8027
7456
  "shape_owner_set_one_way_collision_margin",
8028
7457
  "shape_owner_set_transform",
8029
7458
  "set_collision_layer",
@@ -8226,8 +7655,6 @@
8226
7655
  "is_disabled",
8227
7656
  "set_one_way_collision",
8228
7657
  "is_one_way_collision_enabled",
8229
- "set_one_way_collision_direction",
8230
- "get_one_way_collision_direction",
8231
7658
  "set_one_way_collision_margin",
8232
7659
  "get_one_way_collision_margin",
8233
7660
  "set_polygon",
@@ -8237,7 +7664,6 @@
8237
7664
  "build_mode",
8238
7665
  "disabled",
8239
7666
  "one_way_collision",
8240
- "one_way_collision_direction",
8241
7667
  "one_way_collision_margin",
8242
7668
  "polygon"
8243
7669
  ],
@@ -8300,8 +7726,6 @@
8300
7726
  "is_disabled",
8301
7727
  "set_one_way_collision",
8302
7728
  "is_one_way_collision_enabled",
8303
- "set_one_way_collision_direction",
8304
- "get_one_way_collision_direction",
8305
7729
  "set_one_way_collision_margin",
8306
7730
  "get_one_way_collision_margin",
8307
7731
  "set_shape",
@@ -8311,7 +7735,6 @@
8311
7735
  "debug_color",
8312
7736
  "disabled",
8313
7737
  "one_way_collision",
8314
- "one_way_collision_direction",
8315
7738
  "one_way_collision_margin",
8316
7739
  "shape"
8317
7740
  ],
@@ -9062,13 +8485,10 @@
9062
8485
  "_get_allowed_size_flags_vertical",
9063
8486
  "fit_child_in_rect",
9064
8487
  "queue_sort",
9065
- "set_accessibility_region",
9066
- "is_accessibility_region",
9067
8488
  "set_mouse_filter",
9068
8489
  "get_mouse_filter"
9069
8490
  ],
9070
8491
  "properties": [
9071
- "accessibility_region",
9072
8492
  "mouse_filter"
9073
8493
  ],
9074
8494
  "signals": [
@@ -9235,22 +8655,6 @@
9235
8655
  "get_mouse_filter",
9236
8656
  "set_force_pass_scroll_events",
9237
8657
  "is_force_pass_scroll_events",
9238
- "set_offset_transform_enabled",
9239
- "is_offset_transform_enabled",
9240
- "set_offset_transform_pivot",
9241
- "get_offset_transform_pivot",
9242
- "set_offset_transform_pivot_ratio",
9243
- "get_offset_transform_pivot_ratio",
9244
- "set_offset_transform_position",
9245
- "get_offset_transform_position",
9246
- "set_offset_transform_position_ratio",
9247
- "get_offset_transform_position_ratio",
9248
- "set_offset_transform_rotation",
9249
- "get_offset_transform_rotation",
9250
- "set_offset_transform_scale",
9251
- "get_offset_transform_scale",
9252
- "set_offset_transform_visual_only",
9253
- "is_offset_transform_visual_only",
9254
8658
  "set_physics_interpolation_mode",
9255
8659
  "get_physics_interpolation_mode",
9256
8660
  "set_pivot_offset_ratio",
@@ -9318,14 +8722,6 @@
9318
8722
  "offset_left",
9319
8723
  "offset_right",
9320
8724
  "offset_top",
9321
- "offset_transform_enabled",
9322
- "offset_transform_pivot",
9323
- "offset_transform_pivot_ratio",
9324
- "offset_transform_position",
9325
- "offset_transform_position_ratio",
9326
- "offset_transform_rotation",
9327
- "offset_transform_scale",
9328
- "offset_transform_visual_only",
9329
8725
  "physics_interpolation_mode",
9330
8726
  "pivot_offset_ratio",
9331
8727
  "position",
@@ -11326,7 +10722,6 @@
11326
10722
  "ime_get_text",
11327
10723
  "is_dark_mode",
11328
10724
  "is_dark_mode_supported",
11329
- "is_in_pip_mode",
11330
10725
  "is_touchscreen_available",
11331
10726
  "is_window_transparency_available",
11332
10727
  "keyboard_get_current_layout",
@@ -11340,9 +10735,6 @@
11340
10735
  "mouse_get_mode",
11341
10736
  "mouse_get_position",
11342
10737
  "mouse_set_mode",
11343
- "pip_mode_enter",
11344
- "pip_mode_set_aspect_ratio",
11345
- "pip_mode_set_auto_enter_on_background",
11346
10738
  "process_events",
11347
10739
  "register_additional_output",
11348
10740
  "screen_get_dpi",
@@ -11392,15 +10784,10 @@
11392
10784
  "window_get_attached_instance_id",
11393
10785
  "window_get_current_screen",
11394
10786
  "window_get_flag",
11395
- "window_get_hdr_output_current_max_luminance",
11396
- "window_get_hdr_output_current_reference_luminance",
11397
- "window_get_hdr_output_max_luminance",
11398
- "window_get_hdr_output_reference_luminance",
11399
10787
  "window_get_max_size",
11400
10788
  "window_get_min_size",
11401
10789
  "window_get_mode",
11402
10790
  "window_get_native_handle",
11403
- "window_get_output_max_linear_value",
11404
10791
  "window_get_popup_safe_rect",
11405
10792
  "window_get_position",
11406
10793
  "window_get_position_with_decorations",
@@ -11410,22 +10797,16 @@
11410
10797
  "window_get_title_size",
11411
10798
  "window_get_vsync_mode",
11412
10799
  "window_is_focused",
11413
- "window_is_hdr_output_enabled",
11414
- "window_is_hdr_output_requested",
11415
- "window_is_hdr_output_supported",
11416
10800
  "window_is_maximize_allowed",
11417
10801
  "window_maximize_on_title_dbl_click",
11418
10802
  "window_minimize_on_title_dbl_click",
11419
10803
  "window_move_to_foreground",
11420
10804
  "window_request_attention",
11421
- "window_request_hdr_output",
11422
10805
  "window_set_color",
11423
10806
  "window_set_current_screen",
11424
10807
  "window_set_drop_files_callback",
11425
10808
  "window_set_exclusive",
11426
10809
  "window_set_flag",
11427
- "window_set_hdr_output_max_luminance",
11428
- "window_set_hdr_output_reference_luminance",
11429
10810
  "window_set_ime_active",
11430
10811
  "window_set_ime_position",
11431
10812
  "window_set_input_event_callback",
@@ -11438,8 +10819,6 @@
11438
10819
  "window_set_position",
11439
10820
  "window_set_rect_changed_callback",
11440
10821
  "window_set_size",
11441
- "window_set_taskbar_progress_state",
11442
- "window_set_taskbar_progress_value",
11443
10822
  "window_set_title",
11444
10823
  "window_set_transient",
11445
10824
  "window_set_vsync_mode",
@@ -11449,17 +10828,7 @@
11449
10828
  "window_start_resize"
11450
10829
  ],
11451
10830
  "properties": [],
11452
- "signals": [
11453
- {
11454
- "name": "orientation_changed",
11455
- "parameters": [
11456
- {
11457
- "name": "orientation",
11458
- "type": "int"
11459
- }
11460
- ]
11461
- }
11462
- ],
10831
+ "signals": [],
11463
10832
  "constants": [
11464
10833
  "INVALID_SCREEN",
11465
10834
  "SCREEN_WITH_MOUSE_FOCUS",
@@ -11609,14 +10978,6 @@
11609
10978
  {
11610
10979
  "name": "FEATURE_ACCESSIBILITY_SCREEN_READER",
11611
10980
  "value": "34"
11612
- },
11613
- {
11614
- "name": "FEATURE_HDR_OUTPUT",
11615
- "value": "35"
11616
- },
11617
- {
11618
- "name": "FEATURE_PIP_MODE",
11619
- "value": "36"
11620
10981
  }
11621
10982
  ]
11622
10983
  },
@@ -11806,14 +11167,6 @@
11806
11167
  {
11807
11168
  "name": "ROLE_TOOLTIP",
11808
11169
  "value": "45"
11809
- },
11810
- {
11811
- "name": "ROLE_REGION",
11812
- "value": "46"
11813
- },
11814
- {
11815
- "name": "ROLE_TEXT_RUN",
11816
- "value": "47"
11817
11170
  }
11818
11171
  ]
11819
11172
  },
@@ -12265,31 +11618,6 @@
12265
11618
  }
12266
11619
  ]
12267
11620
  },
12268
- {
12269
- "name": "ProgressState",
12270
- "values": [
12271
- {
12272
- "name": "PROGRESS_STATE_NOPROGRESS",
12273
- "value": "0"
12274
- },
12275
- {
12276
- "name": "PROGRESS_STATE_INDETERMINATE",
12277
- "value": "1"
12278
- },
12279
- {
12280
- "name": "PROGRESS_STATE_NORMAL",
12281
- "value": "2"
12282
- },
12283
- {
12284
- "name": "PROGRESS_STATE_ERROR",
12285
- "value": "3"
12286
- },
12287
- {
12288
- "name": "PROGRESS_STATE_PAUSED",
12289
- "value": "4"
12290
- }
12291
- ]
12292
- },
12293
11621
  {
12294
11622
  "name": "WindowFlags",
12295
11623
  "values": [
@@ -12480,14 +11808,6 @@
12480
11808
  {
12481
11809
  "name": "EGL_CONFIG",
12482
11810
  "value": "5"
12483
- },
12484
- {
12485
- "name": "GLX_VISUALID",
12486
- "value": "6"
12487
- },
12488
- {
12489
- "name": "GLX_FBCONFIG",
12490
- "value": "7"
12491
11811
  }
12492
11812
  ]
12493
11813
  },
@@ -12528,70 +11848,18 @@
12528
11848
  "get_base_scale",
12529
11849
  "set_color_map",
12530
11850
  "get_color_map",
12531
- "set_fix_alpha_border",
12532
- "get_fix_alpha_border",
12533
- "set_premult_alpha",
12534
- "get_premult_alpha",
12535
11851
  "set_local_to_scene",
12536
11852
  "is_local_to_scene"
12537
11853
  ],
12538
11854
  "properties": [
12539
11855
  "base_scale",
12540
11856
  "color_map",
12541
- "fix_alpha_border",
12542
- "premult_alpha",
12543
11857
  "resource_local_to_scene"
12544
11858
  ],
12545
11859
  "signals": [],
12546
11860
  "constants": [],
12547
11861
  "enums": []
12548
11862
  },
12549
- "DrawableTexture2D": {
12550
- "name": "DrawableTexture2D",
12551
- "inherits": "Texture2D",
12552
- "description": "A 2D texture that supports drawing to itself via Blit calls.",
12553
- "methods": [
12554
- "blit_rect",
12555
- "blit_rect_multi",
12556
- "generate_mipmaps",
12557
- "get_use_mipmaps",
12558
- "set_format",
12559
- "set_height",
12560
- "set_use_mipmaps",
12561
- "set_width",
12562
- "setup",
12563
- "set_local_to_scene",
12564
- "is_local_to_scene"
12565
- ],
12566
- "properties": [
12567
- "resource_local_to_scene"
12568
- ],
12569
- "signals": [],
12570
- "constants": [],
12571
- "enums": [
12572
- {
12573
- "name": "DrawableFormat",
12574
- "values": [
12575
- {
12576
- "name": "DRAWABLE_FORMAT_RGBA8",
12577
- "value": "0"
12578
- },
12579
- {
12580
- "name": "DRAWABLE_FORMAT_RGBA8_SRGB",
12581
- "value": "1"
12582
- },
12583
- {
12584
- "name": "DRAWABLE_FORMAT_RGBAH",
12585
- "value": "2"
12586
- },
12587
- {
12588
- "name": "DRAWABLE_FORMAT_RGBAF",
12589
- "value": "3"
12590
- }
12591
- ]
12592
- }
12593
- ]
12594
- },
12595
11863
  "DTLSServer": {
12596
11864
  "name": "DTLSServer",
12597
11865
  "inherits": "RefCounted",
@@ -12786,10 +12054,6 @@
12786
12054
  {
12787
12055
  "name": "closed",
12788
12056
  "parameters": []
12789
- },
12790
- {
12791
- "name": "opened",
12792
- "parameters": []
12793
12057
  }
12794
12058
  ],
12795
12059
  "constants": [],
@@ -12858,17 +12122,9 @@
12858
12122
  "name": "DOCK_SLOT_BOTTOM",
12859
12123
  "value": "8"
12860
12124
  },
12861
- {
12862
- "name": "DOCK_SLOT_BOTTOM_L",
12863
- "value": "9"
12864
- },
12865
- {
12866
- "name": "DOCK_SLOT_BOTTOM_R",
12867
- "value": "10"
12868
- },
12869
12125
  {
12870
12126
  "name": "DOCK_SLOT_MAX",
12871
- "value": "11"
12127
+ "value": "9"
12872
12128
  }
12873
12129
  ]
12874
12130
  }
@@ -13036,7 +12292,6 @@
13036
12292
  "_customize_scene",
13037
12293
  "_end_customize_resources",
13038
12294
  "_end_customize_scenes",
13039
- "_end_generate_apple_embedded_project",
13040
12295
  "_export_begin",
13041
12296
  "_export_end",
13042
12297
  "_export_file",
@@ -13284,7 +12539,6 @@
13284
12539
  "get_filesystem",
13285
12540
  "get_filesystem_path",
13286
12541
  "get_scanning_progress",
13287
- "is_importing",
13288
12542
  "is_scanning",
13289
12543
  "reimport_files",
13290
12544
  "scan",
@@ -13581,7 +12835,6 @@
13581
12835
  "get_script_editor",
13582
12836
  "get_selected_paths",
13583
12837
  "get_selection",
13584
- "get_unsaved_scenes",
13585
12838
  "inspect_object",
13586
12839
  "is_multi_window_enabled",
13587
12840
  "is_node_3d_snap_enabled",
@@ -14501,7 +13754,6 @@
14501
13754
  "debugger/remote_inspect_refresh_interval",
14502
13755
  "debugger/remote_scene_tree_refresh_interval",
14503
13756
  "docks/filesystem/always_show_folders",
14504
- "docks/filesystem/automatically_open_created_scripts",
14505
13757
  "docks/filesystem/other_file_extensions",
14506
13758
  "docks/filesystem/textfile_extensions",
14507
13759
  "docks/filesystem/thumbnail_size",
@@ -14524,9 +13776,7 @@
14524
13776
  "editors/2d/bone_width",
14525
13777
  "editors/2d/grid_color",
14526
13778
  "editors/2d/guides_color",
14527
- "editors/2d/locked_selection_rectangle_color",
14528
13779
  "editors/2d/ruler_width",
14529
- "editors/2d/selection_rectangle_color",
14530
13780
  "editors/2d/smart_snapping_line_color",
14531
13781
  "editors/2d/use_integer_zoom_by_default",
14532
13782
  "editors/2d/viewport_border_color",
@@ -14538,7 +13788,6 @@
14538
13788
  "editors/3d/freelook/freelook_activation_modifier",
14539
13789
  "editors/3d/freelook/freelook_base_speed",
14540
13790
  "editors/3d/freelook/freelook_inertia",
14541
- "editors/3d/freelook/freelook_invert_y_axis",
14542
13791
  "editors/3d/freelook/freelook_navigation_scheme",
14543
13792
  "editors/3d/freelook/freelook_sensitivity",
14544
13793
  "editors/3d/freelook/freelook_speed_zoom_link",
@@ -14574,7 +13823,6 @@
14574
13823
  "editors/3d/secondary_grid_color",
14575
13824
  "editors/3d/selection_box_color",
14576
13825
  "editors/3d/show_gizmo_during_rotation",
14577
- "editors/3d/view_plane_rotation_gizmo_scale",
14578
13826
  "editors/3d_gizmos/gizmo_colors/aabb",
14579
13827
  "editors/3d_gizmos/gizmo_colors/camera",
14580
13828
  "editors/3d_gizmos/gizmo_colors/csg",
@@ -14606,7 +13854,6 @@
14606
13854
  "editors/3d_gizmos/gizmo_settings/bone_shape",
14607
13855
  "editors/3d_gizmos/gizmo_settings/lightmap_gi_probe_size",
14608
13856
  "editors/3d_gizmos/gizmo_settings/path3d_tilt_disk_size",
14609
- "editors/3d_gizmos/gizmo_settings/show_collision_shapes_only_when_selected",
14610
13857
  "editors/animation/autorename_animation_tracks",
14611
13858
  "editors/animation/confirm_insert_track",
14612
13859
  "editors/animation/default_animation_step",
@@ -14693,51 +13940,52 @@
14693
13940
  "input/buffering/agile_event_flushing",
14694
13941
  "input/buffering/use_accumulated_input",
14695
13942
  "interface/accessibility/accessibility_support",
14696
- "interface/editor/appearance/accept_dialog_cancel_ok_buttons",
14697
- "interface/editor/appearance/collapse_main_menu",
14698
- "interface/editor/appearance/custom_display_scale",
14699
- "interface/editor/appearance/display_scale",
14700
- "interface/editor/appearance/editor_screen",
14701
- "interface/editor/appearance/expand_to_title",
14702
- "interface/editor/appearance/project_manager_screen",
14703
- "interface/editor/appearance/show_update_spinner",
14704
- "interface/editor/appearance/use_embedded_menu",
14705
- "interface/editor/appearance/use_native_file_dialogs",
14706
- "interface/editor/behavior/automatically_open_screenshots",
14707
- "interface/editor/behavior/import_resources_when_unfocused",
14708
- "interface/editor/behavior/save_each_scene_on_quit",
14709
- "interface/editor/behavior/save_on_focus_loss",
14710
- "interface/editor/behavior/separate_distraction_mode",
14711
- "interface/editor/behavior/show_internal_errors_in_toast_notifications",
14712
- "interface/editor/display/keep_screen_on",
14713
- "interface/editor/display/single_window_mode",
14714
- "interface/editor/display/update_continuously",
14715
- "interface/editor/display/vsync_mode",
14716
- "interface/editor/docks/bottom_dock_tab_style",
14717
- "interface/editor/docks/dock_tab_style",
14718
- "interface/editor/fonts/code_font",
14719
- "interface/editor/fonts/code_font_contextual_ligatures",
14720
- "interface/editor/fonts/code_font_custom_opentype_features",
14721
- "interface/editor/fonts/code_font_custom_variations",
14722
- "interface/editor/fonts/code_font_size",
14723
- "interface/editor/fonts/font_allow_msdf",
14724
- "interface/editor/fonts/font_antialiasing",
14725
- "interface/editor/fonts/font_disable_embedded_bitmaps",
14726
- "interface/editor/fonts/font_hinting",
14727
- "interface/editor/fonts/font_subpixel_positioning",
14728
- "interface/editor/fonts/main_font",
14729
- "interface/editor/fonts/main_font_bold",
14730
- "interface/editor/fonts/main_font_custom_opentype_features",
14731
- "interface/editor/fonts/main_font_size",
14732
- "interface/editor/input/mouse_extra_buttons_navigate_history",
14733
- "interface/editor/input/tablet_driver",
14734
- "interface/editor/localization/editor_language",
14735
- "interface/editor/localization/localize_settings",
14736
- "interface/editor/localization/ui_layout_direction",
14737
- "interface/editor/timers/dragging_hover_wait_seconds",
14738
- "interface/editor/timers/low_processor_mode_sleep_usec",
14739
- "interface/editor/timers/unfocused_low_processor_mode_sleep_usec",
13943
+ "interface/editor/accept_dialog_cancel_ok_buttons",
13944
+ "interface/editor/automatically_open_screenshots",
13945
+ "interface/editor/bottom_dock_tab_style",
13946
+ "interface/editor/code_font",
13947
+ "interface/editor/code_font_contextual_ligatures",
13948
+ "interface/editor/code_font_custom_opentype_features",
13949
+ "interface/editor/code_font_custom_variations",
13950
+ "interface/editor/code_font_size",
13951
+ "interface/editor/collapse_main_menu",
13952
+ "interface/editor/custom_display_scale",
13953
+ "interface/editor/display_scale",
13954
+ "interface/editor/dock_tab_style",
13955
+ "interface/editor/dragging_hover_wait_seconds",
13956
+ "interface/editor/editor_language",
13957
+ "interface/editor/editor_screen",
13958
+ "interface/editor/expand_to_title",
13959
+ "interface/editor/font_allow_msdf",
13960
+ "interface/editor/font_antialiasing",
13961
+ "interface/editor/font_disable_embedded_bitmaps",
13962
+ "interface/editor/font_hinting",
13963
+ "interface/editor/font_subpixel_positioning",
13964
+ "interface/editor/import_resources_when_unfocused",
13965
+ "interface/editor/keep_screen_on",
13966
+ "interface/editor/localize_settings",
13967
+ "interface/editor/low_processor_mode_sleep_usec",
13968
+ "interface/editor/main_font",
13969
+ "interface/editor/main_font_bold",
13970
+ "interface/editor/main_font_custom_opentype_features",
13971
+ "interface/editor/main_font_size",
13972
+ "interface/editor/mouse_extra_buttons_navigate_history",
13973
+ "interface/editor/project_manager_screen",
13974
+ "interface/editor/save_each_scene_on_quit",
13975
+ "interface/editor/save_on_focus_loss",
13976
+ "interface/editor/separate_distraction_mode",
13977
+ "interface/editor/show_internal_errors_in_toast_notifications",
13978
+ "interface/editor/show_update_spinner",
13979
+ "interface/editor/single_window_mode",
13980
+ "interface/editor/tablet_driver",
13981
+ "interface/editor/ui_layout_direction",
13982
+ "interface/editor/unfocused_low_processor_mode_sleep_usec",
13983
+ "interface/editor/update_continuously",
13984
+ "interface/editor/use_embedded_menu",
13985
+ "interface/editor/use_native_file_dialogs",
13986
+ "interface/editor/vsync_mode",
14740
13987
  "interface/editors/derive_script_globals_by_name",
13988
+ "interface/editors/show_scene_tree_root_selection",
14741
13989
  "interface/inspector/auto_unfold_foreign_scenes",
14742
13990
  "interface/inspector/color_picker_show_intensity",
14743
13991
  "interface/inspector/default_color_picker_mode",
@@ -14781,7 +14029,6 @@
14781
14029
  "interface/theme/relationship_line_opacity",
14782
14030
  "interface/theme/spacing_preset",
14783
14031
  "interface/theme/style",
14784
- "interface/theme/use_monospace_font_for_editor_symbols",
14785
14032
  "interface/theme/use_system_accent_color",
14786
14033
  "interface/touchscreen/enable_long_press_as_right_click",
14787
14034
  "interface/touchscreen/enable_pan_and_scale_gestures",
@@ -14794,12 +14041,6 @@
14794
14041
  "network/debug/remote_port",
14795
14042
  "network/http_proxy/host",
14796
14043
  "network/http_proxy/port",
14797
- "network/language_server/enable_smart_resolve",
14798
- "network/language_server/poll_limit_usec",
14799
- "network/language_server/remote_host",
14800
- "network/language_server/remote_port",
14801
- "network/language_server/show_native_symbols_in_editor",
14802
- "network/language_server/use_thread",
14803
14044
  "network/tls/editor_tls_certificates",
14804
14045
  "network/tls/enable_tls_v1.3",
14805
14046
  "project_manager/default_renderer",
@@ -14822,7 +14063,6 @@
14822
14063
  "text_editor/appearance/caret/highlight_all_occurrences",
14823
14064
  "text_editor/appearance/caret/highlight_current_line",
14824
14065
  "text_editor/appearance/caret/type",
14825
- "text_editor/appearance/drag_and_drop_info/show_drag_and_drop_info",
14826
14066
  "text_editor/appearance/enable_inline_color_picker",
14827
14067
  "text_editor/appearance/guidelines/line_length_guideline_hard_column",
14828
14068
  "text_editor/appearance/guidelines/line_length_guideline_soft_column",
@@ -14968,8 +14208,6 @@
14968
14208
  "methods": [
14969
14209
  "set_control_state",
14970
14210
  "get_control_state",
14971
- "set_deferred_drag_mode_enabled",
14972
- "is_deferred_drag_mode_enabled",
14973
14211
  "set_editing_integer",
14974
14212
  "is_editing_integer",
14975
14213
  "set_flat",
@@ -14985,7 +14223,6 @@
14985
14223
  ],
14986
14224
  "properties": [
14987
14225
  "control_state",
14988
- "deferred_drag_mode",
14989
14226
  "editing_integer",
14990
14227
  "flat",
14991
14228
  "focus_mode",
@@ -18158,10 +17395,6 @@
18158
17395
  {
18159
17396
  "name": "FILL_SQUARE",
18160
17397
  "value": "2"
18161
- },
18162
- {
18163
- "name": "FILL_CONIC",
18164
- "value": "3"
18165
17398
  }
18166
17399
  ]
18167
17400
  },
@@ -19951,6 +19184,7 @@
19951
19184
  "description": "A [Texture2D] based on an [Image].",
19952
19185
  "methods": [
19953
19186
  "create_from_image",
19187
+ "get_format",
19954
19188
  "set_image",
19955
19189
  "set_size_override",
19956
19190
  "update",
@@ -20036,7 +19270,6 @@
20036
19270
  "get_surface_material",
20037
19271
  "get_surface_name",
20038
19272
  "get_surface_primitive_type",
20039
- "merge_importer_meshes",
20040
19273
  "set_blend_shape_mode",
20041
19274
  "set_lightmap_size_hint",
20042
19275
  "set_surface_material",
@@ -20096,7 +19329,6 @@
20096
19329
  "action_press",
20097
19330
  "action_release",
20098
19331
  "add_joy_mapping",
20099
- "clear_joy_motion_sensors_calibration",
20100
19332
  "flush_buffered_events",
20101
19333
  "get_accelerometer",
20102
19334
  "get_action_raw_strength",
@@ -20106,17 +19338,11 @@
20106
19338
  "get_current_cursor_shape",
20107
19339
  "get_gravity",
20108
19340
  "get_gyroscope",
20109
- "get_joy_accelerometer",
20110
19341
  "get_joy_axis",
20111
- "get_joy_gravity",
20112
19342
  "get_joy_guid",
20113
- "get_joy_gyroscope",
20114
19343
  "get_joy_info",
20115
- "get_joy_motion_sensors_calibration",
20116
- "get_joy_motion_sensors_rate",
20117
19344
  "get_joy_name",
20118
19345
  "get_joy_vibration_duration",
20119
- "get_joy_vibration_remaining_duration",
20120
19346
  "get_joy_vibration_strength",
20121
19347
  "get_last_mouse_screen_velocity",
20122
19348
  "get_last_mouse_velocity",
@@ -20124,8 +19350,6 @@
20124
19350
  "get_mouse_button_mask",
20125
19351
  "get_vector",
20126
19352
  "has_joy_light",
20127
- "has_joy_motion_sensors",
20128
- "has_joy_vibration",
20129
19353
  "is_action_just_pressed",
20130
19354
  "is_action_just_pressed_by_event",
20131
19355
  "is_action_just_released",
@@ -20134,10 +19358,6 @@
20134
19358
  "is_anything_pressed",
20135
19359
  "is_joy_button_pressed",
20136
19360
  "is_joy_known",
20137
- "is_joy_motion_sensors_calibrated",
20138
- "is_joy_motion_sensors_calibrating",
20139
- "is_joy_motion_sensors_enabled",
20140
- "is_joy_vibrating",
20141
19361
  "is_key_label_pressed",
20142
19362
  "is_key_pressed",
20143
19363
  "is_mouse_button_pressed",
@@ -20150,13 +19370,9 @@
20150
19370
  "set_gravity",
20151
19371
  "set_gyroscope",
20152
19372
  "set_joy_light",
20153
- "set_joy_motion_sensors_calibration",
20154
- "set_joy_motion_sensors_enabled",
20155
19373
  "set_magnetometer",
20156
19374
  "should_ignore_device",
20157
- "start_joy_motion_sensors_calibration",
20158
19375
  "start_joy_vibration",
20159
- "stop_joy_motion_sensors_calibration",
20160
19376
  "stop_joy_vibration",
20161
19377
  "vibrate_handheld",
20162
19378
  "warp_mouse",
@@ -20164,8 +19380,6 @@
20164
19380
  "is_emulating_mouse_from_touch",
20165
19381
  "set_emulate_touch_from_mouse",
20166
19382
  "is_emulating_touch_from_mouse",
20167
- "set_ignore_joypad_on_unfocused_application",
20168
- "is_ignoring_joypad_on_unfocused_application",
20169
19383
  "set_mouse_mode",
20170
19384
  "get_mouse_mode",
20171
19385
  "set_use_accumulated_input",
@@ -20174,7 +19388,6 @@
20174
19388
  "properties": [
20175
19389
  "emulate_mouse_from_touch",
20176
19390
  "emulate_touch_from_mouse",
20177
- "ignore_joypad_on_unfocused_application",
20178
19391
  "mouse_mode",
20179
19392
  "use_accumulated_input"
20180
19393
  ],
@@ -20325,9 +19538,7 @@
20325
19538
  ],
20326
19539
  "signals": [],
20327
19540
  "constants": [
20328
- "DEVICE_ID_EMULATION",
20329
- "DEVICE_ID_KEYBOARD",
20330
- "DEVICE_ID_MOUSE"
19541
+ "DEVICE_ID_EMULATION"
20331
19542
  ],
20332
19543
  "enums": []
20333
19544
  },
@@ -20375,11 +19586,11 @@
20375
19586
  "inherits": "InputEventWithModifiers",
20376
19587
  "description": "Abstract base class for touch gestures.",
20377
19588
  "methods": [
20378
- "set_device",
20379
- "get_device"
19589
+ "set_position",
19590
+ "get_position"
20380
19591
  ],
20381
19592
  "properties": [
20382
- "device"
19593
+ "position"
20383
19594
  ],
20384
19595
  "signals": [],
20385
19596
  "constants": [],
@@ -20522,14 +19733,14 @@
20522
19733
  "methods": [
20523
19734
  "set_button_mask",
20524
19735
  "get_button_mask",
20525
- "set_device",
20526
- "get_device",
19736
+ "set_global_position",
19737
+ "get_global_position",
20527
19738
  "set_position",
20528
19739
  "get_position"
20529
19740
  ],
20530
19741
  "properties": [
20531
19742
  "button_mask",
20532
- "device",
19743
+ "global_position",
20533
19744
  "position"
20534
19745
  ],
20535
19746
  "signals": [],
@@ -20705,8 +19916,8 @@
20705
19916
  "is_command_or_control_autoremap",
20706
19917
  "set_ctrl_pressed",
20707
19918
  "is_ctrl_pressed",
20708
- "set_device",
20709
- "get_device",
19919
+ "set_meta_pressed",
19920
+ "is_meta_pressed",
20710
19921
  "set_shift_pressed",
20711
19922
  "is_shift_pressed"
20712
19923
  ],
@@ -20714,7 +19925,7 @@
20714
19925
  "alt_pressed",
20715
19926
  "command_or_control_autoremap",
20716
19927
  "ctrl_pressed",
20717
- "device",
19928
+ "meta_pressed",
20718
19929
  "shift_pressed"
20719
19930
  ],
20720
19931
  "signals": [],
@@ -20742,12 +19953,7 @@
20742
19953
  "load_from_project_settings"
20743
19954
  ],
20744
19955
  "properties": [],
20745
- "signals": [
20746
- {
20747
- "name": "project_settings_loaded",
20748
- "parameters": []
20749
- }
20750
- ],
19956
+ "signals": [],
20751
19957
  "constants": [],
20752
19958
  "enums": []
20753
19959
  },
@@ -20865,7 +20071,6 @@
20865
20071
  "methods": [
20866
20072
  "add_icon_item",
20867
20073
  "add_item",
20868
- "center_on_current",
20869
20074
  "clear",
20870
20075
  "deselect",
20871
20076
  "deselect_all",
@@ -23056,9 +22261,7 @@
23056
22261
  "NOTIFICATION_APPLICATION_PAUSED",
23057
22262
  "NOTIFICATION_APPLICATION_FOCUS_IN",
23058
22263
  "NOTIFICATION_APPLICATION_FOCUS_OUT",
23059
- "NOTIFICATION_TEXT_SERVER_CHANGED",
23060
- "NOTIFICATION_APPLICATION_PIP_MODE_ENTERED",
23061
- "NOTIFICATION_APPLICATION_PIP_MODE_EXITED"
22264
+ "NOTIFICATION_TEXT_SERVER_CHANGED"
23062
22265
  ],
23063
22266
  "enums": []
23064
22267
  },
@@ -24258,7 +23461,6 @@
24258
23461
  "set_item_hover_callbacks",
24259
23462
  "set_item_icon",
24260
23463
  "set_item_indentation_level",
24261
- "set_item_index",
24262
23464
  "set_item_key_callback",
24263
23465
  "set_item_max_states",
24264
23466
  "set_item_radio_checkable",
@@ -26367,8 +25569,6 @@
26367
25569
  "NOTIFICATION_APPLICATION_FOCUS_IN",
26368
25570
  "NOTIFICATION_APPLICATION_FOCUS_OUT",
26369
25571
  "NOTIFICATION_TEXT_SERVER_CHANGED",
26370
- "NOTIFICATION_APPLICATION_PIP_MODE_ENTERED",
26371
- "NOTIFICATION_APPLICATION_PIP_MODE_EXITED",
26372
25572
  "NOTIFICATION_ACCESSIBILITY_UPDATE",
26373
25573
  "NOTIFICATION_ACCESSIBILITY_INVALIDATE"
26374
25574
  ],
@@ -26998,7 +26198,6 @@
26998
26198
  "has_selectable_items",
26999
26199
  "is_item_disabled",
27000
26200
  "is_item_separator",
27001
- "is_search_bar_enabled",
27002
26201
  "remove_item",
27003
26202
  "select",
27004
26203
  "set_disable_shortcuts",
@@ -27012,8 +26211,6 @@
27012
26211
  "show_popup",
27013
26212
  "set_action_mode",
27014
26213
  "get_action_mode",
27015
- "set_search_bar_enabled_on_item_count",
27016
- "get_search_bar_enabled_on_item_count",
27017
26214
  "set_fit_to_longest_item",
27018
26215
  "is_fit_to_longest_item",
27019
26216
  "set_item_count",
@@ -27025,7 +26222,6 @@
27025
26222
  ],
27026
26223
  "properties": [
27027
26224
  "action_mode",
27028
- "enable_search_bar_on_item_count",
27029
26225
  "fit_to_longest_item",
27030
26226
  "item_count",
27031
26227
  "selected",
@@ -28547,7 +27743,6 @@
28547
27743
  "description": "Creates packages that can be loaded into a running project.",
28548
27744
  "methods": [
28549
27745
  "add_file",
28550
- "add_file_from_buffer",
28551
27746
  "add_file_removal",
28552
27747
  "flush",
28553
27748
  "pck_start"
@@ -32055,7 +31250,6 @@
32055
31250
  "is_item_separator",
32056
31251
  "is_item_shortcut_disabled",
32057
31252
  "is_native_menu",
32058
- "is_search_bar_enabled",
32059
31253
  "is_system_menu",
32060
31254
  "remove_item",
32061
31255
  "scroll_to_item",
@@ -32072,7 +31266,6 @@
32072
31266
  "set_item_icon_modulate",
32073
31267
  "set_item_id",
32074
31268
  "set_item_indent",
32075
- "set_item_index",
32076
31269
  "set_item_language",
32077
31270
  "set_item_metadata",
32078
31271
  "set_item_multistate",
@@ -32088,8 +31281,8 @@
32088
31281
  "toggle_item_multistate",
32089
31282
  "set_allow_search",
32090
31283
  "get_allow_search",
32091
- "set_default_canvas_item_texture_filter",
32092
- "get_default_canvas_item_texture_filter",
31284
+ "set_hide_on_checkable_item_selection",
31285
+ "is_hide_on_checkable_item_selection",
32093
31286
  "set_hide_on_item_selection",
32094
31287
  "is_hide_on_item_selection",
32095
31288
  "set_hide_on_state_item_selection",
@@ -32098,8 +31291,6 @@
32098
31291
  "get_item_count",
32099
31292
  "set_prefer_native_menu",
32100
31293
  "is_prefer_native_menu",
32101
- "set_search_bar_enabled_on_item_count",
32102
- "get_search_bar_enabled_on_item_count",
32103
31294
  "set_shrink_height",
32104
31295
  "get_shrink_height",
32105
31296
  "set_shrink_width",
@@ -32115,12 +31306,11 @@
32115
31306
  ],
32116
31307
  "properties": [
32117
31308
  "allow_search",
32118
- "canvas_item_default_texture_filter",
31309
+ "hide_on_checkable_item_selection",
32119
31310
  "hide_on_item_selection",
32120
31311
  "hide_on_state_item_selection",
32121
31312
  "item_count",
32122
31313
  "prefer_native_menu",
32123
- "search_bar_enabled_on_item_count",
32124
31314
  "shrink_height",
32125
31315
  "shrink_width",
32126
31316
  "submenu_popup_delay",
@@ -32169,18 +31359,12 @@
32169
31359
  "inherits": "Popup",
32170
31360
  "description": "A popup with a panel background.",
32171
31361
  "methods": [
32172
- "set_default_canvas_item_texture_filter",
32173
- "get_default_canvas_item_texture_filter",
32174
- "set_default_canvas_item_texture_repeat",
32175
- "get_default_canvas_item_texture_repeat",
32176
31362
  "set_flag",
32177
31363
  "get_flag",
32178
31364
  "set_transparent_background",
32179
31365
  "has_transparent_background"
32180
31366
  ],
32181
31367
  "properties": [
32182
- "canvas_item_default_texture_filter",
32183
- "canvas_item_default_texture_repeat",
32184
31368
  "transparent",
32185
31369
  "transparent_bg"
32186
31370
  ],
@@ -32195,6 +31379,7 @@
32195
31379
  "methods": [
32196
31380
  "create_from_image",
32197
31381
  "get_compression_mode",
31382
+ "get_format",
32198
31383
  "is_keeping_all_compressed_buffers",
32199
31384
  "set_basisu_compressor_params",
32200
31385
  "set_keep_all_compressed_buffers",
@@ -32509,7 +31694,6 @@
32509
31694
  "set_setting"
32510
31695
  ],
32511
31696
  "properties": [
32512
- "accessibility/general/accessibility_driver",
32513
31697
  "accessibility/general/accessibility_support",
32514
31698
  "accessibility/general/updates_per_second",
32515
31699
  "animation/compatibility/default_parent_skeleton_in_mesh_instance_3d",
@@ -32720,7 +31904,6 @@
32720
31904
  "display/window/frame_pacing/android/enable_frame_pacing",
32721
31905
  "display/window/frame_pacing/android/swappy_mode",
32722
31906
  "display/window/handheld/orientation",
32723
- "display/window/hdr/request_hdr_output",
32724
31907
  "display/window/ios/allow_high_refresh_rate",
32725
31908
  "display/window/ios/hide_home_indicator",
32726
31909
  "display/window/ios/hide_status_bar",
@@ -32897,7 +32080,6 @@
32897
32080
  "input/ui_up",
32898
32081
  "input_devices/buffering/agile_event_flushing",
32899
32082
  "input_devices/compatibility/legacy_just_pressed_behavior",
32900
- "input_devices/joypads/ignore_joypad_on_unfocused_application",
32901
32083
  "input_devices/pen_tablet/driver",
32902
32084
  "input_devices/pen_tablet/driver.windows",
32903
32085
  "input_devices/pointing/android/disable_scroll_deadzone",
@@ -33435,7 +32617,6 @@
33435
32617
  "xr/openxr/extensions/spatial_entity/enable_plane_tracking",
33436
32618
  "xr/openxr/extensions/spatial_entity/enable_spatial_anchors",
33437
32619
  "xr/openxr/extensions/spatial_entity/enabled",
33438
- "xr/openxr/extensions/user_presence",
33439
32620
  "xr/openxr/form_factor",
33440
32621
  "xr/openxr/foveation_dynamic",
33441
32622
  "xr/openxr/foveation_level",
@@ -34111,13 +33292,8 @@
34111
33292
  ],
34112
33293
  "properties": [
34113
33294
  "language",
34114
- "source_any_hit",
34115
- "source_closest_hit",
34116
33295
  "source_compute",
34117
33296
  "source_fragment",
34118
- "source_intersection",
34119
- "source_miss",
34120
- "source_raygen",
34121
33297
  "source_tesselation_control",
34122
33298
  "source_tesselation_evaluation",
34123
33299
  "source_vertex"
@@ -34137,23 +33313,13 @@
34137
33313
  "set_stage_compile_error"
34138
33314
  ],
34139
33315
  "properties": [
34140
- "bytecode_any_hit",
34141
- "bytecode_closest_hit",
34142
33316
  "bytecode_compute",
34143
33317
  "bytecode_fragment",
34144
- "bytecode_intersection",
34145
- "bytecode_miss",
34146
- "bytecode_raygen",
34147
33318
  "bytecode_tesselation_control",
34148
33319
  "bytecode_tesselation_evaluation",
34149
33320
  "bytecode_vertex",
34150
- "compile_error_any_hit",
34151
- "compile_error_closest_hit",
34152
33321
  "compile_error_compute",
34153
33322
  "compile_error_fragment",
34154
- "compile_error_intersection",
34155
- "compile_error_miss",
34156
- "compile_error_raygen",
34157
33323
  "compile_error_tesselation_control",
34158
33324
  "compile_error_tesselation_evaluation",
34159
33325
  "compile_error_vertex"
@@ -34594,9 +33760,7 @@
34594
33760
  "inherits": "Object",
34595
33761
  "description": "Abstraction for working with modern low-level graphics APIs.",
34596
33762
  "methods": [
34597
- "acceleration_structure_build",
34598
33763
  "barrier",
34599
- "blas_create",
34600
33764
  "buffer_clear",
34601
33765
  "buffer_copy",
34602
33766
  "buffer_get_data",
@@ -34673,14 +33837,6 @@
34673
33837
  "index_array_create",
34674
33838
  "index_buffer_create",
34675
33839
  "limit_get",
34676
- "raytracing_list_begin",
34677
- "raytracing_list_bind_raytracing_pipeline",
34678
- "raytracing_list_bind_uniform_set",
34679
- "raytracing_list_end",
34680
- "raytracing_list_set_push_constant",
34681
- "raytracing_list_trace_rays",
34682
- "raytracing_pipeline_create",
34683
- "raytracing_pipeline_is_valid",
34684
33840
  "render_pipeline_create",
34685
33841
  "render_pipeline_is_valid",
34686
33842
  "sampler_create",
@@ -34716,9 +33872,6 @@
34716
33872
  "texture_resolve_multisample",
34717
33873
  "texture_set_discardable",
34718
33874
  "texture_update",
34719
- "tlas_create",
34720
- "tlas_instances_buffer_create",
34721
- "tlas_instances_buffer_fill",
34722
33875
  "uniform_buffer_create",
34723
33876
  "uniform_set_create",
34724
33877
  "uniform_set_is_valid",
@@ -36138,23 +35291,6 @@
36138
35291
  {
36139
35292
  "name": "BUFFER_CREATION_AS_STORAGE_BIT",
36140
35293
  "value": "2"
36141
- },
36142
- {
36143
- "name": "BUFFER_CREATION_ACCELERATION_STRUCTURE_BUILD_INPUT_READ_ONLY_BIT",
36144
- "value": "8"
36145
- }
36146
- ]
36147
- },
36148
- {
36149
- "name": "AccelerationStructureGeometryBits",
36150
- "values": [
36151
- {
36152
- "name": "ACCELERATION_STRUCTURE_GEOMETRY_OPAQUE",
36153
- "value": "1"
36154
- },
36155
- {
36156
- "name": "ACCELERATION_STRUCTURE_GEOMETRY_NO_DUPLICATE_ANY_HIT_INVOCATION",
36157
- "value": "2"
36158
35294
  }
36159
35295
  ]
36160
35296
  },
@@ -36209,13 +35345,9 @@
36209
35345
  "name": "UNIFORM_TYPE_STORAGE_BUFFER_DYNAMIC",
36210
35346
  "value": "11"
36211
35347
  },
36212
- {
36213
- "name": "UNIFORM_TYPE_ACCELERATION_STRUCTURE",
36214
- "value": "12"
36215
- },
36216
35348
  {
36217
35349
  "name": "UNIFORM_TYPE_MAX",
36218
- "value": "13"
35350
+ "value": "12"
36219
35351
  }
36220
35352
  ]
36221
35353
  },
@@ -36693,29 +35825,9 @@
36693
35825
  "name": "SHADER_STAGE_COMPUTE",
36694
35826
  "value": "4"
36695
35827
  },
36696
- {
36697
- "name": "SHADER_STAGE_RAYGEN",
36698
- "value": "5"
36699
- },
36700
- {
36701
- "name": "SHADER_STAGE_ANY_HIT",
36702
- "value": "6"
36703
- },
36704
- {
36705
- "name": "SHADER_STAGE_CLOSEST_HIT",
36706
- "value": "7"
36707
- },
36708
- {
36709
- "name": "SHADER_STAGE_MISS",
36710
- "value": "8"
36711
- },
36712
- {
36713
- "name": "SHADER_STAGE_INTERSECTION",
36714
- "value": "9"
36715
- },
36716
35828
  {
36717
35829
  "name": "SHADER_STAGE_MAX",
36718
- "value": "10"
35830
+ "value": "5"
36719
35831
  },
36720
35832
  {
36721
35833
  "name": "SHADER_STAGE_VERTEX_BIT",
@@ -36736,26 +35848,6 @@
36736
35848
  {
36737
35849
  "name": "SHADER_STAGE_COMPUTE_BIT",
36738
35850
  "value": "16"
36739
- },
36740
- {
36741
- "name": "SHADER_STAGE_RAYGEN_BIT",
36742
- "value": "32"
36743
- },
36744
- {
36745
- "name": "SHADER_STAGE_ANY_HIT_BIT",
36746
- "value": "64"
36747
- },
36748
- {
36749
- "name": "SHADER_STAGE_CLOSEST_HIT_BIT",
36750
- "value": "128"
36751
- },
36752
- {
36753
- "name": "SHADER_STAGE_MISS_BIT",
36754
- "value": "256"
36755
- },
36756
- {
36757
- "name": "SHADER_STAGE_INTERSECTION_BIT",
36758
- "value": "512"
36759
35851
  }
36760
35852
  ]
36761
35853
  },
@@ -36807,18 +35899,6 @@
36807
35899
  {
36808
35900
  "name": "SUPPORTS_IMAGE_ATOMIC_32_BIT",
36809
35901
  "value": "7"
36810
- },
36811
- {
36812
- "name": "SUPPORTS_RAY_QUERY",
36813
- "value": "11"
36814
- },
36815
- {
36816
- "name": "SUPPORTS_RAYTRACING_PIPELINE",
36817
- "value": "12"
36818
- },
36819
- {
36820
- "name": "SUPPORTS_HDR_OUTPUT",
36821
- "value": "13"
36822
35902
  }
36823
35903
  ]
36824
35904
  },
@@ -37617,10 +36697,6 @@
37617
36697
  "texture_3d_placeholder_create",
37618
36698
  "texture_3d_update",
37619
36699
  "texture_create_from_native_handle",
37620
- "texture_drawable_blit_rect",
37621
- "texture_drawable_create",
37622
- "texture_drawable_generate_mipmaps",
37623
- "texture_drawable_get_default_material",
37624
36700
  "texture_get_format",
37625
36701
  "texture_get_native_handle",
37626
36702
  "texture_get_path",
@@ -37805,27 +36881,6 @@
37805
36881
  }
37806
36882
  ]
37807
36883
  },
37808
- {
37809
- "name": "TextureDrawableFormat",
37810
- "values": [
37811
- {
37812
- "name": "TEXTURE_DRAWABLE_FORMAT_RGBA8",
37813
- "value": "0"
37814
- },
37815
- {
37816
- "name": "TEXTURE_DRAWABLE_FORMAT_RGBA8_SRGB",
37817
- "value": "1"
37818
- },
37819
- {
37820
- "name": "TEXTURE_DRAWABLE_FORMAT_RGBAH",
37821
- "value": "2"
37822
- },
37823
- {
37824
- "name": "TEXTURE_DRAWABLE_FORMAT_RGBAF",
37825
- "value": "3"
37826
- }
37827
- ]
37828
- },
37829
36884
  {
37830
36885
  "name": "ShaderMode",
37831
36886
  "values": [
@@ -37849,13 +36904,9 @@
37849
36904
  "name": "SHADER_FOG",
37850
36905
  "value": "4"
37851
36906
  },
37852
- {
37853
- "name": "SHADER_TEXTURE_BLIT",
37854
- "value": "5"
37855
- },
37856
36907
  {
37857
36908
  "name": "SHADER_MAX",
37858
- "value": "6"
36909
+ "value": "5"
37859
36910
  }
37860
36911
  ]
37861
36912
  },
@@ -40617,8 +39668,6 @@
40617
39668
  "base_scale",
40618
39669
  "color_map",
40619
39670
  "compress",
40620
- "fix_alpha_border",
40621
- "premult_alpha",
40622
39671
  "saturation"
40623
39672
  ],
40624
39673
  "signals": [],
@@ -42066,8 +41115,6 @@
42066
41115
  "goto_line",
42067
41116
  "open_script_create_dialog",
42068
41117
  "register_syntax_highlighter",
42069
- "reload_open_files",
42070
- "save_all_scripts",
42071
41118
  "unregister_syntax_highlighter",
42072
41119
  "update_docs_from_script"
42073
41120
  ],
@@ -42717,10 +41764,6 @@
42717
41764
  {
42718
41765
  "name": "MODE_FOG",
42719
41766
  "value": "4"
42720
- },
42721
- {
42722
- "name": "MODE_TEXTURE_BLIT",
42723
- "value": "5"
42724
41767
  }
42725
41768
  ]
42726
41769
  }
@@ -44227,8 +43270,6 @@
44227
43270
  "get_drag_area_margin_end",
44228
43271
  "set_drag_area_offset",
44229
43272
  "get_drag_area_offset",
44230
- "set_drag_nested_intersections",
44231
- "is_dragging_nested_intersections",
44232
43273
  "set_dragger_visibility",
44233
43274
  "get_dragger_visibility",
44234
43275
  "set_dragging_enabled",
@@ -44248,7 +43289,6 @@
44248
43289
  "drag_area_margin_begin",
44249
43290
  "drag_area_margin_end",
44250
43291
  "drag_area_offset",
44251
- "drag_nested_intersections",
44252
43292
  "dragger_visibility",
44253
43293
  "dragging_enabled",
44254
43294
  "split_offset",
@@ -45566,17 +44606,14 @@
45566
44606
  "set_size_2d_override",
45567
44607
  "get_size_2d_override",
45568
44608
  "set_size_2d_override_stretch",
45569
- "is_size_2d_override_stretch_enabled",
45570
- "set_view_count",
45571
- "get_view_count"
44609
+ "is_size_2d_override_stretch_enabled"
45572
44610
  ],
45573
44611
  "properties": [
45574
44612
  "render_target_clear_mode",
45575
44613
  "render_target_update_mode",
45576
44614
  "size",
45577
44615
  "size_2d_override",
45578
- "size_2d_override_stretch",
45579
- "view_count"
44616
+ "size_2d_override_stretch"
45580
44617
  ],
45581
44618
  "signals": [],
45582
44619
  "constants": [],
@@ -46308,7 +45345,6 @@
46308
45345
  "is_gutter_overwritable",
46309
45346
  "is_in_mulitcaret_edit",
46310
45347
  "is_line_gutter_clickable",
46311
- "is_line_in_viewport",
46312
45348
  "is_line_wrapped",
46313
45349
  "is_menu_visible",
46314
45350
  "is_mouse_over_selection",
@@ -47166,7 +46202,6 @@
47166
46202
  "shaped_get_run_direction",
47167
46203
  "shaped_get_run_font_rid",
47168
46204
  "shaped_get_run_font_size",
47169
- "shaped_get_run_glyph_range",
47170
46205
  "shaped_get_run_language",
47171
46206
  "shaped_get_run_object",
47172
46207
  "shaped_get_run_range",
@@ -47983,7 +47018,6 @@
47983
47018
  "_shaped_get_run_direction",
47984
47019
  "_shaped_get_run_font_rid",
47985
47020
  "_shaped_get_run_font_size",
47986
- "_shaped_get_run_glyph_range",
47987
47021
  "_shaped_get_run_language",
47988
47022
  "_shaped_get_run_object",
47989
47023
  "_shaped_get_run_range",
@@ -48132,26 +47166,19 @@
48132
47166
  "_draw",
48133
47167
  "_draw_rect",
48134
47168
  "_draw_rect_region",
48135
- "_get_format",
48136
47169
  "_get_height",
48137
- "_get_image",
48138
- "_get_mipmap_count",
48139
47170
  "_get_width",
48140
47171
  "_has_alpha",
48141
- "_has_mipmaps",
48142
47172
  "_is_pixel_opaque",
48143
47173
  "create_placeholder",
48144
47174
  "draw",
48145
47175
  "draw_rect",
48146
47176
  "draw_rect_region",
48147
- "get_format",
48148
47177
  "get_height",
48149
47178
  "get_image",
48150
- "get_mipmap_count",
48151
47179
  "get_size",
48152
47180
  "get_width",
48153
- "has_alpha",
48154
- "has_mipmaps"
47181
+ "has_alpha"
48155
47182
  ],
48156
47183
  "properties": [],
48157
47184
  "signals": [],
@@ -50253,7 +49280,6 @@
50253
49280
  "erase_button",
50254
49281
  "get_auto_translate_mode",
50255
49282
  "get_autowrap_mode",
50256
- "get_autowrap_trim_flags",
50257
49283
  "get_button",
50258
49284
  "get_button_by_id",
50259
49285
  "get_button_color",
@@ -50316,7 +49342,6 @@
50316
49342
  "select",
50317
49343
  "set_auto_translate_mode",
50318
49344
  "set_autowrap_mode",
50319
- "set_autowrap_trim_flags",
50320
49345
  "set_button",
50321
49346
  "set_button_color",
50322
49347
  "set_button_description",
@@ -50463,7 +49488,6 @@
50463
49488
  "custom_step",
50464
49489
  "get_loops_left",
50465
49490
  "get_total_elapsed_time",
50466
- "has_tweeners",
50467
49491
  "interpolate_value",
50468
49492
  "is_running",
50469
49493
  "is_valid",
@@ -50480,7 +49504,6 @@
50480
49504
  "set_speed_scale",
50481
49505
  "set_trans",
50482
49506
  "stop",
50483
- "tween_await",
50484
49507
  "tween_callback",
50485
49508
  "tween_interval",
50486
49509
  "tween_method",
@@ -51967,13 +50990,9 @@
51967
50990
  "name": "DEFAULT_CANVAS_ITEM_TEXTURE_FILTER_NEAREST_WITH_MIPMAPS",
51968
50991
  "value": "3"
51969
50992
  },
51970
- {
51971
- "name": "DEFAULT_CANVAS_ITEM_TEXTURE_FILTER_PARENT_NODE",
51972
- "value": "4"
51973
- },
51974
50993
  {
51975
50994
  "name": "DEFAULT_CANVAS_ITEM_TEXTURE_FILTER_MAX",
51976
- "value": "5"
50995
+ "value": "4"
51977
50996
  }
51978
50997
  ]
51979
50998
  },
@@ -51992,13 +51011,9 @@
51992
51011
  "name": "DEFAULT_CANVAS_ITEM_TEXTURE_REPEAT_MIRROR",
51993
51012
  "value": "2"
51994
51013
  },
51995
- {
51996
- "name": "DEFAULT_CANVAS_ITEM_TEXTURE_REPEAT_PARENT_NODE",
51997
- "value": "3"
51998
- },
51999
51014
  {
52000
51015
  "name": "DEFAULT_CANVAS_ITEM_TEXTURE_REPEAT_MAX",
52001
- "value": "4"
51016
+ "value": "3"
52002
51017
  }
52003
51018
  ]
52004
51019
  },
@@ -52107,113 +51122,6 @@
52107
51122
  "constants": [],
52108
51123
  "enums": []
52109
51124
  },
52110
- "VirtualJoystick": {
52111
- "name": "VirtualJoystick",
52112
- "inherits": "Control",
52113
- "description": "A virtual joystick control for touchscreen devices.",
52114
- "methods": [
52115
- "set_action_down",
52116
- "get_action_down",
52117
- "set_action_left",
52118
- "get_action_left",
52119
- "set_action_right",
52120
- "get_action_right",
52121
- "set_action_up",
52122
- "get_action_up",
52123
- "set_clampzone_ratio",
52124
- "get_clampzone_ratio",
52125
- "set_deadzone_ratio",
52126
- "get_deadzone_ratio",
52127
- "set_initial_offset_ratio",
52128
- "get_initial_offset_ratio",
52129
- "set_joystick_mode",
52130
- "get_joystick_mode",
52131
- "set_joystick_size",
52132
- "get_joystick_size",
52133
- "set_tip_size",
52134
- "get_tip_size",
52135
- "set_visibility_mode",
52136
- "get_visibility_mode"
52137
- ],
52138
- "properties": [
52139
- "action_down",
52140
- "action_left",
52141
- "action_right",
52142
- "action_up",
52143
- "clampzone_ratio",
52144
- "deadzone_ratio",
52145
- "initial_offset_ratio",
52146
- "joystick_mode",
52147
- "joystick_size",
52148
- "tip_size",
52149
- "visibility_mode"
52150
- ],
52151
- "signals": [
52152
- {
52153
- "name": "flick_canceled",
52154
- "parameters": []
52155
- },
52156
- {
52157
- "name": "flicked",
52158
- "parameters": [
52159
- {
52160
- "name": "input_vector",
52161
- "type": "Vector2"
52162
- }
52163
- ]
52164
- },
52165
- {
52166
- "name": "pressed",
52167
- "parameters": []
52168
- },
52169
- {
52170
- "name": "released",
52171
- "parameters": [
52172
- {
52173
- "name": "input_vector",
52174
- "type": "Vector2"
52175
- }
52176
- ]
52177
- },
52178
- {
52179
- "name": "tapped",
52180
- "parameters": []
52181
- }
52182
- ],
52183
- "constants": [],
52184
- "enums": [
52185
- {
52186
- "name": "JoystickMode",
52187
- "values": [
52188
- {
52189
- "name": "JOYSTICK_FIXED",
52190
- "value": "0"
52191
- },
52192
- {
52193
- "name": "JOYSTICK_DYNAMIC",
52194
- "value": "1"
52195
- },
52196
- {
52197
- "name": "JOYSTICK_FOLLOWING",
52198
- "value": "2"
52199
- }
52200
- ]
52201
- },
52202
- {
52203
- "name": "VisibilityMode",
52204
- "values": [
52205
- {
52206
- "name": "VISIBILITY_ALWAYS",
52207
- "value": "0"
52208
- },
52209
- {
52210
- "name": "VISIBILITY_WHEN_TOUCHED",
52211
- "value": "1"
52212
- }
52213
- ]
52214
- }
52215
- ]
52216
- },
52217
51125
  "VisibleOnScreenEnabler2D": {
52218
51126
  "name": "VisibleOnScreenEnabler2D",
52219
51127
  "inherits": "VisibleOnScreenNotifier2D",
@@ -52447,13 +51355,9 @@
52447
51355
  "name": "TYPE_FOG",
52448
51356
  "value": "9"
52449
51357
  },
52450
- {
52451
- "name": "TYPE_TEXTURE_BLIT",
52452
- "value": "10"
52453
- },
52454
51358
  {
52455
51359
  "name": "TYPE_MAX",
52456
- "value": "11"
51360
+ "value": "10"
52457
51361
  }
52458
51362
  ]
52459
51363
  },
@@ -55987,7 +54891,6 @@
55987
54891
  "get_flag",
55988
54892
  "get_focused_window",
55989
54893
  "get_layout_direction",
55990
- "get_output_max_linear_value",
55991
54894
  "get_position_with_decorations",
55992
54895
  "get_size_with_decorations",
55993
54896
  "get_theme_color",
@@ -56043,8 +54946,6 @@
56043
54946
  "set_ime_active",
56044
54947
  "set_ime_position",
56045
54948
  "set_layout_direction",
56046
- "set_taskbar_progress_state",
56047
- "set_taskbar_progress_value",
56048
54949
  "set_unparent_when_invisible",
56049
54950
  "set_use_font_oversampling",
56050
54951
  "show",
@@ -56072,8 +54973,6 @@
56072
54973
  "is_exclusive",
56073
54974
  "set_force_native",
56074
54975
  "get_force_native",
56075
- "set_hdr_output_requested",
56076
- "is_hdr_output_requested",
56077
54976
  "set_initial_position",
56078
54977
  "get_initial_position",
56079
54978
  "set_keep_title_visible",
@@ -56123,7 +55022,6 @@
56123
55022
  "exclusive",
56124
55023
  "extend_to_title",
56125
55024
  "force_native",
56126
- "hdr_output_requested",
56127
55025
  "initial_position",
56128
55026
  "keep_title_visible",
56129
55027
  "max_size",
@@ -57130,7 +56028,7 @@
57130
56028
  "XRCamera3D": {
57131
56029
  "name": "XRCamera3D",
57132
56030
  "inherits": "Camera3D",
57133
- "description": "A camera node which automatically positions itself based on XR tracking data.",
56031
+ "description": "A camera node with a few overrules for AR/VR applied, such as location tracking.",
57134
56032
  "methods": [
57135
56033
  "set_physics_interpolation_mode",
57136
56034
  "get_physics_interpolation_mode"
@@ -58621,10 +57519,6 @@
58621
57519
  "type": "int"
58622
57520
  }
58623
57521
  ]
58624
- },
58625
- {
58626
- "name": "world_origin_changed",
58627
- "parameters": []
58628
57522
  }
58629
57523
  ],
58630
57524
  "constants": [],
@@ -58869,19 +57763,7 @@
58869
57763
  "print_stack",
58870
57764
  "get_stack"
58871
57765
  ],
58872
- "globalConstants": [
58873
- "UINT8_MAX",
58874
- "UINT16_MAX",
58875
- "UINT32_MAX",
58876
- "INT8_MIN",
58877
- "INT8_MAX",
58878
- "INT16_MIN",
58879
- "INT16_MAX",
58880
- "INT32_MIN",
58881
- "INT32_MAX",
58882
- "INT64_MIN",
58883
- "INT64_MAX"
58884
- ],
57766
+ "globalConstants": [],
58885
57767
  "globalEnums": [
58886
57768
  {
58887
57769
  "name": "Side",
@@ -60075,29 +58957,9 @@
60075
58957
  "name": "JOY_BUTTON_TOUCHPAD",
60076
58958
  "value": "20"
60077
58959
  },
60078
- {
60079
- "name": "JOY_BUTTON_MISC2",
60080
- "value": "21"
60081
- },
60082
- {
60083
- "name": "JOY_BUTTON_MISC3",
60084
- "value": "22"
60085
- },
60086
- {
60087
- "name": "JOY_BUTTON_MISC4",
60088
- "value": "23"
60089
- },
60090
- {
60091
- "name": "JOY_BUTTON_MISC5",
60092
- "value": "24"
60093
- },
60094
- {
60095
- "name": "JOY_BUTTON_MISC6",
60096
- "value": "25"
60097
- },
60098
58960
  {
60099
58961
  "name": "JOY_BUTTON_SDL_MAX",
60100
- "value": "26"
58962
+ "value": "21"
60101
58963
  },
60102
58964
  {
60103
58965
  "name": "JOY_BUTTON_MAX",
@@ -61102,10 +59964,6 @@
61102
59964
  "Vector4i"
61103
59965
  ],
61104
59966
  "singletons": [
61105
- {
61106
- "name": "AccessibilityServer",
61107
- "type": "AccessibilityServer"
61108
- },
61109
59967
  {
61110
59968
  "name": "AudioServer",
61111
59969
  "type": "AudioServer"
@@ -61138,10 +59996,6 @@
61138
59996
  "name": "GDExtensionManager",
61139
59997
  "type": "GDExtensionManager"
61140
59998
  },
61141
- {
61142
- "name": "GDScriptLanguageProtocol",
61143
- "type": "GDScriptLanguageProtocol"
61144
- },
61145
59999
  {
61146
60000
  "name": "Geometry2D",
61147
60001
  "type": "Geometry2D"