LeviLamina
Loading...
Searching...
No Matches
OptionID.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class OptionID : int {
6 Name = 0,
7 PrevAppearanceName = 1,
8 Difficulty = 2,
9 ThirdPerson = 3,
10 InteractionModel = 4,
11 DpadScale = 5,
12 AlwaysHighlightHoveringBoxInCrosshair = 6,
13 ShowActionButton = 7,
14 ShowBlockSelectButton = 8,
15 SprintOnMovement = 9,
16 MoveStickVisible = 10,
17 ThumbstickOpacity = 11,
18 DefaultMoveStickVisible = 12,
19 CreativeDelayedBlockBreaking = 13,
20 WysiwygX = 14,
21 WysiwygY = 15,
22 WysiwygScale = 16,
23 EnableNewTouchControlSchemes = 17,
24 ServerVisible = 18,
25 XboxLiveVisible = 19,
26 NexVisible = 20,
27 PsnVisible = 21,
28 LimitWorldSize = 22,
29 Language = 23,
30 SkinId = 24,
31 LastCustomSkinId = 25,
32 RecentSkinId1 = 26,
33 RecentSkinId2 = 27,
34 RecentSkinId3 = 28,
35 LoggedIntoXb1 = 29,
36 ChosenNotSignInXb1 = 30,
37 StorageLocation = 31,
38 LeftHanded = 32,
39 JoystickVisibility = 33,
40 StaticJoystick = 34,
41 SplitControls = 35,
42 SwapJumpAndSneak = 36,
43 ViewDistance = 37,
44 ParticleViewDistance = 38,
45 ViewBobbing = 39,
46 Transparentleaves = 40,
47 VrTransparentleaves = 41,
48 SmoothLighting = 42,
49 VrSmoothLighting = 43,
50 ForceUseUnsortedPolys = 44,
51 FancySkies = 45,
52 FixedCamera = 46,
53 HideScreens = 47,
54 HideItemInHand = 48,
55 FieldOfView = 49,
56 Msaa = 50,
57 TexelAa = 51,
58 Gamma = 52,
59 MultithreadedRenderer = 53,
60 Vsync = 54,
61 FileWatcher = 55,
62 MetalMask = 56,
63 FoliageLightWrap = 57,
64 LightWrapEnabled = 58,
65 EnvironmentLightScale = 59,
66 EmissiveScale = 60,
67 MetalColorScale = 61,
68 LightScale = 62,
69 OpposingLightScale = 63,
70 LightOffset = 64,
71 LensFlareAngleAppear = 65,
72 DepthOfFieldNearEndDepth = 66,
73 DepthOfFieldNearStartBlurSize = 67,
74 DepthOfFieldFarStartDepth = 68,
75 DepthOfFieldFarEndDepth = 69,
76 DepthOfFieldFarEndBlurSize = 70,
77 MotionBlurEnable = 71,
78 MotionBlurThreshold = 72,
79 LightColor = 73,
80 BlockLightColor = 74,
81 BlockLightScale = 75,
82 SkyColor = 76,
83 RayleighBeta = 77,
84 MieBeta = 78,
85 RayleighHeightFalloff = 79,
86 RayleighDistScale = 80,
87 AirScatterScale = 81,
88 GroundScatterColor = 82,
89 SkyScatterColor = 83,
90 SunScatterInnerColor = 84,
91 SunScatterOuterColor = 85,
92 GroundScatterBeta = 86,
93 GroundScatterHeightFalloff = 87,
94 GroundScatterScale = 88,
95 GroundScatterDistScale = 89,
96 Smoothness = 90,
97 Reflectance = 91,
98 RenderChunkEdgeBrightness = 92,
99 RenderChunkEdgeTightness = 93,
100 RenderChunkEdgeSharpness = 94,
101 RenderChunkEdgeLodScalar = 95,
102 ItemInHandEdgeBrightness = 96,
103 ItemInHandEdgeTightness = 97,
104 ItemInHandEdgeSharpness = 98,
105 EntityEdgeBrightness = 99,
106 EntityEdgeTightness = 100,
107 EntityEdgeSharpness = 101,
108 EntityEdgeLodScalar = 102,
109 ParallaxHeightScale = 103,
110 ReflDistortMin = 104,
111 ReflDistortMax = 105,
112 WaveReflDistortNear = 106,
113 WaveReflDistortFar = 107,
114 WaveRefrDistort = 108,
115 DiffuseTint = 109,
116 FogMinDepth = 110,
117 FogMaxDepth = 111,
118 SpecColorWater = 112,
119 Shininess = 113,
120 BloomThreshold = 114,
121 BloomMagnitude = 115,
122 BloomBlurSize = 116,
123 AdaptationRate = 117,
124 TonemapTechnique = 118,
125 Exposure = 119,
126 AutoExposure = 120,
127 AutoExposureKeyValue = 121,
128 ShoulderStrength = 122,
129 LinearStrength = 123,
130 LinearAngle = 124,
131 ToeStrength = 125,
132 ToeNumerator = 126,
133 ToeDenominator = 127,
134 HableWhiteLevel = 128,
135 ExponentialWhiteLevel = 129,
136 LogarithmicWhiteLevel = 130,
137 ReinhardModifiedWhiteLevel = 131,
138 DragoWhiteLevel = 132,
139 LuminanceSaturation = 133,
140 LumMapMipLevel = 134,
141 Bias = 135,
142 ShadowCoverageDistanceScale = 136,
143 ShadowHighDetailDistanceScale = 137,
144 ShadowIntensity = 138,
145 CloudInteriorFogDepthStart = 139,
146 CloudInteriorFogDepthEnd = 140,
147 CloudInteriorFogMax = 141,
148 CloudInteriorFogOuterShellOpacityFactor = 142,
149 CloudInteriorFogOpacityFactor = 143,
150 CloudInteriorFogColorDebug = 144,
151 CloudInteriorFogNearbyTransitionThreshold = 145,
152 CloudFresnelDistanceStart = 146,
153 CloudFresnelDistanceEnd = 147,
154 CloudLightFalloffStart = 148,
155 CloudLightFalloffEnd = 149,
156 CloudLightSpotPower = 150,
157 CloudRenderNormals = 151,
158 Clouds0Enabled = 152,
159 Clouds0Color = 153,
160 Clouds0Opacity = 154,
161 Clouds0EmissiveStrength = 155,
162 Clouds0LightWrapStrength = 156,
163 Clouds0TransmissionStrength = 157,
164 Clouds0EdgeHighlightColor = 158,
165 Clouds0EdgeHighlightTightness = 159,
166 Clouds0NormalBendTightness = 160,
167 Clouds0Altitude = 161,
168 Clouds0Thickness = 162,
169 Clouds0Bounds = 163,
170 Clouds0DriftVelocity = 164,
171 Clouds0AnimationSpeed = 165,
172 Clouds0AnimationPause = 166,
173 Clouds1Enabled = 167,
174 Clouds1Color = 168,
175 Clouds1Opacity = 169,
176 Clouds1EmissiveStrength = 170,
177 Clouds1LightWrapStrength = 171,
178 Clouds1TransmissionStrength = 172,
179 Clouds1EdgeHighlightColor = 173,
180 Clouds1EdgeHighlightTightness = 174,
181 Clouds1NormalBendTightness = 175,
182 Clouds1Altitude = 176,
183 Clouds1Thickness = 177,
184 Clouds1Bounds = 178,
185 Clouds1DriftVelocity = 179,
186 Clouds1AnimationSpeed = 180,
187 Clouds1AnimationPause = 181,
188 Clouds2Enabled = 182,
189 Clouds2Color = 183,
190 Clouds2Opacity = 184,
191 Clouds2EmissiveStrength = 185,
192 Clouds2LightWrapStrength = 186,
193 Clouds2TransmissionStrength = 187,
194 Clouds2EdgeHighlightColor = 188,
195 Clouds2EdgeHighlightTightness = 189,
196 Clouds2NormalBendTightness = 190,
197 Clouds2Altitude = 191,
198 Clouds2Thickness = 192,
199 Clouds2Bounds = 193,
200 Clouds2DriftVelocity = 194,
201 Clouds2AnimationSpeed = 195,
202 Clouds2AnimationPause = 196,
203 Clouds3Enabled = 197,
204 Clouds3Color = 198,
205 Clouds3Opacity = 199,
206 Clouds3EmissiveStrength = 200,
207 Clouds3LightWrapStrength = 201,
208 Clouds3TransmissionStrength = 202,
209 Clouds3EdgeHighlightColor = 203,
210 Clouds3EdgeHighlightTightness = 204,
211 Clouds3NormalBendTightness = 205,
212 Clouds3Altitude = 206,
213 Clouds3Thickness = 207,
214 Clouds3Bounds = 208,
215 Clouds3DriftVelocity = 209,
216 Clouds3AnimationSpeed = 210,
217 Clouds3AnimationPause = 211,
218 Clouds4Enabled = 212,
219 Clouds4Color = 213,
220 Clouds4Opacity = 214,
221 Clouds4EmissiveStrength = 215,
222 Clouds4LightWrapStrength = 216,
223 Clouds4TransmissionStrength = 217,
224 Clouds4EdgeHighlightColor = 218,
225 Clouds4EdgeHighlightTightness = 219,
226 Clouds4NormalBendTightness = 220,
227 Clouds4Altitude = 221,
228 Clouds4Thickness = 222,
229 Clouds4Bounds = 223,
230 Clouds4DriftVelocity = 224,
231 Clouds4AnimationSpeed = 225,
232 Clouds4AnimationPause = 226,
233 RaysEnableDebugTextures = 227,
234 RaysNumberOfSlices = 228,
235 RaysNumberOfSamplesPerSlice = 229,
236 RaysEpipolarStepWidth = 230,
237 RaysDepthBreakThreshold = 231,
238 RaysFixUpTreshold = 232,
239 RaysRayCastingDistance = 233,
240 RaysRayCastingStepWidth = 234,
241 WindAngle = 235,
242 WindSpeed = 236,
243 WindOctave1Amplitude = 237,
244 WindOctave1Frequency = 238,
245 WindOctave2Amplitude = 239,
246 WindOctave2Frequency = 240,
247 WindOctave3Amplitude = 241,
248 WindOctave3Frequency = 242,
249 GrassFlexibility = 243,
250 TallGrassFlexibility = 244,
251 CropsFlexibility = 245,
252 LeavesFlexibility = 246,
253 FlowersFlexibility = 247,
254 MaxFramerate = 248,
255 Fullscreen = 249,
256 ShowAdvancedVideoSettings = 250,
257 ShowTonemapSettings = 251,
258 GuiScale = 252,
259 SplitScreenGuiScale = 253,
260 SafeZoneX = 254,
261 SafeZoneY = 255,
262 SafeZoneAll = 256,
263 ScreenPositionX = 257,
264 ScreenPositionY = 258,
265 UiProfile = 259,
266 VolumeMain = 260,
267 VolumeSound = 261,
268 VolumeMusic = 262,
269 VolumeAmbient = 263,
270 VolumeBlock = 264,
271 VolumeHostile = 265,
272 VolumeNeutral = 266,
273 VolumeRecord = 267,
274 VolumePlayer = 268,
275 VolumeWeather = 269,
276 VolumeTexttospeech = 270,
277 VrCameraMovement = 271,
278 VrSnapAngle = 272,
279 VrVariableSnapAngle = 273,
280 VrSnapSound = 274,
281 VrMovement = 275,
282 VrJump = 276,
283 VrHeadSteering = 277,
284 VrStickyMining = 278,
285 VrHudPosition = 279,
286 VrSensitivity = 280,
287 VrGamma = 281,
288 ResetPlayerAlignment = 282,
289 VrParticleViewDistance = 283,
290 VrHudDistance = 284,
291 HmdPositionDisplacement = 285,
292 VrViewDistance = 286,
293 VrAutoJump = 287,
294 StereoRendering = 288,
295 VrHudAtTop = 289,
296 VrUsesNormalHitFx = 290,
297 VrUsesRedFlashForHit = 291,
298 VrRightstickPitchassist = 292,
299 VrRightstickDeadband = 293,
300 VrRightstickGazeadjust = 294,
301 VrGazePitchBoost = 295,
302 VrLivingRoomCursorCentered = 296,
303 VrTapTurn = 297,
304 VrTapTurnSensitivity = 298,
305 VrRollTurnSensitivity = 299,
306 Vr180Turning = 300,
307 VrLvrHintTime = 301,
308 VrMirrorTexture = 302,
309 VrHandControlsItem = 303,
310 VrHandPointer = 304,
311 VrHandsVisible = 305,
312 VrUiMouseSensitivity = 306,
313 VrMsaa = 307,
314 VrLivingRoomMode = 308,
315 VrJoystickaim = 309,
316 VrJoystickaimSensitivity = 310,
317 VrRightstickPitchMaxangle = 311,
318 VrRightstickPitchassistSteppings = 312,
319 StoreHasPurchasedCoins = 313,
320 SwitchDebugCoins = 314,
321 ShowChunkMap = 315,
322 ChunkMapMode = 316,
323 DebugDisableRenderTerrain = 317,
324 DebugDisableRenderEntities = 318,
325 DebugDisableRenderBlockentities = 319,
326 DebugDisableRenderParticles = 320,
327 DebugDisableRenderSky = 321,
328 DebugDisableRenderWeather = 322,
329 DebugDisableRenderHud = 323,
330 DebugDisableRenderItemInHand = 324,
331 DebugDisableRenderMainMenuCubemap = 325,
332 DebugDisableRenderMainMenuPaperdollAnimation = 326,
333 EnableProfilerOutput = 327,
334 SilentAddUser = 328,
335 BenchmarkModeTime = 329,
336 DisableClientBlobCache = 330,
337 ForceClientBlobCache = 331,
338 ConnectionQuality = 332,
339 ShowLatencyGraph = 333,
340 RenderBoundingBoxes = 334,
341 RenderPaths = 335,
342 RenderGoalState = 336,
343 RenderCoordinateSystem = 337,
344 DisableRain = 338,
345 AutoLoadLevel = 339,
346 AchievementsAlwaysEnabled = 340,
347 RealmCreateWithoutPurchase = 341,
348 UseIpv6Only = 342,
349 OverrideXboxSandbox = 343,
350 XboxSandbox = 344,
351 UseOverrideDate = 345,
352 DisplayOverrideDatetime = 346,
353 LoadOverrideDate = 347,
354 OverrideDate = 348,
355 OverrideTimeScale = 349,
356 OverrideDateType = 350,
357 DisplayMarketplaceDocumentId = 351,
358 DisplayMarketplacePlatformOfferCount = 352,
359 MarketplaceDocumentId = 353,
360 MarketplacePlatformOffersAvailable = 354,
361 ShowUnfulfilledPurchaseModal = 355,
362 DiscoveryEnvironment = 356,
363 RealmsEnvironment = 357,
364 RealmsEndpoint = 358,
365 RealmsEndpointPayment = 359,
366 RealmsRelyingParty = 360,
367 RealmsRelyingPartyPayment = 361,
368 RealmsSku = 362,
369 StoreOfferQueryRequiresXbl = 363,
370 ResetClientId = 364,
371 LogFlushImmediate = 365,
372 LogTimestamp = 366,
373 LogTrace = 367,
374 LogAppend = 368,
375 LogArea = 369,
376 LogPriority = 370,
377 LogThread = 371,
378 LogProcessId = 372,
379 LogMessageId = 373,
380 LogSilent = 374,
381 LogPriorityFilter = 375,
382 LogAreaFilter = 376,
383 LogCategoryWorldGen = 377,
384 LogCategoryLoot = 378,
385 LogCategoryRender = 379,
386 LogCategoryStructure = 380,
387 LogCategoryUi = 381,
388 LogCategoryOnline = 382,
389 LogVerboseDiskAccess = 383,
390 LogStartupStatistics = 384,
391 DevShowExtraDebugHudInfo = 385,
392 DebugHud = 386,
393 RemoteImgui = 387,
394 ShowBuildInfo = 388,
395 LastGameVersionMajor = 389,
396 LastGameVersionMinor = 390,
397 LastGameVersionPatch = 391,
398 LastGameVersionRevision = 392,
399 LastGameVersionBeta = 393,
400 UseOverridePatchnotesClientVersion = 394,
401 RealmsShowFriendInvitesOnly = 395,
402 RealmsNumberOfOwnedRealms = 396,
403 RealmsNumberOfFriendsRealms = 397,
404 RealmsViewUpsellScreenCount = 398,
405 RealmsOreUiPurchaseEnabled = 399,
406 ShownRatingsPrompt = 400,
407 SaveAndQuitCount = 401,
408 RealmsShowRealmsTrialOnPlayScreen = 402,
409 AllowCellularData = 403,
410 PlayOnceWithMobileData = 404,
411 AutoUpdateMode = 405,
412 AutoUpdateEnabled = 406,
413 WebsocketsEnabled = 407,
414 WebsocketEncryption = 408,
415 TextToSpeechDiscovered = 409,
416 TextToSpeechAutoEnable = 410,
417 ChatTextToSpeech = 411,
418 UiTextToSpeech = 412,
419 OpenChatMessage = 413,
420 Sensitivity = 414,
421 SmoothRotationSpeed = 415,
422 InvertMouse = 416,
423 AutoJump = 417,
424 FullKeyboardGameplay = 418,
425 DestroyVibration = 419,
426 SplitVibration = 420,
427 RenderClouds = 421,
428 ToggleCrouch = 422,
429 Sneak = 423,
430 GameSensitivity = 424,
431 VrGameSensitivity = 425,
432 MultiplayerGame = 426,
433 CrossplatformGame = 427,
434 LastXuid = 428,
435 HidePaperdoll = 429,
436 AssertionsDebugBreak = 430,
437 AssertionsShowDialog = 431,
438 ShowDisplayLoggedError = 432,
439 ShowDisplayLoggedErrorMarketplace = 433,
440 ShowDisplayLoggedErrorUi = 434,
441 ShowDisplayLoggedErrorOsi = 435,
442 ShowDisplayLoggedErrorOther = 436,
443 ShowDevConsoleButton = 437,
444 DisplayTreatmentsPanel = 438,
445 DisplayDiscoveryOverridePanel = 439,
446 ShowKeyboardPrompts = 440,
447 HideTooltips = 441,
448 ShowLearningPrompts = 442,
449 ShowControlTips = 443,
450 ShowControlTipsOverridden = 444,
451 ClassicBoxSelection = 445,
452 VrClassicBoxSelection = 446,
453 DebugAttachPos = 447,
454 DebugShowMinecraftTcuiReplacement = 448,
455 SplitScreen = 449,
456 HideHud = 450,
457 HideHand = 451,
458 VrHideHud = 452,
459 VrHideHand = 453,
460 IngamePlayerNames = 454,
461 SplitscreenIngamePlayerNames = 455,
462 InterfaceOpacity = 456,
463 SplitscreenInterfaceOpacity = 457,
464 TextBackgroundOpacity = 458,
465 ActionbarTextBackgroundOpacity = 459,
466 AckAutoSave = 460,
467 RealmsplusUpgradenoticeState = 461,
468 ShowAutoSaveIcon = 462,
469 HasSetSafeZone = 463,
470 FindMobs = 464,
471 FieldOfViewToggle = 465,
472 HideGamepadCursor = 466,
473 AutomationUploadToken = 467,
474 AutomationUploadLogs = 468,
475 AutomationLogFlushDelay = 469,
476 AutomationParallelSlices = 470,
477 AutomationParallelCurrentSlice = 471,
478 AutomationArtifactUploadSas = 472,
479 AutomationArtifactUploadUrl = 473,
480 AutomationRelativeBlobpath = 474,
481 AutomationAppendDebuglogTimestamp = 475,
482 AutomationUnitTestTags = 476,
483 AutomationFunctionalTestTags = 477,
484 AutomationServerTestTags = 478,
485 AutomationBrokenUnitTestTags = 479,
486 AutomationBrokenFunctionalTestTags = 480,
487 AutomationBrokenServerTestTags = 481,
488 AutomationTestrunTimedOut = 482,
489 AutomationTestrunReachedCrashLimit = 483,
490 AutomationTestbuildId = 484,
491 AutomationRepeatCount = 485,
492 AutomationRepeatFailuresOnly = 486,
493 AutomationUnitPerTestcaseTimeout = 487,
494 AutomationFuncPerTestcaseTimeout = 488,
495 AutomationServPerTestcaseTimeout = 489,
496 AutomationUseBetterSlicing = 490,
497 AutomationQuitApp = 491,
498 AutomationGroupServerTests = 492,
499 AutomationUnrandomTests = 493,
500 AutomationRunEntireServerTestGroup = 494,
501 AutomationRunServerTestAfterEachTest = 495,
502 AutomationServerTestLogWorlds = 496,
503 AutomationServerTestAssertOnLevelDiff = 497,
504 AutomationServerIp = 498,
505 AutomationServerPort = 499,
506 AutomationEnabledFeatures = 500,
507 AutomationEnabledExperiments = 501,
508 AutomationProfilerCaptureEnabled = 502,
509 AutomationProfilerFlipEnabled = 503,
510 GammaStrength = 504,
511 HasSetLightingAdjustmentValue = 505,
512 DebugDisableConnectedStoragePull = 506,
513 DebugDisableConnectedStoragePush = 507,
514 HotbarOnlyTouch = 508,
515 TestAssetsAzureSas = 509,
516 TestAssetsAzureUrl = 510,
517 TestAssetsLocalPath = 511,
518 GamepadCursorSensitivity = 512,
519 RealmsSunsetTier = 513,
520 ShownDeviceBeingSunset = 514,
521 ShownDeviceSunset = 515,
522 DevSunsettingTier = 516,
523 DevSunsetState = 517,
524 DevUseSunsetOverrides = 518,
525 IgnoreUserInput = 519,
526 ShownPlatformNetworkConnectConfirmation = 520,
527 ScreenAnimations = 521,
528 GamepadSwapAbButtons = 522,
529 GamepadSwapXyButtons = 523,
530 GamepadClearHotbar = 524,
531 FancyBubbles = 525,
532 ShownPlatformPremiumUpsell = 526,
533 TestTagsServiceUrl = 527,
534 EduFirstLogin = 528,
535 EduDemoFirstLogin = 529,
536 TestBranchName = 530,
537 FunctionalTestBlockInput = 531,
538 FunctionalTestBlockingInput = 532,
539 AutomationMarketplaceWorldTestParallelCurrentSlice = 533,
540 AutomationMarketplaceWorldTestParallelSlices = 534,
541 AutomationDisableTreatmentPackDownloads = 535,
542 DevConsolePreviousMessages = 536,
543 CodeScreenView = 537,
544 CodeScreenFirstTime = 538,
545 CodeScreenIde = 539,
546 CodeScreenLimitFramerate = 540,
547 ChatColorCode = 541,
548 ChatFontSize = 542,
549 ChatLineSpacing = 543,
550 ChatMentionsColorCode = 544,
551 ChatTypeface = 545,
552 LibraryWelcome = 546,
553 ContentLogFile = 547,
554 ContentLogGui = 548,
555 ContentLogGuiLevel = 549,
556 ContentLogGuiShowOnErrors = 550,
557 PerfTurtle = 551,
558 GameTipsEnabled = 552,
559 GameTipsEnabledForDebug = 553,
560 PauseFeatureEnabled = 554,
561 GameTipsAnimationEnabled = 555,
562 IapOwningAccount = 556,
563 LastPlayfabId = 557,
564 LastPlayfabTitleAccountId = 558,
565 AdStaySignedIn = 559,
566 AdShowDebugPanel = 560,
567 AdTokenRefreshThreshold = 561,
568 AdDevConfig = 562,
569 PlayfabTokenRefreshThreshold = 563,
570 RenderSchedulerInfo = 564,
571 WindowsStoreMode = 565,
572 ShowCameraTipTimesRemain = 566,
573 ShowMovementTipTimesRemain = 567,
574 ShowFlyingTipTimesRemain = 568,
575 ShowFlyUpTipTimesRemain = 569,
576 ShowFlyDownTipTimesRemain = 570,
577 ShowStopFlyingTipTimesRemain = 571,
578 ShowJumpTipTimesRemain = 572,
579 ShowSwimTipTimesRemain = 573,
580 ShowBreakBlockTipTimesRemain = 574,
581 ShowPlaceBlockTipTimesRemain = 575,
582 ShowOpenInventoryTipTimesRemain = 576,
583 ShowSneakTipTimesRemain = 577,
584 ShowStopSneakingTipTimesRemain = 578,
585 ShowPlaceCraftingTableTipTimesRemain = 579,
586 ShowUseCraftingTableTipTimesRemain = 580,
587 ShowHotbarSelectionTipTimesRemain = 581,
588 ShowChatTipTimesRemain = 582,
589 ShowEmoteTipTimesRemain = 583,
590 UseDefaultFontOverrides = 584,
591 DevShowOreUiEditWorldPreviewButton = 585,
592 DayOneExperienceCompleted = 586,
593 IsLegacyPlayer = 587,
594 ToastNotificationDuration = 588,
595 ChatMessageDuration = 589,
596 TextureHotReloader = 590,
597 PlayfabCommerce = 591,
598 DisplayProgressionsPanel = 592,
599 DevForceTrialMode = 593,
600 DoNotShowMultiplayerOnlineSafetyWarning = 594,
601 OnlyTrustedSkinsAllowed = 595,
602 FilterProfanity = 596,
603 RenderMobInfoState = 597,
604 AutomationSoakTestDurationMinutes = 598,
605 CameraShake = 599,
606 Ps4realmsEnabled = 600,
607 ChatPreviousMessages = 601,
608 GuiAccessibilityScaling = 602,
609 RayTracingViewDistance = 603,
610 DeferredViewDistance = 604,
611 DeferredUpscalingPercentage = 605,
612 DeferredUpscalingMode = 606,
613 AdvancedUpscaling = 607,
614 DevNewCreateWorldScreenOverride = 608,
615 DevNewPlayScreenOverride = 609,
616 DevNewEditWorldScreenOverride = 610,
617 DevNewTrialModeOverride = 611,
618 DevNewDeathScreenOverride = 612,
619 DevNewBedScreenOverride = 613,
620 DevNewPlayerPermissionScreenOverride = 614,
621 DevOreUiGameplayUi = 615,
622 DevUserDefinedFeatureFlags = 616,
623 NewEditWorldScreenBeta = 617,
624 NewPlayScreenBeta = 618,
625 DevNewPlayerPermissionScreenBeta = 619,
626 DevDisplayMockHttpPanel = 620,
627 SpyglassDamping = 621,
628 DwellBeforeDragTime = 622,
629 StackSplittingTriggerTime = 623,
630 EducationServicesEnvironment = 624,
631 AzureNotebooksEnvironment = 625,
632 DevProfilingGroupSavingEnabled = 626,
633 DevBootstrapProfilingFile = 627,
634 DevEnabledProfilingGroupsList = 628,
635 DoNotShowCloudUploadPrompt = 629,
636 DevAnimatedTexturesDisabled = 630,
637 ShowRenderDistanceWarningModal = 631,
638 DevMarketplaceRotationSpeedMultiplier = 632,
639 DevMarketplaceToggleAllSkinsRotate = 633,
640 ShownStorageLocationWarning = 634,
641 GameEventRetentionTicks = 635,
642 DeepDarkDebugRender = 636,
643 CopyCoordinateUi = 637,
644 ServerboundClientDiagnosticsEnabled = 638,
645 ScriptDebuggerAutoAttach = 639,
646 ScriptDebuggerAutoAttachTimeout = 640,
647 ScriptDebuggerAttachMode = 641,
648 ScriptDebuggerHost = 642,
649 ScriptDebuggerPort = 643,
650 ScriptDebuggerPasscode = 644,
651 ScriptDebuggerPasscodeRequired = 645,
652 ScriptWatchdogSlowWarning = 646,
653 ScriptWatchdogSpikeWarning = 647,
654 ScriptWatchdogSlowThresholdMs = 648,
655 ScriptWatchdogSpikeThresholdMs = 649,
656 ScriptWatchdogHangThresholdSec = 650,
657 DeviceInfoMemoryTierOverride = 651,
658 DeviceInfoUseMemoryTierOverride = 652,
659 DarknessEffectModifier = 653,
660 GlintStrength = 654,
661 GlintSpeed = 655,
662 AllowMobileDataBlockedModal = 656,
663 ShowTouchControlSelectionScreen = 657,
664 EnableBraze = 658,
665 DeviceLostTelemetryEnabled = 659,
666 EnableClientScript = 660,
667 ScriptFacet = 661,
668 ScriptRouter = 662,
669 ScriptKey = 663,
670 CustomTouchZone = 664,
671 ScriptTransfer = 665,
672 SuspendedConnectionBehavior = 666,
673 ResizableUi = 667,
674 HotbarScale = 668,
675 MoveStickX = 669,
676 MoveStickY = 670,
677 MoveStickScale = 671,
678 TouchButton1X = 672,
679 TouchButton1Y = 673,
680 TouchButton1Scale = 674,
681 TouchButton1Opacity = 675,
682 TouchButton2X = 676,
683 TouchButton2Y = 677,
684 TouchButton2Scale = 678,
685 TouchButton2Opacity = 679,
686 TouchButton3X = 680,
687 TouchButton3Y = 681,
688 TouchButton3Scale = 682,
689 TouchButton3Opacity = 683,
690 TouchButton4X = 684,
691 TouchButton4Y = 685,
692 TouchButton4Scale = 686,
693 TouchButton4Opacity = 687,
694 TouchButton5X = 688,
695 TouchButton5Y = 689,
696 TouchButton5Scale = 690,
697 TouchButton5Opacity = 691,
698 TouchButton6X = 692,
699 TouchButton6Y = 693,
700 TouchButton6Scale = 694,
701 TouchButton6Opacity = 695,
702 TouchDpadX = 696,
703 TouchDpadY = 697,
704 TouchDpadScale = 698,
705 TouchDpadOpacity = 699,
706 ClassicButton1X = 700,
707 ClassicButton1Y = 701,
708 ClassicButton1Scale = 702,
709 ClassicButton1Opacity = 703,
710 ClassicButton2X = 704,
711 ClassicButton2Y = 705,
712 ClassicButton2Scale = 706,
713 ClassicButton2Opacity = 707,
714 ClassicButton3X = 708,
715 ClassicButton3Y = 709,
716 ClassicButton3Scale = 710,
717 ClassicButton3Opacity = 711,
718 ClassicButton4X = 712,
719 ClassicButton4Y = 713,
720 ClassicButton4Scale = 714,
721 ClassicButton4Opacity = 715,
722 ShowGoogleHoldDate = 716,
723 ResetOnStart = 717,
724 GpuValidationEnabled = 718,
725 GpuValidationVerbose = 719,
726 GpuValidationOutputmanagerEnabled = 720,
727 GpuValidationDisableErrorsupress = 721,
728 LoadRenderdocdll = 722,
729 NewVideoSettings = 723,
730 GraphicsMode = 724,
731 GraphicsQualityPresetMode = 725,
732 ShadowQuality = 726,
733 CloudQuality = 727,
734 PointLightShadowQuality = 728,
735 PointLightLodingQuality = 729,
736 VolumetricFogQuality = 730,
737 ReflectionsQuality = 731,
738 BloomStrength = 732,
739 BloomCustomStrength = 733,
740 ControltowerTransportlayerOverrideEnabledDeprecated = 734,
741 DoNotShowMultiplayerIpSafetyWarning = 735,
742 DoNotShowWorldsWithoutEntitlementWarning = 736,
743 DoNotShowOldWorldsWarning = 737,
744 DoNotShowHardcoreModeWarning = 738,
745 DoNotShowExperimentalWorldWarning = 739,
746 DoNotShowBannedWarning = 740,
747 DoNotShowUsingExternalStorageWarning = 741,
748 DoNotShowHiddenLocalWorldsWarning = 742,
749 DoNotShowHiddenAlternativeStorageWorldsWarning = 743,
750 DoNotShowAlternativeStorageHasWorlds = 744,
751 DoNotShowAddonStackingWarning = 745,
752 EmoteChatEnabled = 746,
753 DevUsePresetPfAccount = 747,
754 DevInitializePresetPfAccount = 748,
755 DevPresetPfAccountUsername = 749,
756 DevPresetPfAccountPassword = 750,
757 TestOnlyInvalidOption = 751,
758 LoadingTipsIndex = 752,
759 NetherReached = 753,
760 AdEduRememberMe = 754,
761 AdEduMaxSigninTokenRefresh = 755,
762 AdEduMaxGraphTokenRefresh = 756,
763 DevAddHttpDelaySeconds = 757,
764 HasDismissedNewPlayerFlow = 758,
765 ImproveInputResponse = 759,
766 DynamicTextures = 760,
767 AppLaunchedCount = 761,
768 MarketplacePassOnestoreId = 762,
769 DevNethernetLoggingVerbosity = 763,
770 BgfxDebugTraceEnabled = 764,
771 XblUseRemoteConnect = 765,
772 ShowDressingRoomSisuScreen = 766,
773 ShowMarketplaceSisuScreen = 767,
774 ShowWorldsFriendsServersSisuScreenSession3 = 768,
775 IsInTouchControlCustomization = 769,
776 ShowFreePreviewRealmAvailableNewIcon = 770,
777 EcoMode = 771,
778 PlayScreenWorldLayoutMode = 772,
779 PlayScreenShowLanWorlds = 773,
780 EduCloudBackupToggle = 774,
781 AutomationMultiplayerSessionName = 775,
782 AutomationMultiplayerDeviceIndex = 776,
783 ShadersdkServiceip = 777,
784 ShadersdkServiceport = 778,
785 ShadersdkTargetport = 779,
786 NewPlayerFlowButtonAbcdTestGroup = 780,
787 DoNotShowManageShowcaseClearWarning = 781,
788 DoNotShowManageShowcaseReplaceWarning = 782,
789 Count = 783,
790};