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 HowToPlay = 3,
10 GameTab = 4,
11 ClassroomTab = 5,
12 EduCloudLevelTab = 6,
13 MultiplayerTab = 7,
14 RealmTab = 8,
15 MembersTab = 9,
16 SubscriptionTab = 10,
17 DevOptionsTab = 11,
18 RealmBackupTab = 12,
19 KeyboardAndMouseTab = 13,
20 ControllerTab = 14,
21 TouchTab = 15,
22 PartyTab = 16,
23 GeneralTab = 17,
24 AccountTab = 18,
25 CreatorTab = 19,
26 VideoTab = 20,
27 ViewSubscriptionsTab = 21,
28 SoundTab = 22,
29 GlobalResourcesTab = 23,
30 StorageTab = 24,
31 EduCloudStorageTab = 25,
32 LanguageTab = 26,
33 PreviewTab = 27,
34 DebugTab = 28,
35 DiscoveryDebugTab = 29,
36 UiDebugTab = 30,
37 EduDebugTab = 31,
38 MarketplaceDebugTab = 32,
39 GatheringsDebugTab = 33,
40 FlightingDebugTab = 34,
41 RealmsDebugTab = 35,
42 AutomationTab = 36,
43 LevelTexturePackTab = 37,
44 BroadcastTab = 38,
45 AddonTab = 39,
46 InviteLinksTab = 40,
47 GeneralInviteLinkTab = 41,
48 AdvancedInviteLinkTab = 42,
49 Count = 43,
50};