asajs 4.0.4 → 4.0.6-indev
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.
- package/config.d.ts +1 -0
- package/dist/js/compilers/FormatProperties.js +5 -0
- package/dist/js/compilers/bindings/Binary.js +2 -2
- package/dist/js/compilers/bindings/Checker.js +3 -0
- package/dist/js/compilers/bindings/Function.js +73 -24
- package/dist/js/compilers/bindings/Lexer.js +2 -0
- package/dist/js/compilers/bindings/Parser.js +54 -8
- package/dist/js/compilers/ui/installer.js +8 -0
- package/dist/js/components/Utils.js +2 -2
- package/dist/js/types/vanilla/paths.js +147 -108
- package/dist/types/compilers/bindings/Checker.d.ts +1 -0
- package/dist/types/compilers/bindings/Function.d.ts +21 -7
- package/dist/types/compilers/bindings/Parser.d.ts +1 -0
- package/dist/types/components/Utils.d.ts +1 -1
- package/dist/types/types/properties/element/Control.d.ts +2 -1
- package/dist/types/types/vanilla/intellisense.d.ts +521 -365
- package/dist/types/types/vanilla/paths.d.ts +147 -108
- package/package.json +1 -1
|
@@ -20855,6 +20855,14 @@ export type HudType = {
|
|
|
20855
20855
|
type: T.STACK_PANEL;
|
|
20856
20856
|
children: string;
|
|
20857
20857
|
};
|
|
20858
|
+
"subtitle_panel": {
|
|
20859
|
+
type: T.PANEL;
|
|
20860
|
+
children: 'stack_panel';
|
|
20861
|
+
};
|
|
20862
|
+
"subtitle_panel/stack_panel": {
|
|
20863
|
+
type: T.STACK_PANEL;
|
|
20864
|
+
children: string;
|
|
20865
|
+
};
|
|
20858
20866
|
"item_durability": {
|
|
20859
20867
|
type: T.CUSTOM;
|
|
20860
20868
|
children: string;
|
|
@@ -21541,7 +21549,7 @@ export type HudType = {
|
|
|
21541
21549
|
};
|
|
21542
21550
|
"root_panel": {
|
|
21543
21551
|
type: T.PANEL;
|
|
21544
|
-
children: 'layout_customization_reset' | 'layout_customization_close_without_saving' | 'layout_customization_main_panel' | 'layout_customization_sub_panel' | 'layout_customization_hint_drag_frame' | 'layout_customization_hint_deselect_frame' | 'layout_customization_hint_saved' | 'left_helpers' | 'right_helpers' | 'emote_expediate_helpers' | 'centered_gui_elements' | 'centered_gui_elements_at_bottom_middle' | 'centered_gui_elements_at_bottom_middle_touch' | 'not_centered_gui_elements' | 'gamertag_label_for_splitscreen' | 'exp_rend' | 'exp_rend_resizable' | 'hud_tip_text_factory' | 'hud_actionbar_text_area' | 'hud_title_text_area' | 'mob_effects_renderer' | 'vignette_rend' | 'curor_rend' | 'game_tip' | 'sidebar' | 'progress_rend' | 'chat_stack' | 'boss_health_panel' | 'save_icon';
|
|
21552
|
+
children: 'layout_customization_reset' | 'layout_customization_close_without_saving' | 'layout_customization_main_panel' | 'layout_customization_sub_panel' | 'layout_customization_hint_drag_frame' | 'layout_customization_hint_deselect_frame' | 'layout_customization_hint_saved' | 'left_helpers' | 'right_helpers' | 'subtitle_stack' | 'emote_expediate_helpers' | 'centered_gui_elements' | 'centered_gui_elements_at_bottom_middle' | 'centered_gui_elements_at_bottom_middle_touch' | 'not_centered_gui_elements' | 'gamertag_label_for_splitscreen' | 'exp_rend' | 'exp_rend_resizable' | 'hud_tip_text_factory' | 'hud_actionbar_text_area' | 'hud_title_text_area' | 'mob_effects_renderer' | 'vignette_rend' | 'curor_rend' | 'game_tip' | 'sidebar' | 'progress_rend' | 'chat_stack' | 'boss_health_panel' | 'save_icon';
|
|
21545
21553
|
};
|
|
21546
21554
|
"root_panel/layout_customization_reset": {
|
|
21547
21555
|
type: T.IMAGE;
|
|
@@ -21599,6 +21607,18 @@ export type HudType = {
|
|
|
21599
21607
|
type: T.PANEL;
|
|
21600
21608
|
children: string;
|
|
21601
21609
|
};
|
|
21610
|
+
"root_panel/subtitle_stack": {
|
|
21611
|
+
type: T.STACK_PANEL;
|
|
21612
|
+
children: 'subtitle_padding' | 'subtitle_panel';
|
|
21613
|
+
};
|
|
21614
|
+
"root_panel/subtitle_stack/subtitle_padding": {
|
|
21615
|
+
type: T.PANEL;
|
|
21616
|
+
children: string;
|
|
21617
|
+
};
|
|
21618
|
+
"root_panel/subtitle_stack/subtitle_panel": {
|
|
21619
|
+
type: T.PANEL;
|
|
21620
|
+
children: string;
|
|
21621
|
+
};
|
|
21602
21622
|
"root_panel/emote_expediate_helpers": {
|
|
21603
21623
|
type: T.PANEL;
|
|
21604
21624
|
children: string;
|
|
@@ -22275,18 +22295,6 @@ export type CraftingType = {
|
|
|
22275
22295
|
type: T.STACK_PANEL;
|
|
22276
22296
|
children: string;
|
|
22277
22297
|
};
|
|
22278
|
-
"gamepad_helper_bumpers": {
|
|
22279
|
-
type: T.PANEL;
|
|
22280
|
-
children: 'gamepad_helper_left_bumper' | 'gamepad_helper_right_bumper';
|
|
22281
|
-
};
|
|
22282
|
-
"gamepad_helper_bumpers/gamepad_helper_left_bumper": {
|
|
22283
|
-
type: T.STACK_PANEL;
|
|
22284
|
-
children: string;
|
|
22285
|
-
};
|
|
22286
|
-
"gamepad_helper_bumpers/gamepad_helper_right_bumper": {
|
|
22287
|
-
type: T.STACK_PANEL;
|
|
22288
|
-
children: string;
|
|
22289
|
-
};
|
|
22290
22298
|
"gamepad_helper_left_trigger": {
|
|
22291
22299
|
type: T.STACK_PANEL;
|
|
22292
22300
|
children: string;
|
|
@@ -22327,14 +22335,6 @@ export type CraftingType = {
|
|
|
22327
22335
|
type: T.PANEL;
|
|
22328
22336
|
children: string;
|
|
22329
22337
|
};
|
|
22330
|
-
"crafting_root_panel": {
|
|
22331
|
-
type: T.INPUT_PANEL;
|
|
22332
|
-
children: string;
|
|
22333
|
-
};
|
|
22334
|
-
"drop_item_panel": {
|
|
22335
|
-
type: T.INPUT_PANEL;
|
|
22336
|
-
children: string;
|
|
22337
|
-
};
|
|
22338
22338
|
"inventory_container_slot_button": {
|
|
22339
22339
|
type: T.BUTTON;
|
|
22340
22340
|
children: string;
|
|
@@ -22355,38 +22355,10 @@ export type CraftingType = {
|
|
|
22355
22355
|
type: T.BUTTON;
|
|
22356
22356
|
children: string;
|
|
22357
22357
|
};
|
|
22358
|
-
"tab_image": {
|
|
22359
|
-
type: T.IMAGE;
|
|
22360
|
-
children: string;
|
|
22361
|
-
};
|
|
22362
22358
|
"item_renderer": {
|
|
22363
22359
|
type: T.CUSTOM;
|
|
22364
22360
|
children: string;
|
|
22365
22361
|
};
|
|
22366
|
-
"inventory_icon": {
|
|
22367
|
-
type: T.IMAGE;
|
|
22368
|
-
children: string;
|
|
22369
|
-
};
|
|
22370
|
-
"recipe_book_icon": {
|
|
22371
|
-
type: T.IMAGE;
|
|
22372
|
-
children: string;
|
|
22373
|
-
};
|
|
22374
|
-
"creative_icon": {
|
|
22375
|
-
type: T.IMAGE;
|
|
22376
|
-
children: string;
|
|
22377
|
-
};
|
|
22378
|
-
"icon_image": {
|
|
22379
|
-
type: T.IMAGE;
|
|
22380
|
-
children: string;
|
|
22381
|
-
};
|
|
22382
|
-
"tab_front": {
|
|
22383
|
-
type: T.IMAGE;
|
|
22384
|
-
children: string;
|
|
22385
|
-
};
|
|
22386
|
-
"tab_back": {
|
|
22387
|
-
type: T.IMAGE;
|
|
22388
|
-
children: string;
|
|
22389
|
-
};
|
|
22390
22362
|
"equipment_icon": {
|
|
22391
22363
|
type: T.IMAGE;
|
|
22392
22364
|
children: string;
|
|
@@ -22399,11 +22371,7 @@ export type CraftingType = {
|
|
|
22399
22371
|
type: T.IMAGE;
|
|
22400
22372
|
children: string;
|
|
22401
22373
|
};
|
|
22402
|
-
"
|
|
22403
|
-
type: T.IMAGE;
|
|
22404
|
-
children: string;
|
|
22405
|
-
};
|
|
22406
|
-
"miscellaneous_icon": {
|
|
22374
|
+
"items_icon": {
|
|
22407
22375
|
type: T.IMAGE;
|
|
22408
22376
|
children: string;
|
|
22409
22377
|
};
|
|
@@ -22507,6 +22475,10 @@ export type CraftingType = {
|
|
|
22507
22475
|
type: T.PANEL;
|
|
22508
22476
|
children: string;
|
|
22509
22477
|
};
|
|
22478
|
+
"creative_label": {
|
|
22479
|
+
type: T.LABEL;
|
|
22480
|
+
children: string;
|
|
22481
|
+
};
|
|
22510
22482
|
"tab_content": {
|
|
22511
22483
|
type: T.PANEL;
|
|
22512
22484
|
children: 'tab_content_search_bar_panel' | 'nodrop_zone';
|
|
@@ -22999,6 +22971,10 @@ export type CraftingType = {
|
|
|
22999
22971
|
type: T.INPUT_PANEL;
|
|
23000
22972
|
children: string;
|
|
23001
22973
|
};
|
|
22974
|
+
"scroll_grid": {
|
|
22975
|
+
type: T.GRID;
|
|
22976
|
+
children: string;
|
|
22977
|
+
};
|
|
23002
22978
|
"scroll_grid_panel": {
|
|
23003
22979
|
type: T.INPUT_PANEL;
|
|
23004
22980
|
children: 'grid';
|
|
@@ -23007,78 +22983,18 @@ export type CraftingType = {
|
|
|
23007
22983
|
type: T.GRID;
|
|
23008
22984
|
children: string;
|
|
23009
22985
|
};
|
|
23010
|
-
"scroll_grid": {
|
|
23011
|
-
type: T.GRID;
|
|
23012
|
-
children: string;
|
|
23013
|
-
};
|
|
23014
|
-
"scroll_panel": {
|
|
23015
|
-
type: T.PANEL;
|
|
23016
|
-
children: string;
|
|
23017
|
-
};
|
|
23018
22986
|
"recipe_book_scroll_panel": {
|
|
23019
22987
|
type: T.PANEL;
|
|
23020
22988
|
children: string;
|
|
23021
22989
|
};
|
|
23022
|
-
"
|
|
23023
|
-
type: T.LABEL;
|
|
23024
|
-
children: string;
|
|
23025
|
-
};
|
|
23026
|
-
"filter_toggle": {
|
|
23027
|
-
type: T.PANEL;
|
|
23028
|
-
children: string;
|
|
23029
|
-
};
|
|
23030
|
-
"toolbar_background": {
|
|
23031
|
-
type: T.IMAGE;
|
|
23032
|
-
children: string;
|
|
23033
|
-
};
|
|
23034
|
-
"layout_toggle_content": {
|
|
23035
|
-
type: T.PANEL;
|
|
23036
|
-
children: 'image' | 'icon';
|
|
23037
|
-
};
|
|
23038
|
-
"layout_toggle_content/image": {
|
|
23039
|
-
type: T.UNKNOWN;
|
|
23040
|
-
children: string;
|
|
23041
|
-
};
|
|
23042
|
-
"layout_toggle_content/icon": {
|
|
23043
|
-
type: T.UNKNOWN;
|
|
23044
|
-
children: string;
|
|
23045
|
-
};
|
|
23046
|
-
"layout_template_toggle": {
|
|
23047
|
-
type: T.TOGGLE;
|
|
23048
|
-
children: string;
|
|
23049
|
-
};
|
|
23050
|
-
"layout_toggle": {
|
|
23051
|
-
type: T.PANEL;
|
|
23052
|
-
children: string;
|
|
23053
|
-
};
|
|
23054
|
-
"creative_layout_toggle": {
|
|
23055
|
-
type: T.PANEL;
|
|
23056
|
-
children: string;
|
|
23057
|
-
};
|
|
23058
|
-
"recipe_book_layout_toggle": {
|
|
22990
|
+
"scroll_panel": {
|
|
23059
22991
|
type: T.PANEL;
|
|
23060
22992
|
children: string;
|
|
23061
22993
|
};
|
|
23062
|
-
"
|
|
22994
|
+
"filter_toggle": {
|
|
23063
22995
|
type: T.PANEL;
|
|
23064
22996
|
children: string;
|
|
23065
22997
|
};
|
|
23066
|
-
"help_button": {
|
|
23067
|
-
type: T.BUTTON;
|
|
23068
|
-
children: 'default' | 'hover' | 'pressed';
|
|
23069
|
-
};
|
|
23070
|
-
"help_button/default": {
|
|
23071
|
-
type: T.IMAGE;
|
|
23072
|
-
children: string;
|
|
23073
|
-
};
|
|
23074
|
-
"help_button/hover": {
|
|
23075
|
-
type: T.IMAGE;
|
|
23076
|
-
children: string;
|
|
23077
|
-
};
|
|
23078
|
-
"help_button/pressed": {
|
|
23079
|
-
type: T.IMAGE;
|
|
23080
|
-
children: string;
|
|
23081
|
-
};
|
|
23082
22998
|
"player_inventory": {
|
|
23083
22999
|
type: T.INPUT_PANEL;
|
|
23084
23000
|
children: 'common_panel' | 'inventory_panel_top_half' | 'inventory_panel_bottom_half' | 'hotbar_grid';
|
|
@@ -23135,14 +23051,6 @@ export type CraftingType = {
|
|
|
23135
23051
|
type: T.GRID;
|
|
23136
23052
|
children: string;
|
|
23137
23053
|
};
|
|
23138
|
-
"center_fold": {
|
|
23139
|
-
type: T.INPUT_PANEL;
|
|
23140
|
-
children: 'center_bg';
|
|
23141
|
-
};
|
|
23142
|
-
"center_fold/center_bg": {
|
|
23143
|
-
type: T.IMAGE;
|
|
23144
|
-
children: string;
|
|
23145
|
-
};
|
|
23146
23054
|
"toolbar_panel": {
|
|
23147
23055
|
type: T.INPUT_PANEL;
|
|
23148
23056
|
children: 'toolbar_background';
|
|
@@ -23153,7 +23061,7 @@ export type CraftingType = {
|
|
|
23153
23061
|
};
|
|
23154
23062
|
"toolbar_panel/toolbar_background/toolbar_stack_panel": {
|
|
23155
23063
|
type: T.STACK_PANEL;
|
|
23156
|
-
children: 'left_trigger_anchor' | 'padding_0' | 'creative_layout_toggle_panel' | 'padding_1' | '
|
|
23064
|
+
children: 'left_trigger_anchor' | 'padding_0' | 'creative_layout_toggle_panel' | 'padding_1' | 'recipe_book_layout_toggle_panel' | 'padding_2' | 'survival_layout_toggle_panel' | 'padding_3' | 'help_button_panel' | 'close_button_panel' | 'padding_4' | 'right_trigger_anchor';
|
|
23157
23065
|
};
|
|
23158
23066
|
"toolbar_panel/toolbar_background/toolbar_stack_panel/left_trigger_anchor": {
|
|
23159
23067
|
type: T.PANEL;
|
|
@@ -23179,19 +23087,11 @@ export type CraftingType = {
|
|
|
23179
23087
|
type: T.PANEL;
|
|
23180
23088
|
children: string;
|
|
23181
23089
|
};
|
|
23182
|
-
"toolbar_panel/toolbar_background/toolbar_stack_panel/
|
|
23090
|
+
"toolbar_panel/toolbar_background/toolbar_stack_panel/recipe_book_layout_toggle_panel": {
|
|
23183
23091
|
type: T.PANEL;
|
|
23184
23092
|
children: 'recipe_book_layout_toggle';
|
|
23185
23093
|
};
|
|
23186
|
-
"toolbar_panel/toolbar_background/toolbar_stack_panel/
|
|
23187
|
-
type: T.PANEL;
|
|
23188
|
-
children: string;
|
|
23189
|
-
};
|
|
23190
|
-
"toolbar_panel/toolbar_background/toolbar_stack_panel/recipe_book_layout_toggle_panel_creative": {
|
|
23191
|
-
type: T.PANEL;
|
|
23192
|
-
children: 'recipe_book_layout_toggle';
|
|
23193
|
-
};
|
|
23194
|
-
"toolbar_panel/toolbar_background/toolbar_stack_panel/recipe_book_layout_toggle_panel_creative/recipe_book_layout_toggle": {
|
|
23094
|
+
"toolbar_panel/toolbar_background/toolbar_stack_panel/recipe_book_layout_toggle_panel/recipe_book_layout_toggle": {
|
|
23195
23095
|
type: T.PANEL;
|
|
23196
23096
|
children: string;
|
|
23197
23097
|
};
|
|
@@ -23251,10 +23151,6 @@ export type CraftingType = {
|
|
|
23251
23151
|
type: T.SCREEN;
|
|
23252
23152
|
children: string;
|
|
23253
23153
|
};
|
|
23254
|
-
"recipe_book_toggle_image": {
|
|
23255
|
-
type: T.IMAGE;
|
|
23256
|
-
children: string;
|
|
23257
|
-
};
|
|
23258
23154
|
"recipe_inventory_screen_content": {
|
|
23259
23155
|
type: T.PANEL;
|
|
23260
23156
|
children: 'content_stack_panel' | 'inventory_take_progress_icon_button' | 'inventory_selected_icon_button' | 'hold_icon' | 'controller_gamepad_helpers_stack_panel' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'flying_item_renderer';
|
|
@@ -26810,6 +26706,14 @@ export type SdlTextRowType = {
|
|
|
26810
26706
|
};
|
|
26811
26707
|
export type MobEffectType = {
|
|
26812
26708
|
"effect_background": {
|
|
26709
|
+
type: T.PANEL;
|
|
26710
|
+
children: 'default_background' | 'ambient_background';
|
|
26711
|
+
};
|
|
26712
|
+
"effect_background/default_background": {
|
|
26713
|
+
type: T.IMAGE;
|
|
26714
|
+
children: string;
|
|
26715
|
+
};
|
|
26716
|
+
"effect_background/ambient_background": {
|
|
26813
26717
|
type: T.IMAGE;
|
|
26814
26718
|
children: string;
|
|
26815
26719
|
};
|
|
@@ -26850,7 +26754,7 @@ export type MobEffectType = {
|
|
|
26850
26754
|
children: 'bg' | 'name' | 'timer' | 'icon';
|
|
26851
26755
|
};
|
|
26852
26756
|
"mob_effect_grid_item/bg": {
|
|
26853
|
-
type: T.
|
|
26757
|
+
type: T.PANEL;
|
|
26854
26758
|
children: string;
|
|
26855
26759
|
};
|
|
26856
26760
|
"mob_effect_grid_item/name": {
|
|
@@ -28525,7 +28429,7 @@ export type PauseType = {
|
|
|
28525
28429
|
};
|
|
28526
28430
|
"pause_screen_content": {
|
|
28527
28431
|
type: T.PANEL;
|
|
28528
|
-
children: 'pause_screen_main_panels' | 'skin_panel' | '
|
|
28432
|
+
children: 'pause_screen_main_panels' | 'skin_panel' | 'top_right_panel' | 'gamepad_helpers' | 'keyboard_helpers' | 'debug_drawer_button_panel';
|
|
28529
28433
|
};
|
|
28530
28434
|
"pause_screen_content/pause_screen_main_panels": {
|
|
28531
28435
|
type: T.STACK_PANEL;
|
|
@@ -28535,8 +28439,8 @@ export type PauseType = {
|
|
|
28535
28439
|
type: T.PANEL;
|
|
28536
28440
|
children: string;
|
|
28537
28441
|
};
|
|
28538
|
-
"pause_screen_content/
|
|
28539
|
-
type: T.
|
|
28442
|
+
"pause_screen_content/top_right_panel": {
|
|
28443
|
+
type: T.STACK_PANEL;
|
|
28540
28444
|
children: string;
|
|
28541
28445
|
};
|
|
28542
28446
|
"pause_screen_content/gamepad_helpers": {
|
|
@@ -28547,19 +28451,35 @@ export type PauseType = {
|
|
|
28547
28451
|
type: T.PANEL;
|
|
28548
28452
|
children: string;
|
|
28549
28453
|
};
|
|
28550
|
-
"
|
|
28454
|
+
"pause_screen_content/debug_drawer_button_panel": {
|
|
28455
|
+
type: T.PANEL;
|
|
28456
|
+
children: string;
|
|
28457
|
+
};
|
|
28458
|
+
"top_right_panel": {
|
|
28459
|
+
type: T.STACK_PANEL;
|
|
28460
|
+
children: 'pause_panel' | 'friendsdrawer_button_panel';
|
|
28461
|
+
};
|
|
28462
|
+
"top_right_panel/pause_panel": {
|
|
28463
|
+
type: T.STACK_PANEL;
|
|
28464
|
+
children: string;
|
|
28465
|
+
};
|
|
28466
|
+
"top_right_panel/friendsdrawer_button_panel": {
|
|
28551
28467
|
type: T.PANEL;
|
|
28552
|
-
children:
|
|
28468
|
+
children: string;
|
|
28553
28469
|
};
|
|
28554
|
-
"friendsdrawer_button_panel
|
|
28470
|
+
"friendsdrawer_button_panel": {
|
|
28555
28471
|
type: T.PANEL;
|
|
28556
|
-
children: 'friendsdrawer_button' | '
|
|
28472
|
+
children: 'friendsdrawer_button' | 'friends_drawer_ftue_popup_wrapper';
|
|
28557
28473
|
};
|
|
28558
|
-
"friendsdrawer_button_panel/
|
|
28474
|
+
"friendsdrawer_button_panel/friendsdrawer_button": {
|
|
28559
28475
|
type: T.BUTTON;
|
|
28560
28476
|
children: string;
|
|
28561
28477
|
};
|
|
28562
|
-
"friendsdrawer_button_panel/
|
|
28478
|
+
"friendsdrawer_button_panel/friends_drawer_ftue_popup_wrapper": {
|
|
28479
|
+
type: T.PANEL;
|
|
28480
|
+
children: 'friends_drawer_ftue_popup';
|
|
28481
|
+
};
|
|
28482
|
+
"friendsdrawer_button_panel/friends_drawer_ftue_popup_wrapper/friends_drawer_ftue_popup": {
|
|
28563
28483
|
type: T.BUTTON;
|
|
28564
28484
|
children: string;
|
|
28565
28485
|
};
|
|
@@ -28703,27 +28623,31 @@ export type PauseType = {
|
|
|
28703
28623
|
type: T.IMAGE;
|
|
28704
28624
|
children: string;
|
|
28705
28625
|
};
|
|
28706
|
-
"
|
|
28626
|
+
"paused_text_panel_grey": {
|
|
28707
28627
|
type: T.IMAGE;
|
|
28708
|
-
children: '
|
|
28628
|
+
children: 'pause';
|
|
28709
28629
|
};
|
|
28710
|
-
"
|
|
28630
|
+
"paused_text_panel_grey/pause": {
|
|
28711
28631
|
type: T.LABEL;
|
|
28712
28632
|
children: string;
|
|
28713
28633
|
};
|
|
28714
|
-
"
|
|
28634
|
+
"paused_text_panel_green": {
|
|
28635
|
+
type: T.IMAGE;
|
|
28636
|
+
children: 'horizontal_stack';
|
|
28637
|
+
};
|
|
28638
|
+
"paused_text_panel_green/horizontal_stack": {
|
|
28715
28639
|
type: T.STACK_PANEL;
|
|
28716
28640
|
children: 'pause_icon' | 'fill_1' | 'pause';
|
|
28717
28641
|
};
|
|
28718
|
-
"
|
|
28642
|
+
"paused_text_panel_green/horizontal_stack/pause_icon": {
|
|
28719
28643
|
type: T.IMAGE;
|
|
28720
28644
|
children: string;
|
|
28721
28645
|
};
|
|
28722
|
-
"
|
|
28646
|
+
"paused_text_panel_green/horizontal_stack/fill_1": {
|
|
28723
28647
|
type: T.PANEL;
|
|
28724
28648
|
children: string;
|
|
28725
28649
|
};
|
|
28726
|
-
"
|
|
28650
|
+
"paused_text_panel_green/horizontal_stack/pause": {
|
|
28727
28651
|
type: T.LABEL;
|
|
28728
28652
|
children: string;
|
|
28729
28653
|
};
|
|
@@ -28751,23 +28675,43 @@ export type PauseType = {
|
|
|
28751
28675
|
type: T.IMAGE;
|
|
28752
28676
|
children: string;
|
|
28753
28677
|
};
|
|
28754
|
-
"
|
|
28678
|
+
"pause_announcement_panel_grey": {
|
|
28755
28679
|
type: T.STACK_PANEL;
|
|
28756
28680
|
children: 'horizontal_stack';
|
|
28757
28681
|
};
|
|
28758
|
-
"
|
|
28682
|
+
"pause_announcement_panel_grey/horizontal_stack": {
|
|
28759
28683
|
type: T.STACK_PANEL;
|
|
28760
28684
|
children: 'fill_1' | 'pause_text' | 'fill_2';
|
|
28761
28685
|
};
|
|
28762
|
-
"
|
|
28686
|
+
"pause_announcement_panel_grey/horizontal_stack/fill_1": {
|
|
28763
28687
|
type: T.PANEL;
|
|
28764
28688
|
children: string;
|
|
28765
28689
|
};
|
|
28766
|
-
"
|
|
28690
|
+
"pause_announcement_panel_grey/horizontal_stack/pause_text": {
|
|
28767
28691
|
type: T.IMAGE;
|
|
28768
28692
|
children: string;
|
|
28769
28693
|
};
|
|
28770
|
-
"
|
|
28694
|
+
"pause_announcement_panel_grey/horizontal_stack/fill_2": {
|
|
28695
|
+
type: T.PANEL;
|
|
28696
|
+
children: string;
|
|
28697
|
+
};
|
|
28698
|
+
"pause_announcement_panel_green": {
|
|
28699
|
+
type: T.STACK_PANEL;
|
|
28700
|
+
children: 'horizontal_stack';
|
|
28701
|
+
};
|
|
28702
|
+
"pause_announcement_panel_green/horizontal_stack": {
|
|
28703
|
+
type: T.STACK_PANEL;
|
|
28704
|
+
children: 'fill_1' | 'pause_text' | 'fill_2';
|
|
28705
|
+
};
|
|
28706
|
+
"pause_announcement_panel_green/horizontal_stack/fill_1": {
|
|
28707
|
+
type: T.PANEL;
|
|
28708
|
+
children: string;
|
|
28709
|
+
};
|
|
28710
|
+
"pause_announcement_panel_green/horizontal_stack/pause_text": {
|
|
28711
|
+
type: T.IMAGE;
|
|
28712
|
+
children: string;
|
|
28713
|
+
};
|
|
28714
|
+
"pause_announcement_panel_green/horizontal_stack/fill_2": {
|
|
28771
28715
|
type: T.PANEL;
|
|
28772
28716
|
children: string;
|
|
28773
28717
|
};
|
|
@@ -28777,7 +28721,7 @@ export type PauseType = {
|
|
|
28777
28721
|
};
|
|
28778
28722
|
"menu_background/button_panel": {
|
|
28779
28723
|
type: T.STACK_PANEL;
|
|
28780
|
-
children: 'title_image' | 'fill_1' | 'return_to_game_button' | 'return' | 'realms_stories_button_panel' | 'realms_stories' | 'buy_button' | 'buy' | 'store_button_panel' | 'store_button_panel_padding' | 'quit_button' | 'smaller_buttons' | 'pause_panel';
|
|
28724
|
+
children: 'title_image' | 'fill_1' | 'return_to_game_button' | 'return' | 'settings_button' | 'settings' | 'realms_stories_button_panel' | 'realms_stories' | 'buy_button' | 'buy' | 'store_button_panel' | 'store_button_panel_padding' | 'quit_button' | 'smaller_buttons' | 'pause_panel';
|
|
28781
28725
|
};
|
|
28782
28726
|
"menu_background/button_panel/title_image": {
|
|
28783
28727
|
type: T.PANEL;
|
|
@@ -28799,6 +28743,14 @@ export type PauseType = {
|
|
|
28799
28743
|
type: T.PANEL;
|
|
28800
28744
|
children: string;
|
|
28801
28745
|
};
|
|
28746
|
+
"menu_background/button_panel/settings_button": {
|
|
28747
|
+
type: T.BUTTON;
|
|
28748
|
+
children: string;
|
|
28749
|
+
};
|
|
28750
|
+
"menu_background/button_panel/settings": {
|
|
28751
|
+
type: T.PANEL;
|
|
28752
|
+
children: string;
|
|
28753
|
+
};
|
|
28802
28754
|
"menu_background/button_panel/realms_stories_button_panel": {
|
|
28803
28755
|
type: T.PANEL;
|
|
28804
28756
|
children: string;
|
|
@@ -29175,6 +29127,30 @@ export type PauseType = {
|
|
|
29175
29127
|
type: T.STACK_PANEL;
|
|
29176
29128
|
children: string;
|
|
29177
29129
|
};
|
|
29130
|
+
"debug_drawer_button_content": {
|
|
29131
|
+
type: T.PANEL;
|
|
29132
|
+
children: 'button_label_panel';
|
|
29133
|
+
};
|
|
29134
|
+
"debug_drawer_button_content/button_label_panel": {
|
|
29135
|
+
type: T.PANEL;
|
|
29136
|
+
children: 'button_label_text_left';
|
|
29137
|
+
};
|
|
29138
|
+
"debug_drawer_button_content/button_label_panel/button_label_text_left": {
|
|
29139
|
+
type: T.LABEL;
|
|
29140
|
+
children: string;
|
|
29141
|
+
};
|
|
29142
|
+
"debug_drawer_button_panel": {
|
|
29143
|
+
type: T.PANEL;
|
|
29144
|
+
children: 'debug_drawer_button_input';
|
|
29145
|
+
};
|
|
29146
|
+
"debug_drawer_button_panel/debug_drawer_button_input": {
|
|
29147
|
+
type: T.INPUT_PANEL;
|
|
29148
|
+
children: 'debug_drawer_button';
|
|
29149
|
+
};
|
|
29150
|
+
"debug_drawer_button_panel/debug_drawer_button_input/debug_drawer_button": {
|
|
29151
|
+
type: T.BUTTON;
|
|
29152
|
+
children: string;
|
|
29153
|
+
};
|
|
29178
29154
|
};
|
|
29179
29155
|
export type PdpType = {
|
|
29180
29156
|
"download_progress": {
|
|
@@ -29969,10 +29945,6 @@ export type PdpType = {
|
|
|
29969
29945
|
type: T.PANEL;
|
|
29970
29946
|
children: string;
|
|
29971
29947
|
};
|
|
29972
|
-
"recently_viewed_viewed_factory_object": {
|
|
29973
|
-
type: T.PANEL;
|
|
29974
|
-
children: string;
|
|
29975
|
-
};
|
|
29976
29948
|
"scrolling_content_stack": {
|
|
29977
29949
|
type: T.STACK_PANEL;
|
|
29978
29950
|
children: string;
|
|
@@ -38607,6 +38579,10 @@ export type ProgressType = {
|
|
|
38607
38579
|
type: T.SCREEN;
|
|
38608
38580
|
children: string;
|
|
38609
38581
|
};
|
|
38582
|
+
"joining_edu_server": {
|
|
38583
|
+
type: T.SCREEN;
|
|
38584
|
+
children: string;
|
|
38585
|
+
};
|
|
38610
38586
|
"world_convert_modal_progress_screen": {
|
|
38611
38587
|
type: T.SCREEN;
|
|
38612
38588
|
children: string;
|
|
@@ -38919,6 +38895,42 @@ export type ProgressType = {
|
|
|
38919
38895
|
type: T.IMAGE;
|
|
38920
38896
|
children: string;
|
|
38921
38897
|
};
|
|
38898
|
+
"server_fetch_timeout_panel": {
|
|
38899
|
+
type: T.PANEL;
|
|
38900
|
+
children: 'common_panel' | 'base_content';
|
|
38901
|
+
};
|
|
38902
|
+
"server_fetch_timeout_panel/common_panel": {
|
|
38903
|
+
type: T.PANEL;
|
|
38904
|
+
children: string;
|
|
38905
|
+
};
|
|
38906
|
+
"server_fetch_timeout_panel/base_content": {
|
|
38907
|
+
type: T.PANEL;
|
|
38908
|
+
children: 'progress_title_text' | 'progress_text' | 'edu_server_fetch_image' | 'loading_bar_panel' | 'timeout_button';
|
|
38909
|
+
};
|
|
38910
|
+
"server_fetch_timeout_panel/base_content/progress_title_text": {
|
|
38911
|
+
type: T.LABEL;
|
|
38912
|
+
children: string;
|
|
38913
|
+
};
|
|
38914
|
+
"server_fetch_timeout_panel/base_content/progress_text": {
|
|
38915
|
+
type: T.LABEL;
|
|
38916
|
+
children: string;
|
|
38917
|
+
};
|
|
38918
|
+
"server_fetch_timeout_panel/base_content/edu_server_fetch_image": {
|
|
38919
|
+
type: T.STACK_PANEL;
|
|
38920
|
+
children: string;
|
|
38921
|
+
};
|
|
38922
|
+
"server_fetch_timeout_panel/base_content/loading_bar_panel": {
|
|
38923
|
+
type: T.PANEL;
|
|
38924
|
+
children: 'progress_loading_bars';
|
|
38925
|
+
};
|
|
38926
|
+
"server_fetch_timeout_panel/base_content/loading_bar_panel/progress_loading_bars": {
|
|
38927
|
+
type: T.IMAGE;
|
|
38928
|
+
children: string;
|
|
38929
|
+
};
|
|
38930
|
+
"server_fetch_timeout_panel/base_content/timeout_button": {
|
|
38931
|
+
type: T.BUTTON;
|
|
38932
|
+
children: string;
|
|
38933
|
+
};
|
|
38922
38934
|
"world_convert_modal_progress_screen_content": {
|
|
38923
38935
|
type: T.PANEL;
|
|
38924
38936
|
children: 'mobile_data_icon' | 'title_panel_content' | 'world_modal_progress_panel' | 'popup_dialog_factory';
|
|
@@ -39037,16 +39049,36 @@ export type ProgressType = {
|
|
|
39037
39049
|
};
|
|
39038
39050
|
"edu_server_fetch_screen_content": {
|
|
39039
39051
|
type: T.PANEL;
|
|
39040
|
-
children: 'server_fetch_panel' | 'popup_dialog_factory';
|
|
39052
|
+
children: 'server_fetch_panel' | 'server_fetch_timeout_panel' | 'popup_dialog_factory';
|
|
39041
39053
|
};
|
|
39042
39054
|
"edu_server_fetch_screen_content/server_fetch_panel": {
|
|
39043
39055
|
type: T.PANEL;
|
|
39044
39056
|
children: string;
|
|
39045
39057
|
};
|
|
39058
|
+
"edu_server_fetch_screen_content/server_fetch_timeout_panel": {
|
|
39059
|
+
type: T.PANEL;
|
|
39060
|
+
children: string;
|
|
39061
|
+
};
|
|
39046
39062
|
"edu_server_fetch_screen_content/popup_dialog_factory": {
|
|
39047
39063
|
type: T.FACTORY;
|
|
39048
39064
|
children: string;
|
|
39049
39065
|
};
|
|
39066
|
+
"joining_edu_server_progress_screen_content": {
|
|
39067
|
+
type: T.PANEL;
|
|
39068
|
+
children: 'title_panel_content' | 'world_modal_progress_panel' | 'popup_dialog_factory';
|
|
39069
|
+
};
|
|
39070
|
+
"joining_edu_server_progress_screen_content/title_panel_content": {
|
|
39071
|
+
type: T.PANEL;
|
|
39072
|
+
children: string;
|
|
39073
|
+
};
|
|
39074
|
+
"joining_edu_server_progress_screen_content/world_modal_progress_panel": {
|
|
39075
|
+
type: T.PANEL;
|
|
39076
|
+
children: string;
|
|
39077
|
+
};
|
|
39078
|
+
"joining_edu_server_progress_screen_content/popup_dialog_factory": {
|
|
39079
|
+
type: T.FACTORY;
|
|
39080
|
+
children: string;
|
|
39081
|
+
};
|
|
39050
39082
|
"cloud_download_screen_content": {
|
|
39051
39083
|
type: T.PANEL;
|
|
39052
39084
|
children: 'background' | 'cloud_download_panel' | 'cloud_download_error_panel' | 'popup_dialog_factory';
|
|
@@ -40893,21 +40925,21 @@ export type RealmsSettingsType = {
|
|
|
40893
40925
|
};
|
|
40894
40926
|
"free_up_space_popup_content_stack_panel": {
|
|
40895
40927
|
type: T.STACK_PANEL;
|
|
40896
|
-
children: '
|
|
40928
|
+
children: 'free_up_space_description_label' | 'padding1' | 'free_up_space_storage_bar_panel' | 'padding2' | 'free_up_space_manual_save_list_stack_panel';
|
|
40897
40929
|
};
|
|
40898
|
-
"free_up_space_popup_content_stack_panel/
|
|
40930
|
+
"free_up_space_popup_content_stack_panel/free_up_space_description_label": {
|
|
40899
40931
|
type: T.PANEL;
|
|
40900
|
-
children:
|
|
40932
|
+
children: string;
|
|
40901
40933
|
};
|
|
40902
|
-
"free_up_space_popup_content_stack_panel/
|
|
40903
|
-
type: T.
|
|
40934
|
+
"free_up_space_popup_content_stack_panel/padding1": {
|
|
40935
|
+
type: T.PANEL;
|
|
40904
40936
|
children: string;
|
|
40905
40937
|
};
|
|
40906
|
-
"free_up_space_popup_content_stack_panel/
|
|
40907
|
-
type: T.
|
|
40938
|
+
"free_up_space_popup_content_stack_panel/free_up_space_storage_bar_panel": {
|
|
40939
|
+
type: T.PANEL;
|
|
40908
40940
|
children: string;
|
|
40909
40941
|
};
|
|
40910
|
-
"free_up_space_popup_content_stack_panel/
|
|
40942
|
+
"free_up_space_popup_content_stack_panel/padding2": {
|
|
40911
40943
|
type: T.PANEL;
|
|
40912
40944
|
children: string;
|
|
40913
40945
|
};
|
|
@@ -41775,6 +41807,10 @@ export type RealmsSettingsType = {
|
|
|
41775
41807
|
type: T.SCREEN;
|
|
41776
41808
|
children: string;
|
|
41777
41809
|
};
|
|
41810
|
+
"screen_realm_hub_saves": {
|
|
41811
|
+
type: T.SCREEN;
|
|
41812
|
+
children: string;
|
|
41813
|
+
};
|
|
41778
41814
|
};
|
|
41779
41815
|
export type RealmsAllowlistType = {
|
|
41780
41816
|
"spacing_gap": {
|
|
@@ -47153,6 +47189,10 @@ export type SettingsType = {
|
|
|
47153
47189
|
type: T.SCREEN;
|
|
47154
47190
|
children: string;
|
|
47155
47191
|
};
|
|
47192
|
+
"settings_screen_base_fullscreen": {
|
|
47193
|
+
type: T.SCREEN;
|
|
47194
|
+
children: string;
|
|
47195
|
+
};
|
|
47156
47196
|
"screen_world_create": {
|
|
47157
47197
|
type: T.SCREEN;
|
|
47158
47198
|
children: string;
|
|
@@ -47169,18 +47209,34 @@ export type SettingsType = {
|
|
|
47169
47209
|
type: T.SCREEN;
|
|
47170
47210
|
children: string;
|
|
47171
47211
|
};
|
|
47212
|
+
"screen_controls_and_settings_fullscreen": {
|
|
47213
|
+
type: T.SCREEN;
|
|
47214
|
+
children: string;
|
|
47215
|
+
};
|
|
47172
47216
|
"screen_world_controls_and_settings": {
|
|
47173
47217
|
type: T.SCREEN;
|
|
47174
47218
|
children: string;
|
|
47175
47219
|
};
|
|
47220
|
+
"screen_world_controls_and_settings_fullscreen": {
|
|
47221
|
+
type: T.SCREEN;
|
|
47222
|
+
children: string;
|
|
47223
|
+
};
|
|
47176
47224
|
"screen_realm_controls_and_settings": {
|
|
47177
47225
|
type: T.SCREEN;
|
|
47178
47226
|
children: string;
|
|
47179
47227
|
};
|
|
47228
|
+
"screen_realm_controls_and_settings_fullscreen": {
|
|
47229
|
+
type: T.SCREEN;
|
|
47230
|
+
children: string;
|
|
47231
|
+
};
|
|
47180
47232
|
"screen_realm_member_controls_and_settings": {
|
|
47181
47233
|
type: T.SCREEN;
|
|
47182
47234
|
children: string;
|
|
47183
47235
|
};
|
|
47236
|
+
"screen_realm_member_controls_and_settings_fullscreen": {
|
|
47237
|
+
type: T.SCREEN;
|
|
47238
|
+
children: string;
|
|
47239
|
+
};
|
|
47184
47240
|
"screen_realm_settings": {
|
|
47185
47241
|
type: T.SCREEN;
|
|
47186
47242
|
children: string;
|
|
@@ -47535,24 +47591,16 @@ export type SettingsType = {
|
|
|
47535
47591
|
};
|
|
47536
47592
|
"section_content_panels/general_and_controls_sections": {
|
|
47537
47593
|
type: T.STACK_PANEL;
|
|
47538
|
-
children: 'accessibility_section' | '
|
|
47594
|
+
children: 'accessibility_section' | 'keyboard_and_mouse_section' | 'controller_section' | 'touch_section' | 'party_section' | 'general_tab_section' | 'account_section' | 'global_texture_pack_section' | 'storage_management_header' | 'storage_management_section' | 'edu_cloud_storage_section' | 'creator_section' | 'video_section' | 'view_subscriptions_prerelease_section' | 'view_subscriptions_section' | 'sound_section' | 'language_section' | 'preview_section' | 'debug_section' | 'ui_debug_section' | 'edu_debug_section' | 'marketplace_debug_section' | 'gatherings_debug_section' | 'flighting_debug_section' | 'realms_debug_section' | 'automation_section' | 'discovery_debug_section' | 'how_to_play_section';
|
|
47539
47595
|
};
|
|
47540
47596
|
"section_content_panels/general_and_controls_sections/accessibility_section": {
|
|
47541
47597
|
type: T.STACK_PANEL;
|
|
47542
47598
|
children: string;
|
|
47543
47599
|
};
|
|
47544
|
-
"section_content_panels/general_and_controls_sections/accessibility_section_ore_ui": {
|
|
47545
|
-
type: T.STACK_PANEL;
|
|
47546
|
-
children: string;
|
|
47547
|
-
};
|
|
47548
47600
|
"section_content_panels/general_and_controls_sections/keyboard_and_mouse_section": {
|
|
47549
47601
|
type: T.STACK_PANEL;
|
|
47550
47602
|
children: string;
|
|
47551
47603
|
};
|
|
47552
|
-
"section_content_panels/general_and_controls_sections/keyboard_and_mouse_section_ore_ui": {
|
|
47553
|
-
type: T.STACK_PANEL;
|
|
47554
|
-
children: string;
|
|
47555
|
-
};
|
|
47556
47604
|
"section_content_panels/general_and_controls_sections/controller_section": {
|
|
47557
47605
|
type: T.STACK_PANEL;
|
|
47558
47606
|
children: string;
|
|
@@ -47569,18 +47617,10 @@ export type SettingsType = {
|
|
|
47569
47617
|
type: T.STACK_PANEL;
|
|
47570
47618
|
children: string;
|
|
47571
47619
|
};
|
|
47572
|
-
"section_content_panels/general_and_controls_sections/general_tab_section_ore_ui": {
|
|
47573
|
-
type: T.STACK_PANEL;
|
|
47574
|
-
children: string;
|
|
47575
|
-
};
|
|
47576
47620
|
"section_content_panels/general_and_controls_sections/account_section": {
|
|
47577
47621
|
type: T.STACK_PANEL;
|
|
47578
47622
|
children: string;
|
|
47579
47623
|
};
|
|
47580
|
-
"section_content_panels/general_and_controls_sections/account_section_ore_ui": {
|
|
47581
|
-
type: T.STACK_PANEL;
|
|
47582
|
-
children: string;
|
|
47583
|
-
};
|
|
47584
47624
|
"section_content_panels/general_and_controls_sections/global_texture_pack_section": {
|
|
47585
47625
|
type: T.STACK_PANEL;
|
|
47586
47626
|
children: string;
|
|
@@ -47605,10 +47645,6 @@ export type SettingsType = {
|
|
|
47605
47645
|
type: T.STACK_PANEL;
|
|
47606
47646
|
children: string;
|
|
47607
47647
|
};
|
|
47608
|
-
"section_content_panels/general_and_controls_sections/video_section_ore_ui": {
|
|
47609
|
-
type: T.STACK_PANEL;
|
|
47610
|
-
children: string;
|
|
47611
|
-
};
|
|
47612
47648
|
"section_content_panels/general_and_controls_sections/view_subscriptions_prerelease_section": {
|
|
47613
47649
|
type: T.PANEL;
|
|
47614
47650
|
children: string;
|
|
@@ -47621,18 +47657,10 @@ export type SettingsType = {
|
|
|
47621
47657
|
type: T.STACK_PANEL;
|
|
47622
47658
|
children: string;
|
|
47623
47659
|
};
|
|
47624
|
-
"section_content_panels/general_and_controls_sections/sound_section_ore_ui": {
|
|
47625
|
-
type: T.STACK_PANEL;
|
|
47626
|
-
children: string;
|
|
47627
|
-
};
|
|
47628
47660
|
"section_content_panels/general_and_controls_sections/language_section": {
|
|
47629
47661
|
type: T.STACK_PANEL;
|
|
47630
47662
|
children: string;
|
|
47631
47663
|
};
|
|
47632
|
-
"section_content_panels/general_and_controls_sections/language_section_ore_ui": {
|
|
47633
|
-
type: T.STACK_PANEL;
|
|
47634
|
-
children: string;
|
|
47635
|
-
};
|
|
47636
47664
|
"section_content_panels/general_and_controls_sections/preview_section": {
|
|
47637
47665
|
type: T.STACK_PANEL;
|
|
47638
47666
|
children: string;
|
|
@@ -47751,6 +47779,26 @@ export type ControlsSectionType = {
|
|
|
47751
47779
|
type: T.STACK_PANEL;
|
|
47752
47780
|
children: string;
|
|
47753
47781
|
};
|
|
47782
|
+
"keymapping_item_frame": {
|
|
47783
|
+
type: T.STACK_PANEL;
|
|
47784
|
+
children: 'keymap' | 'command_macro_command';
|
|
47785
|
+
};
|
|
47786
|
+
"keymapping_item_frame/keymap": {
|
|
47787
|
+
type: T.STACK_PANEL;
|
|
47788
|
+
children: string;
|
|
47789
|
+
};
|
|
47790
|
+
"keymapping_item_frame/command_macro_command": {
|
|
47791
|
+
type: T.PANEL;
|
|
47792
|
+
children: string;
|
|
47793
|
+
};
|
|
47794
|
+
"command_macro_command_textbox": {
|
|
47795
|
+
type: T.PANEL;
|
|
47796
|
+
children: 'text_box';
|
|
47797
|
+
};
|
|
47798
|
+
"command_macro_command_textbox/text_box": {
|
|
47799
|
+
type: T.EDIT_BOX;
|
|
47800
|
+
children: string;
|
|
47801
|
+
};
|
|
47754
47802
|
"keymapping_item": {
|
|
47755
47803
|
type: T.STACK_PANEL;
|
|
47756
47804
|
children: 'option_info_label_control' | 'keymapping_button_0' | 'keymapping_button_1';
|
|
@@ -47803,28 +47851,52 @@ export type ControlsSectionType = {
|
|
|
47803
47851
|
type: T.GRID;
|
|
47804
47852
|
children: string;
|
|
47805
47853
|
};
|
|
47806
|
-
"
|
|
47854
|
+
"keyboard_command_macros_grid": {
|
|
47855
|
+
type: T.STACK_PANEL;
|
|
47856
|
+
children: 'divider_before' | 'divider_before_padding' | 'command_macro_title' | 'command_macro_title_desc' | 'command_macro_title_padding' | 'command_macro_keymapping_grid' | 'divider_after' | 'divider_after_padding';
|
|
47857
|
+
};
|
|
47858
|
+
"keyboard_command_macros_grid/divider_before": {
|
|
47807
47859
|
type: T.PANEL;
|
|
47808
|
-
children:
|
|
47860
|
+
children: 'section_divider';
|
|
47809
47861
|
};
|
|
47810
|
-
"
|
|
47811
|
-
type: T.
|
|
47812
|
-
children:
|
|
47862
|
+
"keyboard_command_macros_grid/divider_before/section_divider": {
|
|
47863
|
+
type: T.IMAGE;
|
|
47864
|
+
children: string;
|
|
47813
47865
|
};
|
|
47814
|
-
"
|
|
47866
|
+
"keyboard_command_macros_grid/divider_before_padding": {
|
|
47815
47867
|
type: T.PANEL;
|
|
47816
47868
|
children: string;
|
|
47817
47869
|
};
|
|
47818
|
-
"
|
|
47870
|
+
"keyboard_command_macros_grid/command_macro_title": {
|
|
47871
|
+
type: T.LABEL;
|
|
47872
|
+
children: string;
|
|
47873
|
+
};
|
|
47874
|
+
"keyboard_command_macros_grid/command_macro_title_desc": {
|
|
47819
47875
|
type: T.LABEL;
|
|
47820
47876
|
children: string;
|
|
47821
47877
|
};
|
|
47822
|
-
"
|
|
47878
|
+
"keyboard_command_macros_grid/command_macro_title_padding": {
|
|
47823
47879
|
type: T.PANEL;
|
|
47824
47880
|
children: string;
|
|
47825
47881
|
};
|
|
47826
|
-
"
|
|
47827
|
-
type: T.
|
|
47882
|
+
"keyboard_command_macros_grid/command_macro_keymapping_grid": {
|
|
47883
|
+
type: T.GRID;
|
|
47884
|
+
children: string;
|
|
47885
|
+
};
|
|
47886
|
+
"keyboard_command_macros_grid/divider_after": {
|
|
47887
|
+
type: T.PANEL;
|
|
47888
|
+
children: 'section_divider';
|
|
47889
|
+
};
|
|
47890
|
+
"keyboard_command_macros_grid/divider_after/section_divider": {
|
|
47891
|
+
type: T.IMAGE;
|
|
47892
|
+
children: string;
|
|
47893
|
+
};
|
|
47894
|
+
"keyboard_command_macros_grid/divider_after_padding": {
|
|
47895
|
+
type: T.PANEL;
|
|
47896
|
+
children: string;
|
|
47897
|
+
};
|
|
47898
|
+
"keyboard_and_mouse_button": {
|
|
47899
|
+
type: T.PANEL;
|
|
47828
47900
|
children: string;
|
|
47829
47901
|
};
|
|
47830
47902
|
"keyboard_and_mouse_section": {
|
|
@@ -47865,7 +47937,7 @@ export type ControlsSectionType = {
|
|
|
47865
47937
|
};
|
|
47866
47938
|
"keyboard_and_mouse_section/keyboard_section": {
|
|
47867
47939
|
type: T.STACK_PANEL;
|
|
47868
|
-
children: 'option_group_label' | 'keyboard_keymapping_grid' | 'control_alt_chords_standard_keyboard_section';
|
|
47940
|
+
children: 'option_group_label' | 'keyboard_keymapping_grid' | 'control_alt_chords_standard_keyboard_section' | 'command_macros';
|
|
47869
47941
|
};
|
|
47870
47942
|
"keyboard_and_mouse_section/keyboard_section/option_group_label": {
|
|
47871
47943
|
type: T.PANEL;
|
|
@@ -47887,9 +47959,13 @@ export type ControlsSectionType = {
|
|
|
47887
47959
|
type: T.GRID;
|
|
47888
47960
|
children: string;
|
|
47889
47961
|
};
|
|
47962
|
+
"keyboard_and_mouse_section/keyboard_section/command_macros": {
|
|
47963
|
+
type: T.STACK_PANEL;
|
|
47964
|
+
children: string;
|
|
47965
|
+
};
|
|
47890
47966
|
"keyboard_and_mouse_section/full_keyboard_section": {
|
|
47891
47967
|
type: T.STACK_PANEL;
|
|
47892
|
-
children: 'option_slider_smooth_rotation_speed' | 'full_keyboard_label' | 'keyboard_full_keymapping_grid' | 'control_alt_chords_full_keyboard_section';
|
|
47968
|
+
children: 'option_slider_smooth_rotation_speed' | 'full_keyboard_label' | 'keyboard_full_keymapping_grid' | 'control_alt_chords_full_keyboard_section' | 'command_macros';
|
|
47893
47969
|
};
|
|
47894
47970
|
"keyboard_and_mouse_section/full_keyboard_section/option_slider_smooth_rotation_speed": {
|
|
47895
47971
|
type: T.PANEL;
|
|
@@ -47915,6 +47991,10 @@ export type ControlsSectionType = {
|
|
|
47915
47991
|
type: T.GRID;
|
|
47916
47992
|
children: string;
|
|
47917
47993
|
};
|
|
47994
|
+
"keyboard_and_mouse_section/full_keyboard_section/command_macros": {
|
|
47995
|
+
type: T.STACK_PANEL;
|
|
47996
|
+
children: string;
|
|
47997
|
+
};
|
|
47918
47998
|
"keyboard_and_mouse_section/reset_button": {
|
|
47919
47999
|
type: T.BUTTON;
|
|
47920
48000
|
children: string;
|
|
@@ -48209,26 +48289,6 @@ export type GeneralSectionType = {
|
|
|
48209
48289
|
type: T.PANEL;
|
|
48210
48290
|
children: string;
|
|
48211
48291
|
};
|
|
48212
|
-
"general_tab_section_ore_ui": {
|
|
48213
|
-
type: T.STACK_PANEL;
|
|
48214
|
-
children: 'spacer_0' | 'generic_label' | 'spacer_1' | 'gamepad_helper_label';
|
|
48215
|
-
};
|
|
48216
|
-
"general_tab_section_ore_ui/spacer_0": {
|
|
48217
|
-
type: T.PANEL;
|
|
48218
|
-
children: string;
|
|
48219
|
-
};
|
|
48220
|
-
"general_tab_section_ore_ui/generic_label": {
|
|
48221
|
-
type: T.LABEL;
|
|
48222
|
-
children: string;
|
|
48223
|
-
};
|
|
48224
|
-
"general_tab_section_ore_ui/spacer_1": {
|
|
48225
|
-
type: T.PANEL;
|
|
48226
|
-
children: string;
|
|
48227
|
-
};
|
|
48228
|
-
"general_tab_section_ore_ui/gamepad_helper_label": {
|
|
48229
|
-
type: T.LABEL;
|
|
48230
|
-
children: string;
|
|
48231
|
-
};
|
|
48232
48292
|
"general_tab_section": {
|
|
48233
48293
|
type: T.STACK_PANEL;
|
|
48234
48294
|
children: 'option_toggle_fail_realms_purchase_fulfillment' | 'network_label_header' | 'paddingCrossPlatform' | 'cross_platform_enabled_toggle' | 'paddingCellularData' | 'mobile_data_option_toggle' | 'paddingWebSockets' | 'websockets_enabled_toggle' | 'websocket_encryption_toggle' | 'paddingAutoUpdate' | 'auto_update_mode_dropdown' | 'paddingAutoUpdateToggle' | 'auto_update_enabled_toggle' | 'paddingGameTipsFeature' | 'tutorial_toggle' | 'tutorial_animation_toggle' | 'tutorial_restart_button' | 'paddingTrustedSkins' | 'only_allow_trusted_skins_toggle' | 'paddingFilterProfanity' | 'filter_profanity_toggle' | 'pause_label_header' | 'paddingPauseFeature' | 'pause_toggle' | 'paddingLinkEduSupport' | 'link_button' | 'paddingDividerSustainability' | 'ecomode_label_header' | 'paddingEcoMode' | 'ecomode_enabled_toggle' | 'paddingDividerTermsCreditsAttribution' | 'dividerTermsCreditsAttribution' | 'paddingDividerTermsCreditsAttributionAfter' | 'paddingTermsNConditions' | 'terms_and_conditions_link_button' | 'paddingCreditsButton' | 'credits_button' | 'paddingAttribution' | 'attribution_link_button' | 'paddingfeedback' | 'feedback_link_button' | 'paddingLicenses' | 'dividerLicenses' | 'paddingLicensesAfter' | 'paddingLicensesHeader' | 'licenses_label_header' | 'paddingLicensedContent' | 'licensed_content_link_button' | 'paddingFontLicense' | 'font_license_popup_button' | 'third_party_copyright_info_label_panel' | 'paddingSectionDividerContentLog' | 'build_info_label_panel' | 'paddingSectionDividerBuildInfo' | 'treatment_ids_label';
|
|
@@ -48485,26 +48545,6 @@ export type GeneralSectionType = {
|
|
|
48485
48545
|
type: T.LABEL;
|
|
48486
48546
|
children: string;
|
|
48487
48547
|
};
|
|
48488
|
-
"account_section_ore_ui": {
|
|
48489
|
-
type: T.STACK_PANEL;
|
|
48490
|
-
children: 'spacer_0' | 'generic_label' | 'spacer_1' | 'gamepad_helper_label';
|
|
48491
|
-
};
|
|
48492
|
-
"account_section_ore_ui/spacer_0": {
|
|
48493
|
-
type: T.PANEL;
|
|
48494
|
-
children: string;
|
|
48495
|
-
};
|
|
48496
|
-
"account_section_ore_ui/generic_label": {
|
|
48497
|
-
type: T.LABEL;
|
|
48498
|
-
children: string;
|
|
48499
|
-
};
|
|
48500
|
-
"account_section_ore_ui/spacer_1": {
|
|
48501
|
-
type: T.PANEL;
|
|
48502
|
-
children: string;
|
|
48503
|
-
};
|
|
48504
|
-
"account_section_ore_ui/gamepad_helper_label": {
|
|
48505
|
-
type: T.LABEL;
|
|
48506
|
-
children: string;
|
|
48507
|
-
};
|
|
48508
48548
|
"account_button": {
|
|
48509
48549
|
type: T.PANEL;
|
|
48510
48550
|
children: string;
|
|
@@ -49015,7 +49055,7 @@ export type GeneralSectionType = {
|
|
|
49015
49055
|
};
|
|
49016
49056
|
"creator_toggles_panel": {
|
|
49017
49057
|
type: T.STACK_PANEL;
|
|
49018
|
-
children: 'section_panel_1' | '
|
|
49058
|
+
children: 'section_panel_1' | 'primary_panel';
|
|
49019
49059
|
};
|
|
49020
49060
|
"creator_toggles_panel/section_panel_1": {
|
|
49021
49061
|
type: T.PANEL;
|
|
@@ -49025,31 +49065,19 @@ export type GeneralSectionType = {
|
|
|
49025
49065
|
type: T.IMAGE;
|
|
49026
49066
|
children: string;
|
|
49027
49067
|
};
|
|
49028
|
-
"creator_toggles_panel/
|
|
49068
|
+
"creator_toggles_panel/primary_panel": {
|
|
49029
49069
|
type: T.STACK_PANEL;
|
|
49030
|
-
children: 'content_log_section_label' | 'content_log_section_label_spacer' | '
|
|
49070
|
+
children: 'content_log_section_label' | 'content_log_section_label_spacer' | 'clipboard_setting';
|
|
49031
49071
|
};
|
|
49032
|
-
"creator_toggles_panel/
|
|
49072
|
+
"creator_toggles_panel/primary_panel/content_log_section_label": {
|
|
49033
49073
|
type: T.LABEL;
|
|
49034
49074
|
children: string;
|
|
49035
49075
|
};
|
|
49036
|
-
"creator_toggles_panel/
|
|
49076
|
+
"creator_toggles_panel/primary_panel/content_log_section_label_spacer": {
|
|
49037
49077
|
type: T.PANEL;
|
|
49038
49078
|
children: string;
|
|
49039
49079
|
};
|
|
49040
|
-
"creator_toggles_panel/
|
|
49041
|
-
type: T.PANEL;
|
|
49042
|
-
children: string;
|
|
49043
|
-
};
|
|
49044
|
-
"creator_toggles_panel/creator_setting_button": {
|
|
49045
|
-
type: T.STACK_PANEL;
|
|
49046
|
-
children: 'go_to_keybinds' | 'creator_settings_section_label_spacer';
|
|
49047
|
-
};
|
|
49048
|
-
"creator_toggles_panel/creator_setting_button/go_to_keybinds": {
|
|
49049
|
-
type: T.BUTTON;
|
|
49050
|
-
children: string;
|
|
49051
|
-
};
|
|
49052
|
-
"creator_toggles_panel/creator_setting_button/creator_settings_section_label_spacer": {
|
|
49080
|
+
"creator_toggles_panel/primary_panel/clipboard_setting": {
|
|
49053
49081
|
type: T.PANEL;
|
|
49054
49082
|
children: string;
|
|
49055
49083
|
};
|
|
@@ -49341,26 +49369,6 @@ export type GeneralSectionType = {
|
|
|
49341
49369
|
type: T.TOGGLE;
|
|
49342
49370
|
children: string;
|
|
49343
49371
|
};
|
|
49344
|
-
"video_section_ore_ui": {
|
|
49345
|
-
type: T.STACK_PANEL;
|
|
49346
|
-
children: 'spacer_0' | 'generic_label' | 'spacer_1' | 'gamepad_helper_label';
|
|
49347
|
-
};
|
|
49348
|
-
"video_section_ore_ui/spacer_0": {
|
|
49349
|
-
type: T.PANEL;
|
|
49350
|
-
children: string;
|
|
49351
|
-
};
|
|
49352
|
-
"video_section_ore_ui/generic_label": {
|
|
49353
|
-
type: T.LABEL;
|
|
49354
|
-
children: string;
|
|
49355
|
-
};
|
|
49356
|
-
"video_section_ore_ui/spacer_1": {
|
|
49357
|
-
type: T.PANEL;
|
|
49358
|
-
children: string;
|
|
49359
|
-
};
|
|
49360
|
-
"video_section_ore_ui/gamepad_helper_label": {
|
|
49361
|
-
type: T.LABEL;
|
|
49362
|
-
children: string;
|
|
49363
|
-
};
|
|
49364
49372
|
"video_menu_slider_step_progress": {
|
|
49365
49373
|
type: T.IMAGE;
|
|
49366
49374
|
children: string;
|
|
@@ -50283,7 +50291,11 @@ export type GeneralSectionType = {
|
|
|
50283
50291
|
};
|
|
50284
50292
|
"accessibility_section": {
|
|
50285
50293
|
type: T.STACK_PANEL;
|
|
50286
|
-
children: 'option_toggle0' | 'option_toggle1' | 'option_toggle2' | 'option_slider_0' | 'option_toggle3' | 'hud_text_background_opacity_slider' | 'chat_opacity_slider' | 'actionbar_text_background_opacity_slider' | 'camera_shake_toggle' | 'hide_endflash_toggle' | 'enable_dithering_blocks_toggle' | 'enable_dithering_mobs_toggle' | 'darkness_slider' | 'glint_strength_slider' | 'glint_speed_slider' | 'toast_notification_duration_options_panel' | 'chat_message_duration_options_panel' | 'gui_scale_slider' | 'gui_accessibility_scaling_toggle' | 'reset_button';
|
|
50294
|
+
children: 'option_toggle_subtitles' | 'option_toggle0' | 'option_toggle1' | 'option_toggle2' | 'option_slider_0' | 'option_toggle3' | 'hud_text_background_opacity_slider' | 'chat_opacity_slider' | 'actionbar_text_background_opacity_slider' | 'camera_shake_toggle' | 'hide_endflash_toggle' | 'enable_dithering_blocks_toggle' | 'enable_dithering_mobs_toggle' | 'darkness_slider' | 'glint_strength_slider' | 'glint_speed_slider' | 'toast_notification_duration_options_panel' | 'chat_message_duration_options_panel' | 'gui_scale_slider' | 'gui_accessibility_scaling_toggle' | 'reset_button';
|
|
50295
|
+
};
|
|
50296
|
+
"accessibility_section/option_toggle_subtitles": {
|
|
50297
|
+
type: T.PANEL;
|
|
50298
|
+
children: string;
|
|
50287
50299
|
};
|
|
50288
50300
|
"accessibility_section/option_toggle0": {
|
|
50289
50301
|
type: T.PANEL;
|
|
@@ -50409,54 +50421,10 @@ export type GeneralSectionType = {
|
|
|
50409
50421
|
type: T.BUTTON;
|
|
50410
50422
|
children: string;
|
|
50411
50423
|
};
|
|
50412
|
-
"accessibility_section_ore_ui": {
|
|
50413
|
-
type: T.STACK_PANEL;
|
|
50414
|
-
children: 'spacer_0' | 'generic_label' | 'spacer_1' | 'gamepad_helper_label' | 'accessibility_button';
|
|
50415
|
-
};
|
|
50416
|
-
"accessibility_section_ore_ui/spacer_0": {
|
|
50417
|
-
type: T.PANEL;
|
|
50418
|
-
children: string;
|
|
50419
|
-
};
|
|
50420
|
-
"accessibility_section_ore_ui/generic_label": {
|
|
50421
|
-
type: T.LABEL;
|
|
50422
|
-
children: string;
|
|
50423
|
-
};
|
|
50424
|
-
"accessibility_section_ore_ui/spacer_1": {
|
|
50425
|
-
type: T.PANEL;
|
|
50426
|
-
children: string;
|
|
50427
|
-
};
|
|
50428
|
-
"accessibility_section_ore_ui/gamepad_helper_label": {
|
|
50429
|
-
type: T.LABEL;
|
|
50430
|
-
children: string;
|
|
50431
|
-
};
|
|
50432
|
-
"accessibility_section_ore_ui/accessibility_button": {
|
|
50433
|
-
type: T.BUTTON;
|
|
50434
|
-
children: string;
|
|
50435
|
-
};
|
|
50436
50424
|
"sound_button": {
|
|
50437
50425
|
type: T.PANEL;
|
|
50438
50426
|
children: string;
|
|
50439
50427
|
};
|
|
50440
|
-
"sound_section_ore_ui": {
|
|
50441
|
-
type: T.STACK_PANEL;
|
|
50442
|
-
children: 'spacer_0' | 'generic_label' | 'spacer_1' | 'gamepad_helper_label';
|
|
50443
|
-
};
|
|
50444
|
-
"sound_section_ore_ui/spacer_0": {
|
|
50445
|
-
type: T.PANEL;
|
|
50446
|
-
children: string;
|
|
50447
|
-
};
|
|
50448
|
-
"sound_section_ore_ui/generic_label": {
|
|
50449
|
-
type: T.LABEL;
|
|
50450
|
-
children: string;
|
|
50451
|
-
};
|
|
50452
|
-
"sound_section_ore_ui/spacer_1": {
|
|
50453
|
-
type: T.PANEL;
|
|
50454
|
-
children: string;
|
|
50455
|
-
};
|
|
50456
|
-
"sound_section_ore_ui/gamepad_helper_label": {
|
|
50457
|
-
type: T.LABEL;
|
|
50458
|
-
children: string;
|
|
50459
|
-
};
|
|
50460
50428
|
"sound_section": {
|
|
50461
50429
|
type: T.STACK_PANEL;
|
|
50462
50430
|
children: 'paddingMainVolume' | 'option_slider_0' | 'paddingDividerAudioSettings' | 'dividerAudioSettings' | 'paddingMusic' | 'option_slider_1' | 'paddingSound' | 'option_slider_2' | 'paddingAmbient' | 'option_slider_3' | 'paddingBlockVolume' | 'option_slider_4' | 'paddingHostile' | 'option_slider_5' | 'paddingNeutralVolume' | 'option_slider_6' | 'paddingPlayervolume' | 'option_slider_7' | 'paddingRecordVolume' | 'option_slider_8' | 'paddingWeatherVolume' | 'option_slider_9' | 'paddingTTSVolume' | 'option_slider_10' | 'paddingResetVolumes' | 'reset_button' | 'paddingEndOfList';
|
|
@@ -50589,26 +50557,6 @@ export type GeneralSectionType = {
|
|
|
50589
50557
|
type: T.GRID;
|
|
50590
50558
|
children: string;
|
|
50591
50559
|
};
|
|
50592
|
-
"language_section_ore_ui": {
|
|
50593
|
-
type: T.STACK_PANEL;
|
|
50594
|
-
children: 'spacer_0' | 'generic_label' | 'spacer_1' | 'gamepad_helper_label';
|
|
50595
|
-
};
|
|
50596
|
-
"language_section_ore_ui/spacer_0": {
|
|
50597
|
-
type: T.PANEL;
|
|
50598
|
-
children: string;
|
|
50599
|
-
};
|
|
50600
|
-
"language_section_ore_ui/generic_label": {
|
|
50601
|
-
type: T.LABEL;
|
|
50602
|
-
children: string;
|
|
50603
|
-
};
|
|
50604
|
-
"language_section_ore_ui/spacer_1": {
|
|
50605
|
-
type: T.PANEL;
|
|
50606
|
-
children: string;
|
|
50607
|
-
};
|
|
50608
|
-
"language_section_ore_ui/gamepad_helper_label": {
|
|
50609
|
-
type: T.LABEL;
|
|
50610
|
-
children: string;
|
|
50611
|
-
};
|
|
50612
50560
|
"preview_button": {
|
|
50613
50561
|
type: T.PANEL;
|
|
50614
50562
|
children: string;
|
|
@@ -51403,7 +51351,7 @@ export type GeneralSectionType = {
|
|
|
51403
51351
|
};
|
|
51404
51352
|
"debug_section": {
|
|
51405
51353
|
type: T.STACK_PANEL;
|
|
51406
|
-
children: 'options_for_qa_convenience' | 'options_for_qa_convenience_spacer' | 'option_toggle_dev_console_button_0' | 'option_toggle_assertions_debug_break' | 'option_toggle_assertions_show_dialog' | 'option_dev_show_display_logged_error' | 'display_logged_error_panel' | 'option_dev_force_trial_mode' | 'option_dev_force_trial_mode_spacer' | 'debug_overlay_pages_label' | 'debug_overlay_button_panel' | 'pre_feature_toggles_label_spacer' | 'feature_toggles_label' | 'feature_toggles_label_spacer' | 'feature_toggles' | 'end_of_feature_toggles_label_spacer' | 'option_toggle_dev_disable_lan_signaling' | 'option_dropdown_nethernet_logging_verbosity' | 'option_dropdown_http_logging_verbosity' | 'option_dropdown_xsapi_logging_verbosity' | 'option_toggle_remote_imgui' | 'option_dropdown_0' | 'option_toggle_extra_debug_hud_info' | 'option_toggle_0_1' | 'option_toggle_0_2' | 'option_slider_0' | 'option_toggle_3' | 'option_toggle_4' | 'option_toggle_5' | 'option_toggle_6' | 'option_dropdown_server_chunk_map' | 'option_toggle_9' | 'option_toggle_disable_render_terrain' | 'option_toggle_disable_render_entities' | 'option_toggle_disable_render_blockentities' | 'option_toggle_disable_render_particles' | 'option_toggle_disable_render_sky' | 'option_toggle_disable_render_weather' | 'option_toggle_disable_render_hud' | 'option_toggle_disable_render_item_in_hand' | 'option_toggle_disable_render_main_menu_cubemap' | 'option_toggle_disable_render_main_menu_paperdoll_animation' | 'leak_memory' | 'log_area' | 'log_priority' | 'option_toggle_build_info' | 'option_perf_turtle' | 'option_default_profiling_option' | 'option_toggle_7' | 'option_toggle_8' | 'option_toggle_game_tip' | 'option_toggle_10' | 'dev_disable_client_blob_cache_toggle' | 'dev_force_client_blob_cache_toggle' | 'devquality_dropdown' | 'dev_add_http_delay_seconds' | 'dev_show_latency_graph_toggle' | 'xbox_sandbox_panel' | 'multithreaded_rendering_toggle' | 'filewatcher_rendering_toggle' | 'enable_texture_hot_reloader_toggle' | 'mock_http_panel' | 'vsync_dropdown' | 'sunsetting_use_overrides_toggle' | 'padding_sunsetting' | 'sunseting_state_toggle' | 'sunsetting_tier_dropdown' | 'padding_sunsetting_2' | 'padding1' | 'copy_internal_settings_folder_to_external' | 'padding_reset_day_one' | 'reset_new_player_flow' | 'reset_day_one_experience' | 'option_text_edit_1' | 'option_text_edit_2' | 'option_text_edit_3' | 'reset_report_timer_option' | 'reset_online_safety_option' | 'reset_ip_safety_option' | 'padding_graphics_options' | 'option_shadersdk_service_ip' | 'option_shadersdk_service_port' | 'option_shadersdk_target_port' | 'padding_graphics_buttons' | 'trigger_graphics_device_loss' | 'allocate_texture_handles' | 'padding_deferred_debug' | 'deferred_platform_override';
|
|
51354
|
+
children: 'options_for_qa_convenience' | 'options_for_qa_convenience_spacer' | 'option_toggle_dev_console_button_0' | 'option_toggle_assertions_debug_break' | 'option_toggle_assertions_show_dialog' | 'option_dev_show_display_logged_error' | 'display_logged_error_panel' | 'option_dev_force_trial_mode' | 'option_dev_force_trial_mode_spacer' | 'debug_overlay_pages_label' | 'debug_overlay_button_panel' | 'pre_feature_toggles_label_spacer' | 'feature_toggles_label' | 'feature_toggles_label_spacer' | 'feature_toggles' | 'end_of_feature_toggles_label_spacer' | 'option_toggle_dev_disable_lan_signaling' | 'option_dropdown_nethernet_logging_verbosity' | 'option_dropdown_http_logging_verbosity' | 'option_dropdown_xsapi_logging_verbosity' | 'option_toggle_remote_imgui' | 'option_dropdown_0' | 'option_toggle_extra_debug_hud_info' | 'option_toggle_show_test_running_text' | 'option_toggle_0_1' | 'option_toggle_0_2' | 'option_slider_0' | 'option_toggle_3' | 'option_toggle_4' | 'option_toggle_5' | 'option_toggle_6' | 'option_dropdown_server_chunk_map' | 'option_toggle_9' | 'option_toggle_disable_render_terrain' | 'option_toggle_disable_render_entities' | 'option_toggle_disable_render_blockentities' | 'option_toggle_disable_render_particles' | 'option_toggle_disable_render_sky' | 'option_toggle_disable_render_weather' | 'option_toggle_disable_render_hud' | 'option_toggle_disable_render_item_in_hand' | 'option_toggle_disable_render_main_menu_cubemap' | 'option_toggle_disable_render_main_menu_paperdoll_animation' | 'leak_memory' | 'log_area' | 'log_priority' | 'option_toggle_build_info' | 'option_perf_turtle' | 'option_default_profiling_option' | 'option_toggle_7' | 'option_toggle_8' | 'option_toggle_game_tip' | 'option_toggle_10' | 'dev_disable_client_blob_cache_toggle' | 'dev_force_client_blob_cache_toggle' | 'devquality_dropdown' | 'dev_add_http_delay_seconds' | 'dev_show_latency_graph_toggle' | 'xbox_sandbox_panel' | 'multithreaded_rendering_toggle' | 'filewatcher_rendering_toggle' | 'enable_texture_hot_reloader_toggle' | 'mock_http_panel' | 'vsync_dropdown' | 'sunsetting_use_overrides_toggle' | 'padding_sunsetting' | 'sunseting_state_toggle' | 'sunsetting_tier_dropdown' | 'padding_sunsetting_2' | 'padding1' | 'copy_internal_settings_folder_to_external' | 'padding_reset_day_one' | 'reset_new_player_flow' | 'reset_day_one_experience' | 'option_text_edit_1' | 'option_text_edit_2' | 'option_text_edit_3' | 'reset_authentication_option' | 'reset_report_timer_option' | 'reset_online_safety_option' | 'reset_low_ping_warning_option' | 'reset_ip_safety_option' | 'padding_graphics_options' | 'option_shadersdk_service_ip' | 'option_shadersdk_service_port' | 'option_shadersdk_target_port' | 'padding_graphics_buttons' | 'trigger_graphics_device_loss' | 'allocate_texture_handles' | 'padding_deferred_debug' | 'deferred_platform_override';
|
|
51407
51355
|
};
|
|
51408
51356
|
"debug_section/options_for_qa_convenience": {
|
|
51409
51357
|
type: T.LABEL;
|
|
@@ -51505,6 +51453,10 @@ export type GeneralSectionType = {
|
|
|
51505
51453
|
type: T.PANEL;
|
|
51506
51454
|
children: string;
|
|
51507
51455
|
};
|
|
51456
|
+
"debug_section/option_toggle_show_test_running_text": {
|
|
51457
|
+
type: T.PANEL;
|
|
51458
|
+
children: string;
|
|
51459
|
+
};
|
|
51508
51460
|
"debug_section/option_toggle_0_1": {
|
|
51509
51461
|
type: T.PANEL;
|
|
51510
51462
|
children: string;
|
|
@@ -51717,6 +51669,10 @@ export type GeneralSectionType = {
|
|
|
51717
51669
|
type: T.PANEL;
|
|
51718
51670
|
children: string;
|
|
51719
51671
|
};
|
|
51672
|
+
"debug_section/reset_authentication_option": {
|
|
51673
|
+
type: T.BUTTON;
|
|
51674
|
+
children: string;
|
|
51675
|
+
};
|
|
51720
51676
|
"debug_section/reset_report_timer_option": {
|
|
51721
51677
|
type: T.BUTTON;
|
|
51722
51678
|
children: string;
|
|
@@ -51725,6 +51681,10 @@ export type GeneralSectionType = {
|
|
|
51725
51681
|
type: T.BUTTON;
|
|
51726
51682
|
children: string;
|
|
51727
51683
|
};
|
|
51684
|
+
"debug_section/reset_low_ping_warning_option": {
|
|
51685
|
+
type: T.BUTTON;
|
|
51686
|
+
children: string;
|
|
51687
|
+
};
|
|
51728
51688
|
"debug_section/reset_ip_safety_option": {
|
|
51729
51689
|
type: T.BUTTON;
|
|
51730
51690
|
children: string;
|
|
@@ -53797,6 +53757,26 @@ export type SettingsCommonType = {
|
|
|
53797
53757
|
type: T.IMAGE;
|
|
53798
53758
|
children: string;
|
|
53799
53759
|
};
|
|
53760
|
+
"dialog_content_fullscreen": {
|
|
53761
|
+
type: T.PANEL;
|
|
53762
|
+
children: 'dialog_titles' | 'selector_area' | 'content_area' | 'section_divider';
|
|
53763
|
+
};
|
|
53764
|
+
"dialog_content_fullscreen/dialog_titles": {
|
|
53765
|
+
type: T.STACK_PANEL;
|
|
53766
|
+
children: string;
|
|
53767
|
+
};
|
|
53768
|
+
"dialog_content_fullscreen/selector_area": {
|
|
53769
|
+
type: T.PANEL;
|
|
53770
|
+
children: string;
|
|
53771
|
+
};
|
|
53772
|
+
"dialog_content_fullscreen/content_area": {
|
|
53773
|
+
type: T.PANEL;
|
|
53774
|
+
children: string;
|
|
53775
|
+
};
|
|
53776
|
+
"dialog_content_fullscreen/section_divider": {
|
|
53777
|
+
type: T.IMAGE;
|
|
53778
|
+
children: string;
|
|
53779
|
+
};
|
|
53800
53780
|
"selector_group_label": {
|
|
53801
53781
|
type: T.LABEL;
|
|
53802
53782
|
children: string;
|
|
@@ -53813,6 +53793,14 @@ export type SettingsCommonType = {
|
|
|
53813
53793
|
type: T.PANEL;
|
|
53814
53794
|
children: string;
|
|
53815
53795
|
};
|
|
53796
|
+
"selector_area_no_scroll": {
|
|
53797
|
+
type: T.PANEL;
|
|
53798
|
+
children: 'scrolling_panel';
|
|
53799
|
+
};
|
|
53800
|
+
"selector_area_no_scroll/scrolling_panel": {
|
|
53801
|
+
type: T.PANEL;
|
|
53802
|
+
children: string;
|
|
53803
|
+
};
|
|
53816
53804
|
"content_area": {
|
|
53817
53805
|
type: T.PANEL;
|
|
53818
53806
|
children: 'control';
|
|
@@ -53849,6 +53837,10 @@ export type SettingsCommonType = {
|
|
|
53849
53837
|
type: T.SCREEN;
|
|
53850
53838
|
children: string;
|
|
53851
53839
|
};
|
|
53840
|
+
"screen_base_fullscreen": {
|
|
53841
|
+
type: T.SCREEN;
|
|
53842
|
+
children: string;
|
|
53843
|
+
};
|
|
53852
53844
|
};
|
|
53853
53845
|
export type WorldSectionType = {
|
|
53854
53846
|
"selector_pane_content": {
|
|
@@ -59665,6 +59657,82 @@ export type CommonStoreType = {
|
|
|
59665
59657
|
type: T.IMAGE;
|
|
59666
59658
|
children: string;
|
|
59667
59659
|
};
|
|
59660
|
+
"badge_overlay_panel": {
|
|
59661
|
+
type: T.PANEL;
|
|
59662
|
+
children: 'top' | 'bottom';
|
|
59663
|
+
};
|
|
59664
|
+
"badge_overlay_panel/top": {
|
|
59665
|
+
type: T.STACK_PANEL;
|
|
59666
|
+
children: string;
|
|
59667
|
+
};
|
|
59668
|
+
"badge_overlay_panel/bottom": {
|
|
59669
|
+
type: T.STACK_PANEL;
|
|
59670
|
+
children: string;
|
|
59671
|
+
};
|
|
59672
|
+
"badge_overlay_stack": {
|
|
59673
|
+
type: T.STACK_PANEL;
|
|
59674
|
+
children: 'left_badge' | 'padding' | 'right_badge';
|
|
59675
|
+
};
|
|
59676
|
+
"badge_overlay_stack/left_badge": {
|
|
59677
|
+
type: T.STACK_PANEL;
|
|
59678
|
+
children: string;
|
|
59679
|
+
};
|
|
59680
|
+
"badge_overlay_stack/padding": {
|
|
59681
|
+
type: T.PANEL;
|
|
59682
|
+
children: string;
|
|
59683
|
+
};
|
|
59684
|
+
"badge_overlay_stack/right_badge": {
|
|
59685
|
+
type: T.STACK_PANEL;
|
|
59686
|
+
children: string;
|
|
59687
|
+
};
|
|
59688
|
+
"content_card_tail_image": {
|
|
59689
|
+
type: T.IMAGE;
|
|
59690
|
+
children: string;
|
|
59691
|
+
};
|
|
59692
|
+
"content_card_badge": {
|
|
59693
|
+
type: T.STACK_PANEL;
|
|
59694
|
+
children: 'leftTail' | 'background' | 'rightTail';
|
|
59695
|
+
};
|
|
59696
|
+
"content_card_badge/leftTail": {
|
|
59697
|
+
type: T.IMAGE;
|
|
59698
|
+
children: string;
|
|
59699
|
+
};
|
|
59700
|
+
"content_card_badge/background": {
|
|
59701
|
+
type: T.IMAGE;
|
|
59702
|
+
children: 'outline';
|
|
59703
|
+
};
|
|
59704
|
+
"content_card_badge/background/outline": {
|
|
59705
|
+
type: T.IMAGE;
|
|
59706
|
+
children: 'badgeStackPanel';
|
|
59707
|
+
};
|
|
59708
|
+
"content_card_badge/background/outline/badgeStackPanel": {
|
|
59709
|
+
type: T.STACK_PANEL;
|
|
59710
|
+
children: 'paddingLeft' | 'badgeIcon' | 'paddingMiddle' | 'badgeText' | 'paddingRight';
|
|
59711
|
+
};
|
|
59712
|
+
"content_card_badge/background/outline/badgeStackPanel/paddingLeft": {
|
|
59713
|
+
type: T.PANEL;
|
|
59714
|
+
children: string;
|
|
59715
|
+
};
|
|
59716
|
+
"content_card_badge/background/outline/badgeStackPanel/badgeIcon": {
|
|
59717
|
+
type: T.IMAGE;
|
|
59718
|
+
children: string;
|
|
59719
|
+
};
|
|
59720
|
+
"content_card_badge/background/outline/badgeStackPanel/paddingMiddle": {
|
|
59721
|
+
type: T.PANEL;
|
|
59722
|
+
children: string;
|
|
59723
|
+
};
|
|
59724
|
+
"content_card_badge/background/outline/badgeStackPanel/badgeText": {
|
|
59725
|
+
type: T.LABEL;
|
|
59726
|
+
children: string;
|
|
59727
|
+
};
|
|
59728
|
+
"content_card_badge/background/outline/badgeStackPanel/paddingRight": {
|
|
59729
|
+
type: T.PANEL;
|
|
59730
|
+
children: string;
|
|
59731
|
+
};
|
|
59732
|
+
"content_card_badge/rightTail": {
|
|
59733
|
+
type: T.IMAGE;
|
|
59734
|
+
children: string;
|
|
59735
|
+
};
|
|
59668
59736
|
"icon_overlay_panel": {
|
|
59669
59737
|
type: T.PANEL;
|
|
59670
59738
|
children: 'icon_overlay_position_factory';
|
|
@@ -61971,7 +62039,7 @@ export type CommonStoreType = {
|
|
|
61971
62039
|
};
|
|
61972
62040
|
"store_offer_grid_item/frame/key_art": {
|
|
61973
62041
|
type: T.IMAGE;
|
|
61974
|
-
children: 'key_art_frame' | 'csb_plus_expiration_banner';
|
|
62042
|
+
children: 'key_art_frame' | 'csb_plus_expiration_banner' | 'badge_overlay_panel';
|
|
61975
62043
|
};
|
|
61976
62044
|
"store_offer_grid_item/frame/key_art/key_art_frame": {
|
|
61977
62045
|
type: T.IMAGE;
|
|
@@ -61981,6 +62049,10 @@ export type CommonStoreType = {
|
|
|
61981
62049
|
type: T.PANEL;
|
|
61982
62050
|
children: string;
|
|
61983
62051
|
};
|
|
62052
|
+
"store_offer_grid_item/frame/key_art/badge_overlay_panel": {
|
|
62053
|
+
type: T.PANEL;
|
|
62054
|
+
children: string;
|
|
62055
|
+
};
|
|
61984
62056
|
"store_offer_grid_item/frame/progress_loading": {
|
|
61985
62057
|
type: T.PANEL;
|
|
61986
62058
|
children: string;
|
|
@@ -62193,10 +62265,6 @@ export type CommonStoreType = {
|
|
|
62193
62265
|
type: T.STACK_PANEL;
|
|
62194
62266
|
children: string;
|
|
62195
62267
|
};
|
|
62196
|
-
"recently_viewed_row_panel": {
|
|
62197
|
-
type: T.PANEL;
|
|
62198
|
-
children: string;
|
|
62199
|
-
};
|
|
62200
62268
|
"static_offer_row_panel": {
|
|
62201
62269
|
type: T.PANEL;
|
|
62202
62270
|
children: 'store_row_dropdown_panel';
|
|
@@ -71101,6 +71169,18 @@ export type CommonType = {
|
|
|
71101
71169
|
type: T.PANEL;
|
|
71102
71170
|
children: string;
|
|
71103
71171
|
};
|
|
71172
|
+
"gamepad_helper_bumpers": {
|
|
71173
|
+
type: T.PANEL;
|
|
71174
|
+
children: 'gamepad_helper_left_bumper' | 'gamepad_helper_right_bumper';
|
|
71175
|
+
};
|
|
71176
|
+
"gamepad_helper_bumpers/gamepad_helper_left_bumper": {
|
|
71177
|
+
type: T.STACK_PANEL;
|
|
71178
|
+
children: string;
|
|
71179
|
+
};
|
|
71180
|
+
"gamepad_helper_bumpers/gamepad_helper_right_bumper": {
|
|
71181
|
+
type: T.STACK_PANEL;
|
|
71182
|
+
children: string;
|
|
71183
|
+
};
|
|
71104
71184
|
"tabs_left_gamepad_helpers": {
|
|
71105
71185
|
type: T.PANEL;
|
|
71106
71186
|
children: 'gamepad_helper_left_bumper' | 'gamepad_helper_left_trigger';
|
|
@@ -71333,6 +71413,14 @@ export type CommonType = {
|
|
|
71333
71413
|
type: T.LABEL;
|
|
71334
71414
|
children: string;
|
|
71335
71415
|
};
|
|
71416
|
+
"center_fold": {
|
|
71417
|
+
type: T.INPUT_PANEL;
|
|
71418
|
+
children: 'center_bg';
|
|
71419
|
+
};
|
|
71420
|
+
"center_fold/center_bg": {
|
|
71421
|
+
type: T.IMAGE;
|
|
71422
|
+
children: string;
|
|
71423
|
+
};
|
|
71336
71424
|
"section_divider": {
|
|
71337
71425
|
type: T.STACK_PANEL;
|
|
71338
71426
|
children: 'padding1' | 'divider_parent' | 'padding2';
|
|
@@ -71661,6 +71749,54 @@ export type CommonType = {
|
|
|
71661
71749
|
type: T.FACTORY;
|
|
71662
71750
|
children: string;
|
|
71663
71751
|
};
|
|
71752
|
+
"layout_toggle_content": {
|
|
71753
|
+
type: T.PANEL;
|
|
71754
|
+
children: 'image' | 'icon';
|
|
71755
|
+
};
|
|
71756
|
+
"layout_toggle_content/image": {
|
|
71757
|
+
type: T.UNKNOWN;
|
|
71758
|
+
children: string;
|
|
71759
|
+
};
|
|
71760
|
+
"layout_toggle_content/icon": {
|
|
71761
|
+
type: T.UNKNOWN;
|
|
71762
|
+
children: string;
|
|
71763
|
+
};
|
|
71764
|
+
"layout_template_toggle": {
|
|
71765
|
+
type: T.PANEL;
|
|
71766
|
+
children: string;
|
|
71767
|
+
};
|
|
71768
|
+
"layout_toggle": {
|
|
71769
|
+
type: T.PANEL;
|
|
71770
|
+
children: string;
|
|
71771
|
+
};
|
|
71772
|
+
"creative_layout_toggle": {
|
|
71773
|
+
type: T.PANEL;
|
|
71774
|
+
children: string;
|
|
71775
|
+
};
|
|
71776
|
+
"recipe_book_layout_toggle": {
|
|
71777
|
+
type: T.PANEL;
|
|
71778
|
+
children: string;
|
|
71779
|
+
};
|
|
71780
|
+
"survival_layout_toggle": {
|
|
71781
|
+
type: T.PANEL;
|
|
71782
|
+
children: string;
|
|
71783
|
+
};
|
|
71784
|
+
"furnace_recipe_book_layout_toggle": {
|
|
71785
|
+
type: T.PANEL;
|
|
71786
|
+
children: string;
|
|
71787
|
+
};
|
|
71788
|
+
"furnace_survival_layout_toggle": {
|
|
71789
|
+
type: T.PANEL;
|
|
71790
|
+
children: string;
|
|
71791
|
+
};
|
|
71792
|
+
"crafting_root_input_panel": {
|
|
71793
|
+
type: T.INPUT_PANEL;
|
|
71794
|
+
children: string;
|
|
71795
|
+
};
|
|
71796
|
+
"toolbar_background_image": {
|
|
71797
|
+
type: T.IMAGE;
|
|
71798
|
+
children: string;
|
|
71799
|
+
};
|
|
71664
71800
|
"empty_panel_size_y_0": {
|
|
71665
71801
|
type: T.PANEL;
|
|
71666
71802
|
children: string;
|
|
@@ -72577,6 +72713,26 @@ export type CommonType = {
|
|
|
72577
72713
|
type: T.IMAGE;
|
|
72578
72714
|
children: string;
|
|
72579
72715
|
};
|
|
72716
|
+
"creative_icon": {
|
|
72717
|
+
type: T.IMAGE;
|
|
72718
|
+
children: string;
|
|
72719
|
+
};
|
|
72720
|
+
"inventory_icon": {
|
|
72721
|
+
type: T.IMAGE;
|
|
72722
|
+
children: string;
|
|
72723
|
+
};
|
|
72724
|
+
"recipe_book_icon": {
|
|
72725
|
+
type: T.IMAGE;
|
|
72726
|
+
children: string;
|
|
72727
|
+
};
|
|
72728
|
+
"tab_icon_image": {
|
|
72729
|
+
type: T.IMAGE;
|
|
72730
|
+
children: string;
|
|
72731
|
+
};
|
|
72732
|
+
"search_icon": {
|
|
72733
|
+
type: T.IMAGE;
|
|
72734
|
+
children: string;
|
|
72735
|
+
};
|
|
72580
72736
|
"service_repo_image_panel": {
|
|
72581
72737
|
type: T.PANEL;
|
|
72582
72738
|
children: 'service_repo_image' | 'progress_loading';
|