LeviLamina
Loading...
Searching...
No Matches
SettingsTabIndex.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class SettingsTabIndex : int {
6 Default = 0,
7 ServerTab = 1,
8 AccessibilityTab = 2,
9 VrTab = 3,
10 HowToPlay = 4,
11 GameTab = 5,
12 ClassroomTab = 6,
13 EduCloudLevelTab = 7,
14 MultiplayerTab = 8,
15 RealmTab = 9,
16 MembersTab = 10,
17 SubscriptionTab = 11,
18 DevOptionsTab = 12,
19 RealmBackupTab = 13,
20 KeyboardAndMouseTab = 14,
21 ControllerTab = 15,
22 TouchTab = 16,
23 PartyTab = 17,
24 GeneralTab = 18,
25 AccountTab = 19,
26 CreatorTab = 20,
27 VideoTab = 21,
28 ViewSubscriptionsTab = 22,
29 SoundTab = 23,
30 GlobalResourcesTab = 24,
31 StorageTab = 25,
32 EduCloudStorageTab = 26,
33 LanguageTab = 27,
34 PreviewTab = 28,
35 DebugTab = 29,
36 DiscoveryDebugTab = 30,
37 UiDebugTab = 31,
38 EduDebugTab = 32,
39 MarketplaceDebugTab = 33,
40 GatheringsDebugTab = 34,
41 FlightingDebugTab = 35,
42 RealmsDebugTab = 36,
43 AutomationTab = 37,
44 LevelTexturePackTab = 38,
45 BroadcastTab = 39,
46 AddonTab = 40,
47 InviteLinksTab = 41,
48 GeneralInviteLinkTab = 42,
49 AdvancedInviteLinkTab = 43,
50 Count = 44,
51};