0.504.0.5040410
This commit is contained in:
parent
558ed05d1b
commit
d0053b5aee
@ -1,5 +1,5 @@
|
|||||||
// Auto-generated list of creatable Roblox classes.
|
// Auto-generated list of creatable Roblox classes.
|
||||||
// Updated as of 0.501.0.5010363
|
// Updated as of 0.504.0.5040410
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
@ -76,6 +76,14 @@ namespace RobloxFiles
|
|||||||
public float AuthoredHipHeight = 2;
|
public float AuthoredHipHeight = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class AnimationClipProvider : Instance
|
||||||
|
{
|
||||||
|
public AnimationClipProvider()
|
||||||
|
{
|
||||||
|
IsService = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public class AnimationController : Instance
|
public class AnimationController : Instance
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
@ -96,14 +104,6 @@ namespace RobloxFiles
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public class AssetCounterService : Instance
|
|
||||||
{
|
|
||||||
public AssetCounterService()
|
|
||||||
{
|
|
||||||
IsService = true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public class AssetImportService : Instance
|
public class AssetImportService : Instance
|
||||||
{
|
{
|
||||||
public AssetImportService()
|
public AssetImportService()
|
||||||
@ -730,6 +730,14 @@ namespace RobloxFiles
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class RigidConstraint : Constraint
|
||||||
|
{
|
||||||
|
public bool Broken;
|
||||||
|
public bool DestructionEnabled;
|
||||||
|
public float DestructionForce = float.MaxValue;
|
||||||
|
public float DestructionTorque = float.MaxValue;
|
||||||
|
}
|
||||||
|
|
||||||
public class RodConstraint : Constraint
|
public class RodConstraint : Constraint
|
||||||
{
|
{
|
||||||
public float Length = 5;
|
public float Length = 5;
|
||||||
@ -950,6 +958,14 @@ namespace RobloxFiles
|
|||||||
public MeshType MeshType = MeshType.Head;
|
public MeshType MeshType = MeshType.Head;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class DataModelPatchService : Instance
|
||||||
|
{
|
||||||
|
public DataModelPatchService()
|
||||||
|
{
|
||||||
|
IsService = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public class DataStoreIncrementOptions : Instance
|
public class DataStoreIncrementOptions : Instance
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
@ -2154,6 +2170,14 @@ namespace RobloxFiles
|
|||||||
public string SourceLocaleId = "en-us";
|
public string SourceLocaleId = "en-us";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class LodDataService : Instance
|
||||||
|
{
|
||||||
|
public LodDataService()
|
||||||
|
{
|
||||||
|
IsService = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public class LogService : Instance
|
public class LogService : Instance
|
||||||
{
|
{
|
||||||
public LogService()
|
public LogService()
|
||||||
@ -2194,6 +2218,18 @@ namespace RobloxFiles
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class LuauScriptAnalyzerService : Instance
|
||||||
|
{
|
||||||
|
public LuauScriptAnalyzerService()
|
||||||
|
{
|
||||||
|
IsService = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public class MarkerCurve : Instance
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
public class MarketplaceService : Instance
|
public class MarketplaceService : Instance
|
||||||
{
|
{
|
||||||
public MarketplaceService()
|
public MarketplaceService()
|
||||||
@ -2678,6 +2714,14 @@ namespace RobloxFiles
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class PackageUIService : Instance
|
||||||
|
{
|
||||||
|
public PackageUIService()
|
||||||
|
{
|
||||||
|
IsService = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public class PartOperationAsset : Instance
|
public class PartOperationAsset : Instance
|
||||||
{
|
{
|
||||||
public byte[] ChildData = Array.Empty<byte>();
|
public byte[] ChildData = Array.Empty<byte>();
|
||||||
@ -2728,6 +2772,7 @@ namespace RobloxFiles
|
|||||||
public Attachment Attachment0;
|
public Attachment Attachment0;
|
||||||
public Attachment Attachment1;
|
public Attachment Attachment1;
|
||||||
public bool IsBidirectional = true;
|
public bool IsBidirectional = true;
|
||||||
|
public string ModifierId = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
public class PathfindingModifier : Instance
|
public class PathfindingModifier : Instance
|
||||||
@ -3115,6 +3160,14 @@ namespace RobloxFiles
|
|||||||
public string ScriptGuid = "";
|
public string ScriptGuid = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class ScriptRegistrationService : Instance
|
||||||
|
{
|
||||||
|
public ScriptRegistrationService()
|
||||||
|
{
|
||||||
|
IsService = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public class ScriptService : Instance
|
public class ScriptService : Instance
|
||||||
{
|
{
|
||||||
public ScriptService()
|
public ScriptService()
|
||||||
@ -3541,6 +3594,14 @@ namespace RobloxFiles
|
|||||||
public bool CustomizedTeleportUI;
|
public bool CustomizedTeleportUI;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class TemporaryScriptService : Instance
|
||||||
|
{
|
||||||
|
public TemporaryScriptService()
|
||||||
|
{
|
||||||
|
IsService = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public class TerrainRegion : Instance
|
public class TerrainRegion : Instance
|
||||||
{
|
{
|
||||||
public Vector3int16 ExtentsMax = new Vector3int16();
|
public Vector3int16 ExtentsMax = new Vector3int16();
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Auto-generated list of Roblox enums.
|
// Auto-generated list of Roblox enums.
|
||||||
// Updated as of 0.501.0.5010363
|
// Updated as of 0.504.0.5040410
|
||||||
|
|
||||||
namespace RobloxFiles.Enums
|
namespace RobloxFiles.Enums
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user