asajs 4.0.4-preview → 4.0.5-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/Function.js +73 -24
- package/dist/js/compilers/bindings/Parser.js +2 -2
- package/dist/js/components/Utils.js +2 -2
- package/dist/js/types/enums/Items.js +0 -1
- package/dist/js/types/vanilla/paths.js +32 -89
- package/dist/types/compilers/bindings/Function.d.ts +21 -7
- package/dist/types/components/AnimationKeyframe.d.ts +4 -4
- package/dist/types/components/Utils.d.ts +1 -1
- package/dist/types/types/enums/Items.d.ts +0 -1
- package/dist/types/types/properties/element/Control.d.ts +2 -1
- package/dist/types/types/vanilla/intellisense.d.ts +100 -328
- package/dist/types/types/vanilla/paths.d.ts +32 -89
- package/package.json +1 -1
|
@@ -4461,30 +4461,6 @@ export type ChatType = {
|
|
|
4461
4461
|
type: T.IMAGE;
|
|
4462
4462
|
children: string;
|
|
4463
4463
|
};
|
|
4464
|
-
"new_messages": {
|
|
4465
|
-
type: T.IMAGE;
|
|
4466
|
-
children: 'focus_border';
|
|
4467
|
-
};
|
|
4468
|
-
"new_messages/focus_border": {
|
|
4469
|
-
type: T.IMAGE;
|
|
4470
|
-
children: 'stack';
|
|
4471
|
-
};
|
|
4472
|
-
"new_messages/focus_border/stack": {
|
|
4473
|
-
type: T.STACK_PANEL;
|
|
4474
|
-
children: 'arrow_icon' | 'separator' | 'tooltip_text';
|
|
4475
|
-
};
|
|
4476
|
-
"new_messages/focus_border/stack/arrow_icon": {
|
|
4477
|
-
type: T.IMAGE;
|
|
4478
|
-
children: string;
|
|
4479
|
-
};
|
|
4480
|
-
"new_messages/focus_border/stack/separator": {
|
|
4481
|
-
type: T.PANEL;
|
|
4482
|
-
children: string;
|
|
4483
|
-
};
|
|
4484
|
-
"new_messages/focus_border/stack/tooltip_text": {
|
|
4485
|
-
type: T.LABEL;
|
|
4486
|
-
children: string;
|
|
4487
|
-
};
|
|
4488
4464
|
"small_button": {
|
|
4489
4465
|
type: T.BUTTON;
|
|
4490
4466
|
children: string;
|
|
@@ -4501,22 +4477,6 @@ export type ChatType = {
|
|
|
4501
4477
|
type: T.BUTTON;
|
|
4502
4478
|
children: string;
|
|
4503
4479
|
};
|
|
4504
|
-
"new_messages_button": {
|
|
4505
|
-
type: T.BUTTON;
|
|
4506
|
-
children: 'default' | 'pressed' | 'hover';
|
|
4507
|
-
};
|
|
4508
|
-
"new_messages_button/default": {
|
|
4509
|
-
type: T.IMAGE;
|
|
4510
|
-
children: string;
|
|
4511
|
-
};
|
|
4512
|
-
"new_messages_button/pressed": {
|
|
4513
|
-
type: T.IMAGE;
|
|
4514
|
-
children: string;
|
|
4515
|
-
};
|
|
4516
|
-
"new_messages_button/hover": {
|
|
4517
|
-
type: T.IMAGE;
|
|
4518
|
-
children: string;
|
|
4519
|
-
};
|
|
4520
4480
|
"messages_text": {
|
|
4521
4481
|
type: T.PANEL;
|
|
4522
4482
|
children: 'text';
|
|
@@ -4739,7 +4699,7 @@ export type ChatType = {
|
|
|
4739
4699
|
};
|
|
4740
4700
|
"chat_screen_content": {
|
|
4741
4701
|
type: T.PANEL;
|
|
4742
|
-
children: 'messages_panel' | 'chat_bottom_panel' | 'chat_top_panel' | '
|
|
4702
|
+
children: 'messages_panel' | 'chat_bottom_panel' | 'chat_top_panel' | 'autocomplete_commands_panel' | 'host_main_panel' | 'popup_factory';
|
|
4743
4703
|
};
|
|
4744
4704
|
"chat_screen_content/messages_panel": {
|
|
4745
4705
|
type: T.PANEL;
|
|
@@ -4753,10 +4713,6 @@ export type ChatType = {
|
|
|
4753
4713
|
type: T.IMAGE;
|
|
4754
4714
|
children: string;
|
|
4755
4715
|
};
|
|
4756
|
-
"chat_screen_content/new_messages_button": {
|
|
4757
|
-
type: T.BUTTON;
|
|
4758
|
-
children: string;
|
|
4759
|
-
};
|
|
4760
4716
|
"chat_screen_content/autocomplete_commands_panel": {
|
|
4761
4717
|
type: T.PANEL;
|
|
4762
4718
|
children: string;
|
|
@@ -24557,11 +24513,7 @@ export type InviteType = {
|
|
|
24557
24513
|
};
|
|
24558
24514
|
"scrolling_content_stack": {
|
|
24559
24515
|
type: T.STACK_PANEL;
|
|
24560
|
-
children: '
|
|
24561
|
-
};
|
|
24562
|
-
"scrolling_content_stack/invite_party_panel": {
|
|
24563
|
-
type: T.PANEL;
|
|
24564
|
-
children: string;
|
|
24516
|
+
children: 'message' | 'online_platform' | 'vertical_padding_0' | 'online_platform_friend_list_category' | 'crossplatform_disabled_panel' | 'crossplatform_disable_spacer' | 'online_cross_platform' | 'vertical_padding_1' | 'online_linked_account_friend_list_category' | 'online_xbox_live_friend_list_category' | 'offline_platform' | 'vertical_padding_2' | 'offline_platform_friend_list_category' | 'no_platform_friends' | 'offline_cross_platform' | 'vertical_padding_3' | 'offline_linked_account_friend_list_category' | 'offline_xbox_live_friend_list_category' | 'no_xbox_live_friends';
|
|
24565
24517
|
};
|
|
24566
24518
|
"scrolling_content_stack/message": {
|
|
24567
24519
|
type: T.PANEL;
|
|
@@ -24671,30 +24623,6 @@ export type InviteType = {
|
|
|
24671
24623
|
type: T.PANEL;
|
|
24672
24624
|
children: string;
|
|
24673
24625
|
};
|
|
24674
|
-
"invite_party_panel": {
|
|
24675
|
-
type: T.PANEL;
|
|
24676
|
-
children: 'frame_label' | 'frame_description' | 'our_toggle' | 'border_outline';
|
|
24677
|
-
};
|
|
24678
|
-
"invite_party_panel/frame_label": {
|
|
24679
|
-
type: T.LABEL;
|
|
24680
|
-
children: string;
|
|
24681
|
-
};
|
|
24682
|
-
"invite_party_panel/frame_description": {
|
|
24683
|
-
type: T.LABEL;
|
|
24684
|
-
children: string;
|
|
24685
|
-
};
|
|
24686
|
-
"invite_party_panel/our_toggle": {
|
|
24687
|
-
type: T.TOGGLE;
|
|
24688
|
-
children: string;
|
|
24689
|
-
};
|
|
24690
|
-
"invite_party_panel/border_outline": {
|
|
24691
|
-
type: T.IMAGE;
|
|
24692
|
-
children: string;
|
|
24693
|
-
};
|
|
24694
|
-
"friend_button_test": {
|
|
24695
|
-
type: T.TOGGLE;
|
|
24696
|
-
children: string;
|
|
24697
|
-
};
|
|
24698
24626
|
"progress_bar_and_scrolling_content_panel": {
|
|
24699
24627
|
type: T.PANEL;
|
|
24700
24628
|
children: 'progress_loading_bars' | 'invite_scrolling_area';
|
|
@@ -28455,46 +28383,18 @@ export type PauseType = {
|
|
|
28455
28383
|
type: T.BUTTON;
|
|
28456
28384
|
children: string;
|
|
28457
28385
|
};
|
|
28458
|
-
"icon_button_hover_text": {
|
|
28459
|
-
type: T.IMAGE;
|
|
28460
|
-
children: 'tooltip_text';
|
|
28461
|
-
};
|
|
28462
|
-
"icon_button_hover_text/tooltip_text": {
|
|
28463
|
-
type: T.LABEL;
|
|
28464
|
-
children: string;
|
|
28465
|
-
};
|
|
28466
|
-
"icon_button_tooltip_trigger": {
|
|
28467
|
-
type: T.BUTTON;
|
|
28468
|
-
children: 'default' | 'pressed' | 'hover';
|
|
28469
|
-
};
|
|
28470
|
-
"icon_button_tooltip_trigger/default": {
|
|
28471
|
-
type: T.PANEL;
|
|
28472
|
-
children: string;
|
|
28473
|
-
};
|
|
28474
|
-
"icon_button_tooltip_trigger/pressed": {
|
|
28475
|
-
type: T.PANEL;
|
|
28476
|
-
children: string;
|
|
28477
|
-
};
|
|
28478
|
-
"icon_button_tooltip_trigger/hover": {
|
|
28479
|
-
type: T.IMAGE;
|
|
28480
|
-
children: string;
|
|
28481
|
-
};
|
|
28482
28386
|
"feedback_button": {
|
|
28483
28387
|
type: T.BUTTON;
|
|
28484
28388
|
children: string;
|
|
28485
28389
|
};
|
|
28486
28390
|
"feedback_icon_button": {
|
|
28487
28391
|
type: T.PANEL;
|
|
28488
|
-
children: 'feedback_button'
|
|
28392
|
+
children: 'feedback_button';
|
|
28489
28393
|
};
|
|
28490
28394
|
"feedback_icon_button/feedback_button": {
|
|
28491
28395
|
type: T.BUTTON;
|
|
28492
28396
|
children: string;
|
|
28493
28397
|
};
|
|
28494
|
-
"feedback_icon_button/tooltip_trigger": {
|
|
28495
|
-
type: T.BUTTON;
|
|
28496
|
-
children: string;
|
|
28497
|
-
};
|
|
28498
28398
|
"take_screenshot_gamepad_button_content": {
|
|
28499
28399
|
type: T.PANEL;
|
|
28500
28400
|
children: 'button_y' | 'take_screenshot_icon';
|
|
@@ -28515,62 +28415,14 @@ export type PauseType = {
|
|
|
28515
28415
|
type: T.BUTTON;
|
|
28516
28416
|
children: string;
|
|
28517
28417
|
};
|
|
28518
|
-
"achievements_button_small_with_tooltip": {
|
|
28519
|
-
type: T.PANEL;
|
|
28520
|
-
children: 'button' | 'tooltip_trigger';
|
|
28521
|
-
};
|
|
28522
|
-
"achievements_button_small_with_tooltip/button": {
|
|
28523
|
-
type: T.BUTTON;
|
|
28524
|
-
children: string;
|
|
28525
|
-
};
|
|
28526
|
-
"achievements_button_small_with_tooltip/tooltip_trigger": {
|
|
28527
|
-
type: T.BUTTON;
|
|
28528
|
-
children: string;
|
|
28529
|
-
};
|
|
28530
28418
|
"settings_button_small": {
|
|
28531
28419
|
type: T.BUTTON;
|
|
28532
28420
|
children: string;
|
|
28533
28421
|
};
|
|
28534
|
-
"settings_button_small_with_tooltip": {
|
|
28535
|
-
type: T.PANEL;
|
|
28536
|
-
children: 'button' | 'tooltip_trigger';
|
|
28537
|
-
};
|
|
28538
|
-
"settings_button_small_with_tooltip/button": {
|
|
28539
|
-
type: T.BUTTON;
|
|
28540
|
-
children: string;
|
|
28541
|
-
};
|
|
28542
|
-
"settings_button_small_with_tooltip/tooltip_trigger": {
|
|
28543
|
-
type: T.BUTTON;
|
|
28544
|
-
children: string;
|
|
28545
|
-
};
|
|
28546
28422
|
"take_screenshot_button": {
|
|
28547
28423
|
type: T.BUTTON;
|
|
28548
28424
|
children: string;
|
|
28549
28425
|
};
|
|
28550
|
-
"take_screenshot_button_with_tooltip": {
|
|
28551
|
-
type: T.PANEL;
|
|
28552
|
-
children: 'button' | 'tooltip_trigger';
|
|
28553
|
-
};
|
|
28554
|
-
"take_screenshot_button_with_tooltip/button": {
|
|
28555
|
-
type: T.BUTTON;
|
|
28556
|
-
children: string;
|
|
28557
|
-
};
|
|
28558
|
-
"take_screenshot_button_with_tooltip/tooltip_trigger": {
|
|
28559
|
-
type: T.BUTTON;
|
|
28560
|
-
children: string;
|
|
28561
|
-
};
|
|
28562
|
-
"take_screenshot_gamepad_button_with_tooltip": {
|
|
28563
|
-
type: T.PANEL;
|
|
28564
|
-
children: 'button' | 'tooltip_trigger';
|
|
28565
|
-
};
|
|
28566
|
-
"take_screenshot_gamepad_button_with_tooltip/button": {
|
|
28567
|
-
type: T.BUTTON;
|
|
28568
|
-
children: string;
|
|
28569
|
-
};
|
|
28570
|
-
"take_screenshot_gamepad_button_with_tooltip/tooltip_trigger": {
|
|
28571
|
-
type: T.BUTTON;
|
|
28572
|
-
children: string;
|
|
28573
|
-
};
|
|
28574
28426
|
"pause_screen": {
|
|
28575
28427
|
type: T.SCREEN;
|
|
28576
28428
|
children: string;
|
|
@@ -28676,7 +28528,7 @@ export type PauseType = {
|
|
|
28676
28528
|
children: 'small_settings_btn';
|
|
28677
28529
|
};
|
|
28678
28530
|
"smaller_buttons_panel/stacked_column/small_settings_button/small_settings_btn": {
|
|
28679
|
-
type: T.
|
|
28531
|
+
type: T.BUTTON;
|
|
28680
28532
|
children: string;
|
|
28681
28533
|
};
|
|
28682
28534
|
"smaller_buttons_panel/stacked_column/small_settings_padding": {
|
|
@@ -28688,7 +28540,7 @@ export type PauseType = {
|
|
|
28688
28540
|
children: 'small_achievements_btn';
|
|
28689
28541
|
};
|
|
28690
28542
|
"smaller_buttons_panel/stacked_column/small_achievements_button/small_achievements_btn": {
|
|
28691
|
-
type: T.
|
|
28543
|
+
type: T.BUTTON;
|
|
28692
28544
|
children: string;
|
|
28693
28545
|
};
|
|
28694
28546
|
"smaller_buttons_panel/stacked_column/small_achievements_padding": {
|
|
@@ -28700,11 +28552,11 @@ export type PauseType = {
|
|
|
28700
28552
|
children: 'take_screenshot_button' | 'take_screenshot_gamepad_button';
|
|
28701
28553
|
};
|
|
28702
28554
|
"smaller_buttons_panel/stacked_column/take_screenshot_btn/take_screenshot_button": {
|
|
28703
|
-
type: T.
|
|
28555
|
+
type: T.BUTTON;
|
|
28704
28556
|
children: string;
|
|
28705
28557
|
};
|
|
28706
28558
|
"smaller_buttons_panel/stacked_column/take_screenshot_btn/take_screenshot_gamepad_button": {
|
|
28707
|
-
type: T.
|
|
28559
|
+
type: T.BUTTON;
|
|
28708
28560
|
children: string;
|
|
28709
28561
|
};
|
|
28710
28562
|
"smaller_buttons_panel/stacked_column/screenshot_padding": {
|
|
@@ -30591,7 +30443,7 @@ export type PdpType = {
|
|
|
30591
30443
|
};
|
|
30592
30444
|
"summary_content_left_side/full_content/top/info": {
|
|
30593
30445
|
type: T.STACK_PANEL;
|
|
30594
|
-
children: 'summary_title_and_author_panel' | 'pad_fill' | '
|
|
30446
|
+
children: 'summary_title_and_author_panel' | 'pad_fill' | 'glyph_section' | 'ratings_summary' | 'vibrant_visuals_badge_and_hover';
|
|
30595
30447
|
};
|
|
30596
30448
|
"summary_content_left_side/full_content/top/info/summary_title_and_author_panel": {
|
|
30597
30449
|
type: T.STACK_PANEL;
|
|
@@ -30601,34 +30453,42 @@ export type PdpType = {
|
|
|
30601
30453
|
type: T.PANEL;
|
|
30602
30454
|
children: string;
|
|
30603
30455
|
};
|
|
30604
|
-
"summary_content_left_side/full_content/top/info/
|
|
30605
|
-
type: T.STACK_PANEL;
|
|
30606
|
-
children: string;
|
|
30607
|
-
};
|
|
30608
|
-
"summary_content_left_side/full_content/bottom": {
|
|
30456
|
+
"summary_content_left_side/full_content/top/info/glyph_section": {
|
|
30609
30457
|
type: T.PANEL;
|
|
30610
|
-
children:
|
|
30458
|
+
children: 'glyph_section_panel';
|
|
30611
30459
|
};
|
|
30612
|
-
"
|
|
30460
|
+
"summary_content_left_side/full_content/top/info/glyph_section/glyph_section_panel": {
|
|
30613
30461
|
type: T.STACK_PANEL;
|
|
30614
30462
|
children: string;
|
|
30615
30463
|
};
|
|
30616
|
-
"ratings_summary": {
|
|
30464
|
+
"summary_content_left_side/full_content/top/info/ratings_summary": {
|
|
30617
30465
|
type: T.STACK_PANEL;
|
|
30618
30466
|
children: 'ratings_display';
|
|
30619
30467
|
};
|
|
30620
|
-
"ratings_summary/ratings_display": {
|
|
30468
|
+
"summary_content_left_side/full_content/top/info/ratings_summary/ratings_display": {
|
|
30621
30469
|
type: T.STACK_PANEL;
|
|
30622
|
-
children: '
|
|
30470
|
+
children: 'rating_stars_panel' | 'summary_rating_button';
|
|
30471
|
+
};
|
|
30472
|
+
"summary_content_left_side/full_content/top/info/ratings_summary/ratings_display/rating_stars_panel": {
|
|
30473
|
+
type: T.PANEL;
|
|
30474
|
+
children: 'rating';
|
|
30623
30475
|
};
|
|
30624
|
-
"ratings_summary/ratings_display/rating": {
|
|
30476
|
+
"summary_content_left_side/full_content/top/info/ratings_summary/ratings_display/rating_stars_panel/rating": {
|
|
30625
30477
|
type: T.PANEL;
|
|
30626
30478
|
children: string;
|
|
30627
30479
|
};
|
|
30628
|
-
"ratings_summary/ratings_display/summary_rating_button": {
|
|
30480
|
+
"summary_content_left_side/full_content/top/info/ratings_summary/ratings_display/summary_rating_button": {
|
|
30629
30481
|
type: T.BUTTON;
|
|
30630
30482
|
children: string;
|
|
30631
30483
|
};
|
|
30484
|
+
"summary_content_left_side/full_content/top/info/vibrant_visuals_badge_and_hover": {
|
|
30485
|
+
type: T.PANEL;
|
|
30486
|
+
children: string;
|
|
30487
|
+
};
|
|
30488
|
+
"summary_content_left_side/full_content/bottom": {
|
|
30489
|
+
type: T.PANEL;
|
|
30490
|
+
children: string;
|
|
30491
|
+
};
|
|
30632
30492
|
"offer_title_label": {
|
|
30633
30493
|
type: T.PANEL;
|
|
30634
30494
|
children: string;
|
|
@@ -30779,7 +30639,7 @@ export type PdpType = {
|
|
|
30779
30639
|
};
|
|
30780
30640
|
"mashup_glyph_tooltip_content": {
|
|
30781
30641
|
type: T.STACK_PANEL;
|
|
30782
|
-
children: 'mashup_text_row' | 'mashup_line_two' | '
|
|
30642
|
+
children: 'mashup_text_row' | 'mashup_line_two' | 'offset_panel';
|
|
30783
30643
|
};
|
|
30784
30644
|
"mashup_glyph_tooltip_content/mashup_text_row": {
|
|
30785
30645
|
type: T.STACK_PANEL;
|
|
@@ -30797,7 +30657,11 @@ export type PdpType = {
|
|
|
30797
30657
|
type: T.PANEL;
|
|
30798
30658
|
children: string;
|
|
30799
30659
|
};
|
|
30800
|
-
"mashup_glyph_tooltip_content/
|
|
30660
|
+
"mashup_glyph_tooltip_content/offset_panel": {
|
|
30661
|
+
type: T.PANEL;
|
|
30662
|
+
children: 'basic_vertical_glyph_section_panel';
|
|
30663
|
+
};
|
|
30664
|
+
"mashup_glyph_tooltip_content/offset_panel/basic_vertical_glyph_section_panel": {
|
|
30801
30665
|
type: T.STACK_PANEL;
|
|
30802
30666
|
children: string;
|
|
30803
30667
|
};
|
|
@@ -30821,6 +30685,38 @@ export type PdpType = {
|
|
|
30821
30685
|
type: T.STACK_PANEL;
|
|
30822
30686
|
children: string;
|
|
30823
30687
|
};
|
|
30688
|
+
"basic_vertical_glyph_section_panel": {
|
|
30689
|
+
type: T.STACK_PANEL;
|
|
30690
|
+
children: 'glyph_section_skin' | 'glyph_section_world' | 'glyph_section_resource_pack' | 'glyph_section_addon';
|
|
30691
|
+
};
|
|
30692
|
+
"basic_vertical_glyph_section_panel/glyph_section_skin": {
|
|
30693
|
+
type: T.STACK_PANEL;
|
|
30694
|
+
children: string;
|
|
30695
|
+
};
|
|
30696
|
+
"basic_vertical_glyph_section_panel/glyph_section_world": {
|
|
30697
|
+
type: T.STACK_PANEL;
|
|
30698
|
+
children: string;
|
|
30699
|
+
};
|
|
30700
|
+
"basic_vertical_glyph_section_panel/glyph_section_resource_pack": {
|
|
30701
|
+
type: T.STACK_PANEL;
|
|
30702
|
+
children: string;
|
|
30703
|
+
};
|
|
30704
|
+
"basic_vertical_glyph_section_panel/glyph_section_addon": {
|
|
30705
|
+
type: T.STACK_PANEL;
|
|
30706
|
+
children: string;
|
|
30707
|
+
};
|
|
30708
|
+
"vertical_glyph_section_panel": {
|
|
30709
|
+
type: T.STACK_PANEL;
|
|
30710
|
+
children: 'glyph_section_mashup' | 'basic_vertical_glyph_section_panel';
|
|
30711
|
+
};
|
|
30712
|
+
"vertical_glyph_section_panel/glyph_section_mashup": {
|
|
30713
|
+
type: T.STACK_PANEL;
|
|
30714
|
+
children: string;
|
|
30715
|
+
};
|
|
30716
|
+
"vertical_glyph_section_panel/basic_vertical_glyph_section_panel": {
|
|
30717
|
+
type: T.STACK_PANEL;
|
|
30718
|
+
children: string;
|
|
30719
|
+
};
|
|
30824
30720
|
"summary_text_panel": {
|
|
30825
30721
|
type: T.STACK_PANEL;
|
|
30826
30722
|
children: 'top_interact_button_stack' | 'apply_to_realm_panel' | 'in_csb_panel' | 'progress_loading_anim_panel' | 'pad_0' | 'disclaimer_panel' | 'pad_1' | 'save_share_button_panel' | 'pad_2';
|
|
@@ -38407,26 +38303,6 @@ export type ProgressType = {
|
|
|
38407
38303
|
type: T.BUTTON;
|
|
38408
38304
|
children: string;
|
|
38409
38305
|
};
|
|
38410
|
-
"modal_ok_button_panel_with_retry": {
|
|
38411
|
-
type: T.PANEL;
|
|
38412
|
-
children: 'left_ok_button' | 'center_cancel_button' | 'center_ok_button' | 'right_retry_button';
|
|
38413
|
-
};
|
|
38414
|
-
"modal_ok_button_panel_with_retry/left_ok_button": {
|
|
38415
|
-
type: T.BUTTON;
|
|
38416
|
-
children: string;
|
|
38417
|
-
};
|
|
38418
|
-
"modal_ok_button_panel_with_retry/center_cancel_button": {
|
|
38419
|
-
type: T.BUTTON;
|
|
38420
|
-
children: string;
|
|
38421
|
-
};
|
|
38422
|
-
"modal_ok_button_panel_with_retry/center_ok_button": {
|
|
38423
|
-
type: T.BUTTON;
|
|
38424
|
-
children: string;
|
|
38425
|
-
};
|
|
38426
|
-
"modal_ok_button_panel_with_retry/right_retry_button": {
|
|
38427
|
-
type: T.BUTTON;
|
|
38428
|
-
children: string;
|
|
38429
|
-
};
|
|
38430
38306
|
"gamepad_helpers": {
|
|
38431
38307
|
type: T.PANEL;
|
|
38432
38308
|
children: 'gamepad_helper_a';
|
|
@@ -38753,69 +38629,49 @@ export type ProgressType = {
|
|
|
38753
38629
|
};
|
|
38754
38630
|
"world_modal_progress_panel": {
|
|
38755
38631
|
type: T.PANEL;
|
|
38756
|
-
children: 'common_panel' | '
|
|
38632
|
+
children: 'common_panel' | 'base_content' | 'inside_content';
|
|
38757
38633
|
};
|
|
38758
38634
|
"world_modal_progress_panel/common_panel": {
|
|
38759
38635
|
type: T.PANEL;
|
|
38760
38636
|
children: string;
|
|
38761
38637
|
};
|
|
38762
|
-
"world_modal_progress_panel/
|
|
38763
|
-
type: T.PANEL;
|
|
38764
|
-
children: 'base_content' | 'inside_content';
|
|
38765
|
-
};
|
|
38766
|
-
"world_modal_progress_panel/content_wrapper/base_content": {
|
|
38767
|
-
type: T.STACK_PANEL;
|
|
38768
|
-
children: 'vertical_title_padding' | 'title_text_panel' | 'vertical_text_padding' | 'progress_text_panel';
|
|
38769
|
-
};
|
|
38770
|
-
"world_modal_progress_panel/content_wrapper/base_content/vertical_title_padding": {
|
|
38771
|
-
type: T.PANEL;
|
|
38772
|
-
children: string;
|
|
38773
|
-
};
|
|
38774
|
-
"world_modal_progress_panel/content_wrapper/base_content/title_text_panel": {
|
|
38638
|
+
"world_modal_progress_panel/base_content": {
|
|
38775
38639
|
type: T.PANEL;
|
|
38776
|
-
children: 'progress_title_text';
|
|
38640
|
+
children: 'progress_title_text' | 'progress_bar_text';
|
|
38777
38641
|
};
|
|
38778
|
-
"world_modal_progress_panel/
|
|
38642
|
+
"world_modal_progress_panel/base_content/progress_title_text": {
|
|
38779
38643
|
type: T.LABEL;
|
|
38780
38644
|
children: string;
|
|
38781
38645
|
};
|
|
38782
|
-
"world_modal_progress_panel/
|
|
38783
|
-
type: T.PANEL;
|
|
38784
|
-
children: string;
|
|
38785
|
-
};
|
|
38786
|
-
"world_modal_progress_panel/content_wrapper/base_content/progress_text_panel": {
|
|
38787
|
-
type: T.PANEL;
|
|
38788
|
-
children: 'progress_bar_text';
|
|
38789
|
-
};
|
|
38790
|
-
"world_modal_progress_panel/content_wrapper/base_content/progress_text_panel/progress_bar_text": {
|
|
38646
|
+
"world_modal_progress_panel/base_content/progress_bar_text": {
|
|
38791
38647
|
type: T.LABEL;
|
|
38792
38648
|
children: string;
|
|
38793
38649
|
};
|
|
38794
|
-
"world_modal_progress_panel/
|
|
38650
|
+
"world_modal_progress_panel/inside_content": {
|
|
38795
38651
|
type: T.STACK_PANEL;
|
|
38796
38652
|
children: 'loading_bar_panel' | 'vertical_padding' | 'modal_button_panel' | 'vertical_padding_2';
|
|
38797
38653
|
};
|
|
38798
|
-
"world_modal_progress_panel/
|
|
38654
|
+
"world_modal_progress_panel/inside_content/loading_bar_panel": {
|
|
38799
38655
|
type: T.PANEL;
|
|
38800
38656
|
children: 'fancy_progress_loading_bars' | 'progress_loading_bars';
|
|
38801
38657
|
};
|
|
38802
|
-
"world_modal_progress_panel/
|
|
38658
|
+
"world_modal_progress_panel/inside_content/loading_bar_panel/fancy_progress_loading_bars": {
|
|
38803
38659
|
type: T.PANEL;
|
|
38804
38660
|
children: string;
|
|
38805
38661
|
};
|
|
38806
|
-
"world_modal_progress_panel/
|
|
38662
|
+
"world_modal_progress_panel/inside_content/loading_bar_panel/progress_loading_bars": {
|
|
38807
38663
|
type: T.IMAGE;
|
|
38808
38664
|
children: string;
|
|
38809
38665
|
};
|
|
38810
|
-
"world_modal_progress_panel/
|
|
38666
|
+
"world_modal_progress_panel/inside_content/vertical_padding": {
|
|
38811
38667
|
type: T.PANEL;
|
|
38812
38668
|
children: string;
|
|
38813
38669
|
};
|
|
38814
|
-
"world_modal_progress_panel/
|
|
38670
|
+
"world_modal_progress_panel/inside_content/modal_button_panel": {
|
|
38815
38671
|
type: T.UNKNOWN;
|
|
38816
38672
|
children: string;
|
|
38817
38673
|
};
|
|
38818
|
-
"world_modal_progress_panel/
|
|
38674
|
+
"world_modal_progress_panel/inside_content/vertical_padding_2": {
|
|
38819
38675
|
type: T.PANEL;
|
|
38820
38676
|
children: string;
|
|
38821
38677
|
};
|
|
@@ -48435,7 +48291,7 @@ export type GeneralSectionType = {
|
|
|
48435
48291
|
};
|
|
48436
48292
|
"general_tab_section": {
|
|
48437
48293
|
type: T.STACK_PANEL;
|
|
48438
|
-
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' | '
|
|
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';
|
|
48439
48295
|
};
|
|
48440
48296
|
"general_tab_section/option_toggle_fail_realms_purchase_fulfillment": {
|
|
48441
48297
|
type: T.PANEL;
|
|
@@ -48537,10 +48393,6 @@ export type GeneralSectionType = {
|
|
|
48537
48393
|
type: T.PANEL;
|
|
48538
48394
|
children: string;
|
|
48539
48395
|
};
|
|
48540
|
-
"general_tab_section/pause_menu_on_focus_lost": {
|
|
48541
|
-
type: T.PANEL;
|
|
48542
|
-
children: string;
|
|
48543
|
-
};
|
|
48544
48396
|
"general_tab_section/paddingLinkEduSupport": {
|
|
48545
48397
|
type: T.PANEL;
|
|
48546
48398
|
children: string;
|
|
@@ -49293,34 +49145,6 @@ export type GeneralSectionType = {
|
|
|
49293
49145
|
type: T.PANEL;
|
|
49294
49146
|
children: string;
|
|
49295
49147
|
};
|
|
49296
|
-
"editor_toggles_panel": {
|
|
49297
|
-
type: T.STACK_PANEL;
|
|
49298
|
-
children: 'section_panel_1' | 'primary_panel';
|
|
49299
|
-
};
|
|
49300
|
-
"editor_toggles_panel/section_panel_1": {
|
|
49301
|
-
type: T.PANEL;
|
|
49302
|
-
children: 'section_divider';
|
|
49303
|
-
};
|
|
49304
|
-
"editor_toggles_panel/section_panel_1/section_divider": {
|
|
49305
|
-
type: T.IMAGE;
|
|
49306
|
-
children: string;
|
|
49307
|
-
};
|
|
49308
|
-
"editor_toggles_panel/primary_panel": {
|
|
49309
|
-
type: T.STACK_PANEL;
|
|
49310
|
-
children: 'content_log_section_label' | 'content_log_section_label_spacer' | 'clipboard_setting';
|
|
49311
|
-
};
|
|
49312
|
-
"editor_toggles_panel/primary_panel/content_log_section_label": {
|
|
49313
|
-
type: T.LABEL;
|
|
49314
|
-
children: string;
|
|
49315
|
-
};
|
|
49316
|
-
"editor_toggles_panel/primary_panel/content_log_section_label_spacer": {
|
|
49317
|
-
type: T.PANEL;
|
|
49318
|
-
children: string;
|
|
49319
|
-
};
|
|
49320
|
-
"editor_toggles_panel/primary_panel/clipboard_setting": {
|
|
49321
|
-
type: T.PANEL;
|
|
49322
|
-
children: string;
|
|
49323
|
-
};
|
|
49324
49148
|
"diagnostics_toggles_panel": {
|
|
49325
49149
|
type: T.STACK_PANEL;
|
|
49326
49150
|
children: 'section_panel_1' | 'primary_panel';
|
|
@@ -49507,7 +49331,7 @@ export type GeneralSectionType = {
|
|
|
49507
49331
|
};
|
|
49508
49332
|
"creator_section": {
|
|
49509
49333
|
type: T.STACK_PANEL;
|
|
49510
|
-
children: 'editor_toggle' | 'creator_toggles' | 'debugger_toggles_panel' | 'diagnostics_toggle_panel' | 'watchdog_toggles_panel' | '
|
|
49334
|
+
children: 'editor_toggle' | 'creator_toggles' | 'debugger_toggles_panel' | 'diagnostics_toggle_panel' | 'watchdog_toggles_panel' | 'device_info_toggles_panel' | 'content_log_panel';
|
|
49511
49335
|
};
|
|
49512
49336
|
"creator_section/editor_toggle": {
|
|
49513
49337
|
type: T.STACK_PANEL;
|
|
@@ -49529,10 +49353,6 @@ export type GeneralSectionType = {
|
|
|
49529
49353
|
type: T.STACK_PANEL;
|
|
49530
49354
|
children: string;
|
|
49531
49355
|
};
|
|
49532
|
-
"creator_section/editor_toggles_panel": {
|
|
49533
|
-
type: T.STACK_PANEL;
|
|
49534
|
-
children: string;
|
|
49535
|
-
};
|
|
49536
49356
|
"creator_section/device_info_toggles_panel": {
|
|
49537
49357
|
type: T.STACK_PANEL;
|
|
49538
49358
|
children: string;
|
|
@@ -49587,7 +49407,7 @@ export type GeneralSectionType = {
|
|
|
49587
49407
|
};
|
|
49588
49408
|
"video_section": {
|
|
49589
49409
|
type: T.STACK_PANEL;
|
|
49590
|
-
children: 'advanced_graphics_options_panel' | 'spacer_1' | 'graphics_api_dropdown' | 'raytracing_render_distance_slider' | 'deferred_render_distance_slider' | 'render_distance_slider' | 'render_distance_warning_text' | 'spacer_2' | 'brightness_slider' | 'spacer_3' | 'perspective_dropdown' | 'spacer_4' | 'fullscreen_toggle' | 'spacer_5' | 'option_toggle_hidehand' | 'spacer_6' | 'hide_paperdoll_toggle' | 'spacer_7' | 'option_toggle_hidehud' | 'spacer_8' | 'option_toggle_screen_animations' | 'spacer_9' | 'hud_opacity_slider' | 'spacer_10' | 'splitscreen_hud_opacity_slider' | 'spacer_11' | 'setup_safe_zone' | 'spacer_12' | 'fov_slider' | 'spacer_13' | 'split_screen_dropdown' | 'spacer_14' | 'auto_save_icon_toggle' | 'spacer_15' | 'outline_selection_toggle' | 'spacer_16' | 'player_names_toggle' | 'spacer_17' | 'splitscreen_player_names_toggle' | 'spacer_18' | 'view_bobbing_toggle' | 'spacer_19' | 'camera_shake_toggle' | 'spacer_20' | 'fancy_leaves_toggle' | 'spacer_21' | 'fancy_bubbles_toggle' | 'spacer_22' | 'render_clouds_toggle' | 'spacer_23' | 'fancy_clouds_toggle' | 'spacer_24' | 'smooth_lighting_toggle' | 'spacer_25' | 'rendering_profile_option_slider' | 'field_of_view_toggle' | 'spacer_26' | 'damage_bob_option_slider' | 'spacer_26.5' | 'super_fancy_panel' | 'ui_profile_dropdown' | 'spacer_27' | 'gui_scale_slider' | 'spacer_28' | 'gui_accessibility_scaling_toggle' | 'spacer_29' | 'option_toggle_improved_input_response' | 'spacer_30' | 'frame_pacing_toggle' | 'spacer_31' | 'graphics_mode_switch_toggle' | 'spacer_32' | 'upscaling_toggle' | 'spacer_33' | 'max_framerate_slider' | 'spacer_34' | 'msaa_slider' | 'spacer_35' | 'texel_anti_aliasing_toggle' | 'spacer_36' | '
|
|
49410
|
+
children: 'advanced_graphics_options_panel' | 'spacer_1' | 'graphics_api_dropdown' | 'raytracing_render_distance_slider' | 'deferred_render_distance_slider' | 'render_distance_slider' | 'render_distance_warning_text' | 'spacer_2' | 'brightness_slider' | 'spacer_3' | 'perspective_dropdown' | 'spacer_4' | 'fullscreen_toggle' | 'spacer_5' | 'option_toggle_hidehand' | 'spacer_6' | 'hide_paperdoll_toggle' | 'spacer_7' | 'option_toggle_hidehud' | 'spacer_8' | 'option_toggle_screen_animations' | 'spacer_9' | 'hud_opacity_slider' | 'spacer_10' | 'splitscreen_hud_opacity_slider' | 'spacer_11' | 'setup_safe_zone' | 'spacer_12' | 'fov_slider' | 'spacer_13' | 'split_screen_dropdown' | 'spacer_14' | 'auto_save_icon_toggle' | 'spacer_15' | 'outline_selection_toggle' | 'spacer_16' | 'player_names_toggle' | 'spacer_17' | 'splitscreen_player_names_toggle' | 'spacer_18' | 'view_bobbing_toggle' | 'spacer_19' | 'camera_shake_toggle' | 'spacer_20' | 'fancy_leaves_toggle' | 'spacer_21' | 'fancy_bubbles_toggle' | 'spacer_22' | 'render_clouds_toggle' | 'spacer_23' | 'fancy_clouds_toggle' | 'spacer_24' | 'smooth_lighting_toggle' | 'spacer_25' | 'rendering_profile_option_slider' | 'field_of_view_toggle' | 'spacer_26' | 'damage_bob_option_slider' | 'spacer_26.5' | 'super_fancy_panel' | 'ui_profile_dropdown' | 'spacer_27' | 'gui_scale_slider' | 'spacer_28' | 'gui_accessibility_scaling_toggle' | 'spacer_29' | 'option_toggle_improved_input_response' | 'spacer_30' | 'frame_pacing_toggle' | 'spacer_31' | 'graphics_mode_switch_toggle' | 'spacer_32' | 'upscaling_toggle' | 'spacer_33' | 'max_framerate_slider' | 'spacer_34' | 'msaa_slider' | 'spacer_35' | 'texel_anti_aliasing_toggle' | 'spacer_36' | 'reset_button';
|
|
49591
49411
|
};
|
|
49592
49412
|
"video_section/advanced_graphics_options_panel": {
|
|
49593
49413
|
type: T.STACK_PANEL;
|
|
@@ -49997,14 +49817,6 @@ export type GeneralSectionType = {
|
|
|
49997
49817
|
type: T.PANEL;
|
|
49998
49818
|
children: string;
|
|
49999
49819
|
};
|
|
50000
|
-
"video_section/texture_streaming_toggle": {
|
|
50001
|
-
type: T.PANEL;
|
|
50002
|
-
children: string;
|
|
50003
|
-
};
|
|
50004
|
-
"video_section/spacer_37": {
|
|
50005
|
-
type: T.PANEL;
|
|
50006
|
-
children: string;
|
|
50007
|
-
};
|
|
50008
49820
|
"video_section/reset_button": {
|
|
50009
49821
|
type: T.BUTTON;
|
|
50010
49822
|
children: string;
|
|
@@ -50983,7 +50795,7 @@ export type GeneralSectionType = {
|
|
|
50983
50795
|
};
|
|
50984
50796
|
"debug_override_treatments_panel/override_treatments_panel_background": {
|
|
50985
50797
|
type: T.STACK_PANEL;
|
|
50986
|
-
children: 'option_toggle_treatment_override' | 'spacer_0' | 'override_treatment_options_panel' | 'treatments_label_panel' | 'treatment_grid' | 'unused_treatments_label_panel' | 'unused_treatment_grid' | 'spacer_1';
|
|
50798
|
+
children: 'option_toggle_treatment_override' | 'spacer_0' | 'override_treatment_options_panel' | 'treatments_label_panel' | 'progress_spinner_1' | 'treatment_grid' | 'unused_treatments_label_panel' | 'progress_spinner_2' | 'unused_treatment_grid' | 'spacer_1';
|
|
50987
50799
|
};
|
|
50988
50800
|
"debug_override_treatments_panel/override_treatments_panel_background/option_toggle_treatment_override": {
|
|
50989
50801
|
type: T.PANEL;
|
|
@@ -51037,6 +50849,14 @@ export type GeneralSectionType = {
|
|
|
51037
50849
|
type: T.LABEL;
|
|
51038
50850
|
children: string;
|
|
51039
50851
|
};
|
|
50852
|
+
"debug_override_treatments_panel/override_treatments_panel_background/progress_spinner_1": {
|
|
50853
|
+
type: T.PANEL;
|
|
50854
|
+
children: 'progress_loading_spinner_1';
|
|
50855
|
+
};
|
|
50856
|
+
"debug_override_treatments_panel/override_treatments_panel_background/progress_spinner_1/progress_loading_spinner_1": {
|
|
50857
|
+
type: T.IMAGE;
|
|
50858
|
+
children: string;
|
|
50859
|
+
};
|
|
51040
50860
|
"debug_override_treatments_panel/override_treatments_panel_background/treatment_grid": {
|
|
51041
50861
|
type: T.GRID;
|
|
51042
50862
|
children: string;
|
|
@@ -51049,6 +50869,14 @@ export type GeneralSectionType = {
|
|
|
51049
50869
|
type: T.LABEL;
|
|
51050
50870
|
children: string;
|
|
51051
50871
|
};
|
|
50872
|
+
"debug_override_treatments_panel/override_treatments_panel_background/progress_spinner_2": {
|
|
50873
|
+
type: T.PANEL;
|
|
50874
|
+
children: 'progress_loading_spinner_2';
|
|
50875
|
+
};
|
|
50876
|
+
"debug_override_treatments_panel/override_treatments_panel_background/progress_spinner_2/progress_loading_spinner_2": {
|
|
50877
|
+
type: T.IMAGE;
|
|
50878
|
+
children: string;
|
|
50879
|
+
};
|
|
51052
50880
|
"debug_override_treatments_panel/override_treatments_panel_background/unused_treatment_grid": {
|
|
51053
50881
|
type: T.GRID;
|
|
51054
50882
|
children: string;
|
|
@@ -51523,7 +51351,7 @@ export type GeneralSectionType = {
|
|
|
51523
51351
|
};
|
|
51524
51352
|
"debug_section": {
|
|
51525
51353
|
type: T.STACK_PANEL;
|
|
51526
|
-
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' | '
|
|
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';
|
|
51527
51355
|
};
|
|
51528
51356
|
"debug_section/options_for_qa_convenience": {
|
|
51529
51357
|
type: T.LABEL;
|
|
@@ -51853,10 +51681,6 @@ export type GeneralSectionType = {
|
|
|
51853
51681
|
type: T.BUTTON;
|
|
51854
51682
|
children: string;
|
|
51855
51683
|
};
|
|
51856
|
-
"debug_section/reset_show_hardcore_warning_option": {
|
|
51857
|
-
type: T.BUTTON;
|
|
51858
|
-
children: string;
|
|
51859
|
-
};
|
|
51860
51684
|
"debug_section/reset_low_ping_warning_option": {
|
|
51861
51685
|
type: T.BUTTON;
|
|
51862
51686
|
children: string;
|
|
@@ -52243,7 +52067,7 @@ export type GeneralSectionType = {
|
|
|
52243
52067
|
};
|
|
52244
52068
|
"ui_debug_section": {
|
|
52245
52069
|
type: T.STACK_PANEL;
|
|
52246
|
-
children: 'ui_feature_toggles_label' | 'ui_feature_toggles_info_label' | 'ui_feature_toggles_label_spacer' | 'ui_feature_toggles' | 'end_of_ui_feature_toggles_label_divider' | 'end_of_ui_feature_toggles_label_divider_spacer' | 'end_of_ui_feature_toggles_label_spacer' | 'screen_override_label' | 'screen_override_info_label' | 'screen_override_label_spacer' | 'new_edu_create_world_screen_radio_label' | 'new_edu_create_world_screen_radio_label_spacer' | 'new_edu_create_world_screen_radio_button' | 'new_edu_create_world_screen_radio_button_spacer' | 'new_play_screen_radio_label' | 'new_play_screen_radio_label_spacer' | 'new_play_screen_radio_button' | 'new_play_screen_radio_button_spacer' | 'new_edit_world_screen_radio_label' | 'new_edit_world_screen_radio_label_spacer' | 'new_edit_world_screen_radio_button' | 'new_edit_world_screen_radio_button_spacer' | 'new_send_invites_radio_label' | 'new_send_invites_screen_radio_label_spacer' | 'new_send_invites_screen_radio_button' | 'new_send_invites_screen_radio_button_spacer' | 'new_death_screen_radio_label' | 'new_death_screen_radio_label_spacer' | 'new_death_screen_radio_button' | 'new_death_screen_radio_button_spacer' | 'new_bed_screen_radio_label' | 'new_bed_screen_radio_label_spacer' | 'new_bed_screen_radio_button' | 'new_bed_screen_radio_button_spacer' | 'ore_ui_gameplay_ui_radio_label' | 'ore_ui_gameplay_ui_radio_label_spacer' | 'ore_ui_gameplay_ui_radio_button' | 'ore_ui_gameplay_ui_radio_button_spacer' | 'end_of_ui_screen_override_divider' | 'end_of_ui_sceen_override_divider_spacer' | 'new_settings_screen_radio_label' | 'new_settings_screen_radio_label_spacer' | 'new_settings_screen_radio_button' | 'new_settings_screen_radio_button_spacer' | 'screen_opt_in_options_label' | 'screen_opt_in_info_label' | 'screen_opt_in_options_label_spacer' | 'end_of_ui_screen_opt_in_divider' | 'end_of_ui_sceen_opt_in_divider_spacer' | 'other_ui_options_label' | 'other_ui_options_label_spacer' | 'option_toggle_default_font_override' | 'option_toggle_dev_show_tcui_replacement' | 'option_toggle_use_mobile_data_blocked_modal' | 'ui_feature_toggles_spacer' | 'option_show_touch_control_selection_screen' | 'option_reset_on_start' | '
|
|
52070
|
+
children: 'ui_feature_toggles_label' | 'ui_feature_toggles_info_label' | 'ui_feature_toggles_label_spacer' | 'ui_feature_toggles' | 'end_of_ui_feature_toggles_label_divider' | 'end_of_ui_feature_toggles_label_divider_spacer' | 'end_of_ui_feature_toggles_label_spacer' | 'screen_override_label' | 'screen_override_info_label' | 'screen_override_label_spacer' | 'new_edu_create_world_screen_radio_label' | 'new_edu_create_world_screen_radio_label_spacer' | 'new_edu_create_world_screen_radio_button' | 'new_edu_create_world_screen_radio_button_spacer' | 'new_play_screen_radio_label' | 'new_play_screen_radio_label_spacer' | 'new_play_screen_radio_button' | 'new_play_screen_radio_button_spacer' | 'new_edit_world_screen_radio_label' | 'new_edit_world_screen_radio_label_spacer' | 'new_edit_world_screen_radio_button' | 'new_edit_world_screen_radio_button_spacer' | 'new_send_invites_radio_label' | 'new_send_invites_screen_radio_label_spacer' | 'new_send_invites_screen_radio_button' | 'new_send_invites_screen_radio_button_spacer' | 'new_death_screen_radio_label' | 'new_death_screen_radio_label_spacer' | 'new_death_screen_radio_button' | 'new_death_screen_radio_button_spacer' | 'new_bed_screen_radio_label' | 'new_bed_screen_radio_label_spacer' | 'new_bed_screen_radio_button' | 'new_bed_screen_radio_button_spacer' | 'ore_ui_gameplay_ui_radio_label' | 'ore_ui_gameplay_ui_radio_label_spacer' | 'ore_ui_gameplay_ui_radio_button' | 'ore_ui_gameplay_ui_radio_button_spacer' | 'end_of_ui_screen_override_divider' | 'end_of_ui_sceen_override_divider_spacer' | 'new_settings_screen_radio_label' | 'new_settings_screen_radio_label_spacer' | 'new_settings_screen_radio_button' | 'new_settings_screen_radio_button_spacer' | 'screen_opt_in_options_label' | 'screen_opt_in_info_label' | 'screen_opt_in_options_label_spacer' | 'end_of_ui_screen_opt_in_divider' | 'end_of_ui_sceen_opt_in_divider_spacer' | 'other_ui_options_label' | 'other_ui_options_label_spacer' | 'option_toggle_default_font_override' | 'option_toggle_dev_show_tcui_replacement' | 'option_toggle_use_mobile_data_blocked_modal' | 'ui_feature_toggles_spacer' | 'option_show_touch_control_selection_screen' | 'option_reset_on_start' | 'option_slider_drag_dwell' | 'option_slider_stack_splitting' | 'reset_render_distance_warning_modal_label' | 'reset_render_distance_warning_modal_label_spacer' | 'reset_render_distance_warning_modal' | 'reset_render_distance_warning_modal_spacer' | 'ore_ui_developer_pages_divider' | 'ore_ui_developer_pages_spacer' | 'open_ore_ui_label' | 'open_ore_ui_info_label' | 'open_ore_ui_label_spacer' | 'open_ore_ui_docs' | 'open_ore_ui_tests' | 'open_ore_ui_perf' | 'open_ore_ui_test_modal' | 'open_ore_ui_tests_spacer';
|
|
52247
52071
|
};
|
|
52248
52072
|
"ui_debug_section/ui_feature_toggles_label": {
|
|
52249
52073
|
type: T.LABEL;
|
|
@@ -52485,54 +52309,6 @@ export type GeneralSectionType = {
|
|
|
52485
52309
|
type: T.PANEL;
|
|
52486
52310
|
children: string;
|
|
52487
52311
|
};
|
|
52488
|
-
"ui_debug_section/end_of_other_options_divider": {
|
|
52489
|
-
type: T.PANEL;
|
|
52490
|
-
children: 'section_divider';
|
|
52491
|
-
};
|
|
52492
|
-
"ui_debug_section/end_of_other_options_divider/section_divider": {
|
|
52493
|
-
type: T.IMAGE;
|
|
52494
|
-
children: string;
|
|
52495
|
-
};
|
|
52496
|
-
"ui_debug_section/end_of_other_options_spacer": {
|
|
52497
|
-
type: T.PANEL;
|
|
52498
|
-
children: string;
|
|
52499
|
-
};
|
|
52500
|
-
"ui_debug_section/debug_data_label": {
|
|
52501
|
-
type: T.LABEL;
|
|
52502
|
-
children: string;
|
|
52503
|
-
};
|
|
52504
|
-
"ui_debug_section/debug_data_label_spacer": {
|
|
52505
|
-
type: T.PANEL;
|
|
52506
|
-
children: string;
|
|
52507
|
-
};
|
|
52508
|
-
"ui_debug_section/option_continuous_repaint": {
|
|
52509
|
-
type: T.PANEL;
|
|
52510
|
-
children: string;
|
|
52511
|
-
};
|
|
52512
|
-
"ui_debug_section/option_show_paint_rects": {
|
|
52513
|
-
type: T.PANEL;
|
|
52514
|
-
children: string;
|
|
52515
|
-
};
|
|
52516
|
-
"ui_debug_section/option_show_element_aabb": {
|
|
52517
|
-
type: T.PANEL;
|
|
52518
|
-
children: string;
|
|
52519
|
-
};
|
|
52520
|
-
"ui_debug_section/option_emulate_touch_events": {
|
|
52521
|
-
type: T.PANEL;
|
|
52522
|
-
children: string;
|
|
52523
|
-
};
|
|
52524
|
-
"ui_debug_section/end_of_debug_data_divider": {
|
|
52525
|
-
type: T.PANEL;
|
|
52526
|
-
children: 'section_divider';
|
|
52527
|
-
};
|
|
52528
|
-
"ui_debug_section/end_of_debug_data_divider/section_divider": {
|
|
52529
|
-
type: T.IMAGE;
|
|
52530
|
-
children: string;
|
|
52531
|
-
};
|
|
52532
|
-
"ui_debug_section/end_of_debug_data_spacer": {
|
|
52533
|
-
type: T.PANEL;
|
|
52534
|
-
children: string;
|
|
52535
|
-
};
|
|
52536
52312
|
"ui_debug_section/option_slider_drag_dwell": {
|
|
52537
52313
|
type: T.PANEL;
|
|
52538
52314
|
children: string;
|
|
@@ -53877,10 +53653,6 @@ export type SettingsCommonType = {
|
|
|
53877
53653
|
type: T.SCREEN;
|
|
53878
53654
|
children: string;
|
|
53879
53655
|
};
|
|
53880
|
-
"dynamic_dialog_fullscreen": {
|
|
53881
|
-
type: T.SCREEN;
|
|
53882
|
-
children: string;
|
|
53883
|
-
};
|
|
53884
53656
|
"settings_content": {
|
|
53885
53657
|
type: T.PANEL;
|
|
53886
53658
|
children: 'background' | 'stack_panel' | 'popup_dialog_factory';
|