LeviLamina
Loading...
Searching...
No Matches
FlightingToggleId.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class FlightingToggleId : int {
6 NewCreateNewWorldScreen = 0,
7 CreateNewWorldScreenGrayRealmsButton = 1,
8 NewFriendsDrawer = 2,
9 NewPlayerPermissionsScreen = 3,
10 NewAccessibilitySettingsScreen = 4,
11 NewProgressScreen = 5,
12 NewAudioSettingsScreen = 6,
13 NewVideoSettingsScreen = 7,
14 FriendsDrawerOnMultipleScreens = 8,
15 MinecoinButtonSDL = 9,
16 PersonaRemoveOwnedChecks = 10,
17 CloudFileUpload = 11,
18 EnableFacialExpression = 12,
19 DisableBraze = 13,
20 DisableSwitchPurchasing = 14,
21 InboxServiceCategories = 15,
22 SubmitFeedback = 16,
23 PersonaDisableXBind = 17,
24 PersonaEmotePreview = 18,
25 PersonaSearch = 19,
26 PersonaOffline = 20,
27 PersonasFromService = 21,
28 PersonaClassicSkinService = 22,
29 DisableAnimatedSignInScreens = 23,
30 DisVSA = 24,
31 NetherNetTimeout = 25,
32 DisableRecipeUnlockingAsDefaultForNewPlayers = 26,
33 ShowInventoryHelpButton = 27,
34 EnableGameTipsFeature = 28,
35 EnableGameTipsDisplay = 29,
36 AddonPauseScreen = 30,
37 ScreenshotsGallery = 31,
38 ScreenshotsShowcase = 32,
39 SplitStreamAndroid = 33,
40 ProfileFeedback = 34,
41 ProfileButtonA = 35,
42 ProfileButtonB = 36,
43 UsePersonaProfileImages = 37,
44 UsePersonaAvatarImages = 38,
45 RealmsButton2024 = 39,
46 RealmsButtonNoMSA = 40,
47 PlayerMessagingSafetyRefreshIntervalSeconds = 41,
48 EnableVRPendingSunsetMessage = 42,
49 EnableNewSpawnAlgorithm = 43,
50 ProfileImageRefreshIntervalSeconds = 44,
51 MultilineSplashText = 45,
52 SDLInventoryPage = 46,
53 EnableFirstWorldCuratedSeed = 47,
54 EnableFirstWorldCuratedSeedPreview = 48,
55 EditorDefaultActionBarStructures = 49,
56 EditorDefaultActionBarCrosshair = 50,
57 EditorDefaultActionBarKeyboardSettings = 51,
58 EditorDefaultActionBarHotbar = 52,
59 EditorDefaultActionBarExport = 53,
60 EditorDisableTutorialAutoActivation = 54,
61 EditorShowGifsInTooltips = 55,
62 EditorTutorialSimpleMovement = 56,
63 EditorTutorialDisableHotbarStep = 57,
64 EditorTutorialHotbarSwitchTriggersProgress = 58,
65 EditorTutorialShowVideoLink = 59,
66 IdleScreenRollout = 60,
67 CreateFromAddOn = 61,
68 CreateFromUXOnly = 62,
69 CreateFromUXAndLink = 63,
70 FriendsDrawerMainMenu = 64,
71 FriendsDrawerInGameMenu = 65,
72 FriendsDrawerPlayersInMyWorld = 66,
73 PreCacheOutOfGameView = 67,
74 MovedInviteButtonInGameMenu = 68,
75 NewDisconnectScreen = 69,
76 NXLowMemoryThresholdMb = 70,
77 LowMemoryRenderDistanceReductionPct = 71,
78 Parties = 72,
79 DisableFix1376069 = 73,
80 DataDrivenRendererV2ActorsWithAttachables = 74,
81 DisableIgnoreCertNbf = 75,
82 EnableMemoryTracker = 76,
83 DisableRichPresence = 77,
84 DisableGuestAuth = 78,
85 UseLegacyMultiplayerToken = 79,
86 UseGameServerToken = 80,
87 AcceptGameServerToken = 81,
88 EnableGatheringsBackendForServerList = 82,
89 PersonaLowMemoryThresholdMb = 83,
90 TickDeathSystemsEnabled = 84,
91 SurfaceProfileReportButton = 85,
92 DisableAsyncServicesManager = 86,
93 DisableAsyncServicesManagerPreview = 87,
94 EnableSignInPlayOnServerModal = 88,
95 DisableDetailedDisconnectScreen = 89,
96 PacketSerializationConfiguration = 90,
97 SettingsSpatialPatternFix = 91,
98 SettingsAdditionalSubscriptionsOffers = 92,
99 DeferSynchedActorData = 93,
100 EnableMidframeSuspendHandler = 94,
101 NewAchievementDesign = 95,
102 NewAlreadyLinkedMSAModal = 96,
103 HeadshotRefreshCurrentUserEndpoint = 97,
104};