LeviLamina
Loading...
Searching...
No Matches
FlightingTreatmentId.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class FlightingTreatmentId : int {
6 CloudFileUpload = 0,
7 EnableFacialExpression = 1,
8 NewFriendsDrawer = 2,
9 NewAudioSettingsScreen = 3,
10 NewAccessibilitySettingsScreen = 4,
11 NewLanguageSettingsScreen = 5,
12 NewVideoSettingsScreen = 6,
13 NewGeneralSettingsScreen = 7,
14 PersonaRemoveOwnedChecks = 8,
15 DisableBraze = 9,
16 DisableSwitchPurchasing = 10,
17 InboxServiceCategories = 11,
18 SubmitFeedback = 12,
19 PersonaDisableXBind = 13,
20 PersonaEmotePreview = 14,
21 PersonaOffline = 15,
22 PersonaClassicSkinService = 16,
23 PersonasFromService = 17,
24 DisableAnimatedSignInScreens = 18,
25 DisVSA = 19,
26 DisableRecipeUnlockingAsDefaultForNewPlayers = 20,
27 ShowInventoryHelpButton = 21,
28 EnableGameTipsFeature = 22,
29 EnableGameTipsDisplay = 23,
30 AddonPauseScreen = 24,
31 ScreenshotsGallery = 25,
32 ScreenshotsShowcase = 26,
33 ProfileFeedback = 27,
34 ProfileButtonA = 28,
35 ProfileButtonB = 29,
36 UsePersonaProfileImages = 30,
37 UsePersonaAvatarImages = 31,
38 RealmsButton2024 = 32,
39 RealmsButtonNoMSA = 33,
40 EnableVRPendingSunsetMessage = 34,
41 EnableNewSpawnAlgorithm = 35,
42 EnableFirstWorldCuratedSeed = 36,
43 EnableFirstWorldCuratedSeedPreview = 37,
44 SDLInventoryPage = 38,
45 EditorDefaultActionBarStructures = 39,
46 EditorDefaultActionBarCrosshair = 40,
47 EditorDefaultActionBarKeyboardSettings = 41,
48 EditorDefaultActionBarHotbar = 42,
49 EditorDefaultActionBarExport = 43,
50 EditorTutorialShowVideoLink = 44,
51 EditorDisableTutorialAutoActivation = 45,
52 EditorShowGifsInTooltips = 46,
53 EditorTutorialSimpleMovement = 47,
54 EditorTutorialDisableHotbarStep = 48,
55 EditorTutorialHotbarSwitchTriggersProgress = 49,
56 IdleScreenRollout = 50,
57 CreateFromAddOn = 51,
58 CreateFromUXOnly = 52,
59 CreateFromUXAndLink = 53,
60 PreCacheOutOfGameView = 54,
61 MovedInviteButtonInGameMenu = 55,
62 NewDisconnectScreen = 56,
63 Parties = 57,
64 DisableFix1376069 = 58,
65 DisableRichPresence = 59,
66 EnableGatheringsBackendForServerList = 60,
67 SurfaceProfileReportButton = 61,
68 EnableSignInPlayOnServerModal = 62,
69 DisableDetailedDisconnectScreen = 63,
70 SettingsSpatialPatternFix = 64,
71 SettingsAdditionalSubscriptionsOffers = 65,
72 EnableMidframeSuspendHandler = 66,
73 NewAchievementDesign = 67,
74 HidePingAndPlayerCount = 68,
75 Count = 69,
76};