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 ChatTextToSpeech = 384,
391 UiTextToSpeech = 385,
392 OpenChatMessage = 386,
393 Sensitivity = 387,
394 SmoothRotationSpeed = 388,
395 InvertMouse = 389,
396 AutoJump = 390,
397 FullKeyboardGameplay = 391,
398 DestroyVibration = 392,
399 SplitVibration = 393,
400 RenderClouds = 394,
401 ToggleCrouch = 395,
402 Sneak = 396,
403 GameSensitivity = 397,
404 MultiplayerGame = 398,
405 CrossplatformGame = 399,
406 LastXuid = 400,
407 HidePaperdoll = 401,
408 AssertionsDebugBreak = 402,
409 AssertionsShowDialog = 403,
410 ShowDisplayLoggedError = 404,
411 ShowDisplayLoggedErrorMarketplace = 405,
412 ShowDisplayLoggedErrorUi = 406,
413 ShowDisplayLoggedErrorOsi = 407,
414 ShowDisplayLoggedErrorOther = 408,
415 ShowDevConsoleButton = 409,
416 DisplayTreatmentsPanel = 410,
417 DisplayDiscoveryOverridePanel = 411,
418 ShowKeyboardPrompts = 412,
419 HideTooltips = 413,
420 ShowLearningPrompts = 414,
421 ShowControlTips = 415,
422 ShowControlTipsOverridden = 416,
423 ClassicBoxSelection = 417,
424 DebugAttachPos = 418,
425 DebugShowMinecraftTcuiReplacement = 419,
426 SplitScreen = 420,
427 HideHud = 421,
428 HideHand = 422,
429 IngamePlayerNames = 423,
430 SplitscreenIngamePlayerNames = 424,
431 InterfaceOpacity = 425,
432 SplitscreenInterfaceOpacity = 426,
433 HudTextBackgroundOpacity = 427,
434 ActionbarTextBackgroundOpacity = 428,
435 ChatBackgroundOpacity = 429,
436 AckAutoSave = 430,
437 ShowAutoSaveIcon = 431,
438 HasSetSafeZone = 432,
439 FindMobs = 433,
440 FieldOfViewToggle = 434,
441 HideGamepadCursor = 435,
442 AutomationUploadToken = 436,
443 AutomationUploadLogs = 437,
444 AutomationLogFlushDelay = 438,
445 AutomationParallelSlices = 439,
446 AutomationParallelCurrentSlice = 440,
447 AutomationArtifactUploadSas = 441,
448 AutomationArtifactUploadUrl = 442,
449 AutomationRelativeBlobpath = 443,
450 AutomationAppendDebuglogTimestamp = 444,
451 AutomationUnitTestTags = 445,
452 AutomationFunctionalTestTags = 446,
453 AutomationServerTestTags = 447,
454 AutomationBrokenUnitTestTags = 448,
455 AutomationBrokenFunctionalTestTags = 449,
456 AutomationBrokenServerTestTags = 450,
457 AutomationTestrunTimedOut = 451,
458 AutomationTestrunReachedCrashLimit = 452,
459 AutomationTestbuildId = 453,
460 AutomationRepeatCount = 454,
461 AutomationRepeatFailuresOnly = 455,
462 AutomationUnitPerTestcaseTimeout = 456,
463 AutomationFuncPerTestcaseTimeout = 457,
464 AutomationServPerTestcaseTimeout = 458,
465 AutomationUseBetterSlicing = 459,
466 AutomationQuitApp = 460,
467 AutomationGroupServerTests = 461,
468 AutomationUnrandomTests = 462,
469 AutomationRunEntireServerTestGroup = 463,
470 AutomationRunServerTestAfterEachTest = 464,
471 AutomationServerTestLogWorlds = 465,
472 AutomationServerTestAssertOnLevelDiff = 466,
473 AutomationServerIp = 467,
474 AutomationServerPort = 468,
475 AutomationEnabledFeatures = 469,
476 AutomationEnabledExperiments = 470,
477 AutomationProfilerCaptureEnabled = 471,
478 AutomationProfilerFlipEnabled = 472,
479 GammaStrength = 473,
480 HasSetLightingAdjustmentValue = 474,
481 DebugDisableConnectedStoragePull = 475,
482 DebugDisableConnectedStoragePush = 476,
483 HotbarOnlyTouch = 477,
484 TestAssetsAzureSas = 478,
485 TestAssetsAzureUrl = 479,
486 TestAssetsLocalPath = 480,
487 GamepadCursorSensitivity = 481,
488 RealmsSunsetTier = 482,
489 ShownDeviceBeingSunset = 483,
490 ShownDeviceSunset = 484,
491 DevSunsettingTier = 485,
492 DevSunsetState = 486,
493 DevUseSunsetOverrides = 487,
494 IgnoreUserInput = 488,
495 ShownPlatformNetworkConnectConfirmation = 489,
496 ScreenAnimations = 490,
497 GamepadSwapAbButtons = 491,
498 GamepadSwapXyButtons = 492,
499 GamepadClearHotbar = 493,
500 FancyBubbles = 494,
501 ShownPlatformPremiumUpsell = 495,
502 TestTagsServiceUrl = 496,
503 EduFirstLogin = 497,
504 EduDemoFirstLogin = 498,
505 TestBranchName = 499,
506 FunctionalTestBlockInput = 500,
507 FunctionalTestBlockingInput = 501,
508 AutomationMarketplaceWorldTestParallelCurrentSlice = 502,
509 AutomationMarketplaceWorldTestParallelSlices = 503,
510 AutomationDisableTreatmentPackDownloads = 504,
511 DevConsolePreviousMessages = 505,
512 CodeScreenView = 506,
513 CodeScreenIde = 507,
514 CodeScreenLimitFramerate = 508,
515 CodeScreenMemoryWarningShown = 509,
516 CodeScreenDeprecatedIdeWarningShown = 510,
517 ChatColorCode = 511,
518 ChatFontSize = 512,
519 ChatLineSpacing = 513,
520 ChatMentionsColorCode = 514,
521 ChatTypeface = 515,
522 LibraryWelcome = 516,
523 ContentLogFile = 517,
524 ContentLogGui = 518,
525 ContentLogGuiLevel = 519,
526 ContentLogGuiShowOnErrors = 520,
527 PerfTurtle = 521,
528 GameTipsEnabled = 522,
529 GameTipsEnabledForDebug = 523,
530 PauseFeatureEnabled = 524,
531 GameTipsAnimationEnabled = 525,
532 IapOwningAccount = 526,
533 LastPlayfabId = 527,
534 LastPlayfabTitleAccountId = 528,
535 AdStaySignedIn = 529,
536 AdShowDebugPanel = 530,
537 AdTokenRefreshThreshold = 531,
538 AdDevConfig = 532,
539 PlayfabTokenRefreshThreshold = 533,
540 RenderSchedulerInfo = 534,
541 WindowsStoreMode = 535,
542 ShowCameraTipTimesRemain = 536,
543 ShowMovementTipTimesRemain = 537,
544 ShowFlyingTipTimesRemain = 538,
545 ShowFlyUpTipTimesRemain = 539,
546 ShowFlyDownTipTimesRemain = 540,
547 ShowStopFlyingTipTimesRemain = 541,
548 ShowJumpTipTimesRemain = 542,
549 ShowSwimTipTimesRemain = 543,
550 ShowBreakBlockTipTimesRemain = 544,
551 ShowPlaceBlockTipTimesRemain = 545,
552 ShowOpenInventoryTipTimesRemain = 546,
553 ShowSneakTipTimesRemain = 547,
554 ShowStopSneakingTipTimesRemain = 548,
555 ShowPlaceCraftingTableTipTimesRemain = 549,
556 ShowUseCraftingTableTipTimesRemain = 550,
557 ShowHotbarSelectionTipTimesRemain = 551,
558 ShowChatTipTimesRemain = 552,
559 ShowEmoteTipTimesRemain = 553,
560 UseDefaultFontOverrides = 554,
561 DevShowOreUiEditWorldPreviewButton = 555,
562 DayOneExperienceCompleted = 556,
563 IsLegacyPlayer = 557,
564 ToastNotificationDuration = 558,
565 ChatMessageDuration = 559,
566 TextureHotReloader = 560,
567 PlayfabCommerce = 561,
568 DisplayConfigurationsPanel = 562,
569 DevForceTrialMode = 563,
570 DoNotShowMultiplayerOnlineSafetyWarning = 564,
571 OnlyTrustedSkinsAllowed = 565,
572 FilterProfanity = 566,
573 RenderMobInfoState = 567,
574 AutomationSoakTestDurationMinutes = 568,
575 CameraShake = 569,
576 HideEndflash = 570,
577 EnableDitheringBlocks = 571,
578 EnableDitheringMobs = 572,
579 Ps4realmsEnabled = 573,
580 ChatPreviousMessages = 574,
581 GuiAccessibilityScaling = 575,
582 RayTracingViewDistance = 576,
583 DeferredViewDistance = 577,
584 DeferredUpscalingPercentage = 578,
585 DeferredUpscalingMode = 579,
586 AdvancedUpscaling = 580,
587 TargetResolution = 581,
588 DevNewCreateWorldScreenOverride = 582,
589 DevNewPlayScreenOverride = 583,
590 DevNewEditWorldScreenOverride = 584,
591 DevNewDeathScreenOverride = 585,
592 DevNewBedScreenOverride = 586,
593 DevNewSendInvitesScreenOverride = 587,
594 DevNewSettingsScreenOverride = 588,
595 DevOreUiGameplayUi = 589,
596 DevUserDefinedFeatureFlags = 590,
597 NewPlayScreenBeta = 591,
598 NewSettingsScreenBeta = 592,
599 NewEditRealmWorldScreenBeta = 593,
600 DevDisplayMockHttpPanel = 594,
601 SpyglassDamping = 595,
602 DwellBeforeDragTime = 596,
603 StackSplittingTriggerTime = 597,
604 EducationServicesEnvironment = 598,
605 AzureNotebooksEnvironment = 599,
606 DevProfilingGroupSavingEnabled = 600,
607 DevBootstrapProfilingFile = 601,
608 DevEnabledProfilingGroupsList = 602,
609 DevAnimatedTexturesDisabled = 603,
610 ShowRenderDistanceWarningModal = 604,
611 DevMarketplaceRotationSpeedMultiplier = 605,
612 DevMarketplaceToggleAllSkinsRotate = 606,
613 ShownStorageLocationWarning = 607,
614 GameEventRetentionTicks = 608,
615 DeepDarkDebugRender = 609,
616 CopyCoordinateUi = 610,
617 ServerboundClientDiagnosticsEnabled = 611,
618 ScriptDebuggerAutoAttach = 612,
619 ScriptDebuggerAutoAttachTimeout = 613,
620 ScriptDebuggerAttachMode = 614,
621 ScriptDebuggerHost = 615,
622 ScriptDebuggerPort = 616,
623 ScriptDebuggerPasscode = 617,
624 ScriptDebuggerPasscodeRequired = 618,
625 ScriptWatchdogSlowWarning = 619,
626 ScriptWatchdogSpikeWarning = 620,
627 ScriptWatchdogSlowThresholdMs = 621,
628 ScriptWatchdogSpikeThresholdMs = 622,
629 ScriptWatchdogHangThresholdSec = 623,
630 DeviceInfoMemoryTierOverride = 624,
631 DeviceInfoUseMemoryTierOverride = 625,
632 DarknessEffectModifier = 626,
633 GlintStrength = 627,
634 GlintSpeed = 628,
635 AllowMobileDataBlockedModal = 629,
636 ShowTouchControlSelectionScreen = 630,
637 EnableBraze = 631,
638 DeviceLostTelemetryEnabled = 632,
639 EnableClientScript = 633,
640 ScriptFacet = 634,
641 ScriptRouter = 635,
642 ScriptKey = 636,
643 CustomTouchZone = 637,
644 ScriptTransfer = 638,
645 SuspendedConnectionBehavior = 639,
646 ResizableUi = 640,
647 HotbarScale = 641,
648 MoveStickX = 642,
649 MoveStickY = 643,
650 MoveStickScale = 644,
651 AltStickX = 645,
652 AltStickY = 646,
653 AltStickScale = 647,
654 TouchButton1X = 648,
655 TouchButton1Y = 649,
656 TouchButton1Scale = 650,
657 TouchButton1Opacity = 651,
658 TouchButton2X = 652,
659 TouchButton2Y = 653,
660 TouchButton2Scale = 654,
661 TouchButton2Opacity = 655,
662 TouchButton3X = 656,
663 TouchButton3Y = 657,
664 TouchButton3Scale = 658,
665 TouchButton3Opacity = 659,
666 TouchButton4X = 660,
667 TouchButton4Y = 661,
668 TouchButton4Scale = 662,
669 TouchButton4Opacity = 663,
670 TouchButton5X = 664,
671 TouchButton5Y = 665,
672 TouchButton5Scale = 666,
673 TouchButton5Opacity = 667,
674 TouchButton6X = 668,
675 TouchButton6Y = 669,
676 TouchButton6Scale = 670,
677 TouchButton6Opacity = 671,
678 TouchDpadX = 672,
679 TouchDpadY = 673,
680 TouchDpadScale = 674,
681 TouchDpadOpacity = 675,
682 ClassicButton1X = 676,
683 ClassicButton1Y = 677,
684 ClassicButton1Scale = 678,
685 ClassicButton1Opacity = 679,
686 ClassicButton2X = 680,
687 ClassicButton2Y = 681,
688 ClassicButton2Scale = 682,
689 ClassicButton2Opacity = 683,
690 ClassicButton3X = 684,
691 ClassicButton3Y = 685,
692 ClassicButton3Scale = 686,
693 ClassicButton3Opacity = 687,
694 ClassicButton4X = 688,
695 ClassicButton4Y = 689,
696 ClassicButton4Scale = 690,
697 ClassicButton4Opacity = 691,
698 ShowGoogleHoldDate = 692,
699 ResetOnStart = 693,
700 GpuValidationEnabled = 694,
701 GpuValidationVerbose = 695,
702 GpuValidationOutputmanagerEnabled = 696,
703 GpuValidationDisableErrorsupress = 697,
704 LoadRenderdocdll = 698,
705 GraphicsMode = 699,
706 RenderApi = 700,
707 GraphicsQualityPresetMode = 701,
708 ShadowQuality = 702,
709 CloudQuality = 703,
710 PointLightShadowQuality = 704,
711 PointLightLodingQuality = 705,
712 VolumetricFogQuality = 706,
713 ReflectionsQuality = 707,
714 BloomStrength = 708,
715 BloomCustomStrength = 709,
716 ControltowerTransportlayerOverrideEnabledDeprecated = 710,
717 DoNotShowMultiplayerIpSafetyWarning = 711,
718 DoNotShowWorldsWithoutEntitlementWarning = 712,
719 DoNotShowOldWorldsWarning = 713,
720 DoNotShowHardcoreModeWarning = 714,
721 DoNotShowHardcoreModeWarningOnce = 715,
722 DoNotShowExperimentalWorldWarning = 716,
723 DoNotShowBannedWarning = 717,
724 DoNotShowUsingExternalStorageWarning = 718,
725 DoNotShowHiddenLocalWorldsWarning = 719,
726 DoNotShowHiddenAlternativeStorageWorldsWarning = 720,
727 DoNotShowAlternativeStorageHasWorlds = 721,
728 DoNotShowAddonStackingWarning = 722,
729 DoNotShowSlowConnectionWarning = 723,
730 DoNotShowRealmsModerationDeletionWarning = 724,
731 DoNotShowRealmsRegionPingWarning = 725,
732 DoNotShowFriendsListFtue = 726,
733 EmoteChatEnabled = 727,
734 DevUsePresetPfAccount = 728,
735 DevInitializePresetPfAccount = 729,
736 DevPresetPfAccountUsername = 730,
737 DevPresetPfAccountPassword = 731,
738 TestOnlyInvalidOption = 732,
739 LoadingTipsIndex = 733,
740 NetherReached = 734,
741 AdEduRememberMe = 735,
742 AdEduMaxSigninTokenRefresh = 736,
743 AdEduMaxGraphTokenRefresh = 737,
744 DevAddHttpDelaySeconds = 738,
745 HasDismissedNewPlayerFlow = 739,
746 ImproveInputResponse = 740,
747 AppLaunchedCount = 741,
748 MarketplacePassOnestoreId = 742,
749 DevNethernetLoggingVerbosity = 743,
750 BgfxDebugTraceEnabled = 744,
751 XblUseRemoteConnect = 745,
752 ShowWorldsFriendsServersSisuScreenSession3 = 746,
753 IsInTouchControlCustomization = 747,
754 ShowFreePreviewRealmAvailableNewIcon = 748,
755 EcoMode = 749,
756 PlayScreenWorldLayoutMode = 750,
757 DevHideLanWorlds = 751,
758 EduCloudBackupToggle = 752,
759 AutomationMultiplayerSessionName = 753,
760 AutomationMultiplayerDeviceIndex = 754,
761 AutomationMultiplayerUserAccounts = 755,
762 ShadersdkServiceip = 756,
763 ShadersdkServiceport = 757,
764 ShadersdkTargetport = 758,
765 DoNotShowManageShowcaseClearWarning = 759,
766 DoNotShowManageShowcaseReplaceWarning = 760,
767 DoNotShowNotFollowingPartyWarning = 761,
768 DevDeferredPlatformOverride = 762,
769 DisplayRealmsFeaturesPanel = 763,
770 OverrideRealmsFeatures = 764,
771 OverriddenRealmsFeatures = 765,
772 DevHttpLoggingVerbosity = 766,
773 DevXsapiLoggingVerbosity = 767,
774 NewPlayerFlowV3AbcTestGroup = 768,
775 NewPlayerPathTutorialModeAbTestGroup = 769,
776 PartyInviteReceivedFilter = 770,
777 PartyPrivacy = 771,
778 PartyInviteSendPrivileges = 772,
779 FramePacingEnabled = 773,
780 OptionVersionMajor = 774,
781 OptionVersionMinor = 775,
782 OptionVersionPatch = 776,
783 OptionVersionRevision = 777,
784 GraphicsModeSwitch = 778,
785 ImguiTestrunnerSavedUnitTestTags = 779,
786 ImguiTestrunnerSavedServerTestTags = 780,
787 ImguiTestrunnerSavedFunctionalTestTags = 781,
788 DevDisableLanSignaling = 782,
789 TestViewDistanceOverride = 783,
790 DevTextureStreamingOverride = 784,
791 TextureStreaming = 785,
792 CommandMacroCommand0 = 786,
793 CommandMacroCommand1 = 787,
794 CommandMacroCommand2 = 788,
795 CommandMacroCommand3 = 789,
796 CommandMacroCommand4 = 790,
797 CommandMacroCommand5 = 791,
798 CommandMacroCommand6 = 792,
799 CommandMacroCommand7 = 793,
800 CommandMacroCommand8 = 794,
801 CommandMacroCommand9 = 795,
802 RenderBrainMemoriesState = 796,
803 EditorEnableNetworkMetricsCollection = 797,
804 PauseMenuOnFocusLost = 798,
805 DevOreUiContinuousRepaint = 799,
806 DevOreUiShowPaintRects = 800,
807 DevOreUiShowElementAabb = 801,
808 DevOreUiEmulateTouchEvents = 802,
809 Count = 803,
810};
Definition TextureHotReloader.h:5