diff --git a/Generated/Classes.cs b/Generated/Classes.cs index 08b9044..242c1ad 100644 --- a/Generated/Classes.cs +++ b/Generated/Classes.cs @@ -1,5 +1,5 @@ // Auto-generated list of creatable Roblox classes. -// Updated as of 0.455.0.413788 +// Updated as of 0.458.1.415373 using System; @@ -198,6 +198,29 @@ namespace RobloxFiles public bool ShowDevelopmentGui = true; } + public abstract class BaseWrap : Instance + { + public Content CageMeshId = ""; + public CFrame CageOrigin = new CFrame(); + public CFrame ImportOrigin = new CFrame(); + } + + public class WrapLayer : BaseWrap + { + public CFrame BindOffset = new CFrame(); + public bool Enabled = true; + public int Order = 1; + public float Puffiness = 1; + public Content ReferenceMeshId = ""; + public CFrame ReferenceOrigin = new CFrame(); + public float ShrinkFactor; + } + + public class WrapTarget : BaseWrap + { + public float Stiffness = 0.9f; + } + public class Beam : Instance { public Attachment Attachment0; @@ -546,6 +569,12 @@ namespace RobloxFiles public float MaxActivationDistance = 32; } + public class Clouds : Instance + { + public float Cover = 0.5f; + public float Density = 0.7f; + } + public class CollectionService : Instance { public CollectionService() @@ -1598,6 +1627,14 @@ namespace RobloxFiles } } + public class HeightmapImporterService : Instance + { + public HeightmapImporterService() + { + IsService = true; + } + } + public class HttpRbxApiService : Instance { public HttpRbxApiService() @@ -2540,6 +2577,7 @@ namespace RobloxFiles public class ProximityPrompt : Instance { public string ActionText = "Interact"; + public bool AutoLocalize = true; public bool ClickablePrompt = true; public bool Enabled = true; public ProximityPromptExclusivity Exclusivity = ProximityPromptExclusivity.OnePerButton; @@ -2549,6 +2587,7 @@ namespace RobloxFiles public float MaxActivationDistance = 10; public string ObjectText = ""; public bool RequiresLineOfSight = true; + public LocalizationTable RootLocalizationTable; public ProximityPromptStyle Style = ProximityPromptStyle.Default; public Vector2 UIOffset = new Vector2(); } @@ -2814,9 +2853,12 @@ namespace RobloxFiles public class Sound : Instance { + [Obsolete] public float EmitterSize = 10; + public bool Looped; + [Obsolete] public float MaxDistance { get => xmlRead_MaxDistance_3; @@ -3098,6 +3140,13 @@ namespace RobloxFiles } } + public class TeleportOptions : Instance + { + public string ReservedServerAccessCode = ""; + public string ServerInstanceId = ""; + public bool ShouldReserveServer; + } + public class TeleportService : Instance { public TeleportService() diff --git a/Generated/Enums.cs b/Generated/Enums.cs index 0e9d82e..c8b9904 100644 --- a/Generated/Enums.cs +++ b/Generated/Enums.cs @@ -1,5 +1,5 @@ // Auto-generated list of Roblox enums. -// Updated as of 0.455.0.413788 +// Updated as of 0.458.1.415373 namespace RobloxFiles.Enums { diff --git a/Plugins/GenerateApiDump.rbxm b/Plugins/GenerateApiDump.rbxm index 14b478a..ccc1afe 100644 Binary files a/Plugins/GenerateApiDump.rbxm and b/Plugins/GenerateApiDump.rbxm differ diff --git a/Plugins/GenerateApiDump/init.server.lua b/Plugins/GenerateApiDump/init.server.lua index 42772eb..f4933a9 100644 --- a/Plugins/GenerateApiDump/init.server.lua +++ b/Plugins/GenerateApiDump/init.server.lua @@ -76,6 +76,7 @@ local function exportStream(label) export.Archivable = false export.Source = results export.Name = label + export.Parent = workspace plugin:OpenScript(export) end diff --git a/RobloxFileFormat.dll b/RobloxFileFormat.dll index 07d5412..031bcfb 100644 Binary files a/RobloxFileFormat.dll and b/RobloxFileFormat.dll differ