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