From 42c85b19769389222af2fa24cbe73444310516f4 Mon Sep 17 00:00:00 2001 From: CloneTrooper1019 Date: Wed, 25 Sep 2019 23:34:24 -0500 Subject: [PATCH] 0.403.1.344866 --- Generated/Classes.cs | 12 ++++++++++-- Generated/Enums.cs | 8 ++++---- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/Generated/Classes.cs b/Generated/Classes.cs index 2e527e1..d093b6f 100644 --- a/Generated/Classes.cs +++ b/Generated/Classes.cs @@ -1,5 +1,5 @@ // Auto-generated list of creatable Roblox classes. -// Updated as of 0.401.0.338533 +// Updated as of 0.403.1.344866 using System; @@ -1188,6 +1188,7 @@ namespace RobloxFiles public class TextBox : GuiObject { public bool ClearTextOnFocus = true; + public bool EnableRealtimeFilteringHints = false; // [Load-only] public Font Font = Font.Legacy; [Obsolete] @@ -1197,7 +1198,6 @@ namespace RobloxFiles set { TextSize = FontUtility.GetFontSize(value); } } - public bool IsPassword = false; // [Load-only] public float LineHeight = 1; public bool ManualFocusRelease = false; // [Load-only] public bool MultiLine = false; @@ -2252,6 +2252,14 @@ namespace RobloxFiles } } + public class PolicyService : Instance + { + public PolicyService() + { + IsService = true; + } + } + public class Pose : Instance { public CFrame CFrame = new CFrame(); diff --git a/Generated/Enums.cs b/Generated/Enums.cs index bbaa188..3cba410 100644 --- a/Generated/Enums.cs +++ b/Generated/Enums.cs @@ -1,5 +1,5 @@ // Auto-generated list of Roblox enums. -// Updated as of 0.401.0.338533 +// Updated as of 0.403.1.344866 namespace RobloxFiles.Enums { @@ -615,8 +615,7 @@ namespace RobloxFiles.Enums public enum ExplosionType { NoCraters, - Craters, - CratersAndDebris + Craters } public enum FillDirection @@ -1968,7 +1967,8 @@ namespace RobloxFiles.Enums NoSuggestions, Number, Email, - Phone + Phone, + Password } public enum TextTruncate