0.464.0.417415

This commit is contained in:
Max 2021-02-04 23:43:19 -06:00
parent 6acb98ec6e
commit dfd57f912f
3 changed files with 22 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// Auto-generated list of creatable Roblox classes. // Auto-generated list of creatable Roblox classes.
// Updated as of 0.463.0.417004 // Updated as of 0.464.0.417415
using System; using System;
@ -856,6 +856,10 @@ namespace RobloxFiles
public MeshType MeshType = MeshType.Head; public MeshType MeshType = MeshType.Head;
} }
public class DataStoreIncrementOptions : Instance
{
}
public class DataStoreService : Instance public class DataStoreService : Instance
{ {
public DataStoreService() public DataStoreService()
@ -869,6 +873,10 @@ namespace RobloxFiles
public bool LegacyNamingScheme; public bool LegacyNamingScheme;
} }
public class DataStoreSetOptions : Instance
{
}
public class Debris : Instance public class Debris : Instance
{ {
public Debris() public Debris()
@ -1081,6 +1089,11 @@ namespace RobloxFiles
} }
} }
public class GetDataStoreOptions : Instance
{
public bool AllScopes;
}
public class GroupService : Instance public class GroupService : Instance
{ {
public GroupService() public GroupService()
@ -2177,6 +2190,8 @@ namespace RobloxFiles
public SurfaceType RightSurface = SurfaceType.Smooth; public SurfaceType RightSurface = SurfaceType.Smooth;
public InputType RightSurfaceInput = InputType.NoInput; public InputType RightSurfaceInput = InputType.NoInput;
public int RootPriority; public int RootPriority;
[Obsolete]
public Vector3 RotVelocity = new Vector3(); public Vector3 RotVelocity = new Vector3();
public Vector3 Size public Vector3 Size
@ -2190,6 +2205,8 @@ namespace RobloxFiles
public SurfaceType TopSurface = SurfaceType.Smooth; public SurfaceType TopSurface = SurfaceType.Smooth;
public InputType TopSurfaceInput = InputType.NoInput; public InputType TopSurfaceInput = InputType.NoInput;
public float Transparency; public float Transparency;
[Obsolete]
public Vector3 Velocity = new Vector3(); public Vector3 Velocity = new Vector3();
[Obsolete] [Obsolete]
@ -2385,6 +2402,7 @@ namespace RobloxFiles
public float Gravity = 196.2f; public float Gravity = 196.2f;
public InterpolationThrottlingMode InterpolationThrottling = InterpolationThrottlingMode.Default; public InterpolationThrottlingMode InterpolationThrottling = InterpolationThrottlingMode.Default;
public MeshPartHeads MeshPartHeads = MeshPartHeads.Default; public MeshPartHeads MeshPartHeads = MeshPartHeads.Default;
public PhysicsSteppingMethod PhysicsSteppingMethod;
public bool StreamingEnabled; public bool StreamingEnabled;
public int StreamingMinRadius = 64; public int StreamingMinRadius = 64;
public StreamingPauseMode StreamingPauseMode = StreamingPauseMode.Default; public StreamingPauseMode StreamingPauseMode = StreamingPauseMode.Default;
@ -2437,6 +2455,7 @@ namespace RobloxFiles
public NumberRange Speed = new NumberRange(5); public NumberRange Speed = new NumberRange(5);
public Vector2 SpreadAngle = new Vector2(); public Vector2 SpreadAngle = new Vector2();
public Content Texture = "rbxasset://textures/particles/sparkles_main.dds"; public Content Texture = "rbxasset://textures/particles/sparkles_main.dds";
public float TimeScale = 1;
public NumberSequence Transparency = new NumberSequence(0); public NumberSequence Transparency = new NumberSequence(0);
public float VelocityInheritance; public float VelocityInheritance;
@ -2671,6 +2690,7 @@ namespace RobloxFiles
public bool Deprecated; public bool Deprecated;
public bool EditingDisabled; public bool EditingDisabled;
public bool IsBackend; public bool IsBackend;
public int PropertyOrder = 5000;
public string ScriptContext = ""; public string ScriptContext = "";
public bool ServerOnly; public bool ServerOnly;
public double UIMaximum; public double UIMaximum;

View File

@ -1,5 +1,5 @@
// Auto-generated list of Roblox enums. // Auto-generated list of Roblox enums.
// Updated as of 0.463.0.417004 // Updated as of 0.464.0.417415
namespace RobloxFiles.Enums namespace RobloxFiles.Enums
{ {

Binary file not shown.