0.501.0.5010363
This commit is contained in:
parent
eb6b38981b
commit
80cdc9c8db
@ -1,5 +1,5 @@
|
|||||||
// Auto-generated list of creatable Roblox classes.
|
// Auto-generated list of creatable Roblox classes.
|
||||||
// Updated as of 0.498.0.4980398
|
// Updated as of 0.501.0.5010363
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
@ -726,6 +726,10 @@ namespace RobloxFiles
|
|||||||
public VelocityConstraintMode VelocityConstraintMode = VelocityConstraintMode.Vector;
|
public VelocityConstraintMode VelocityConstraintMode = VelocityConstraintMode.Vector;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class Plane : Constraint
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
public class RodConstraint : Constraint
|
public class RodConstraint : Constraint
|
||||||
{
|
{
|
||||||
public float Length = 5;
|
public float Length = 5;
|
||||||
@ -1784,6 +1788,16 @@ namespace RobloxFiles
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class Highlight : Instance
|
||||||
|
{
|
||||||
|
public HighlightDepthMode DepthMode = HighlightDepthMode.AlwaysOnTop;
|
||||||
|
public bool Enabled = true;
|
||||||
|
public Color3 FillColor = new Color3(1, 0, 0);
|
||||||
|
public float FillTransparency = 0.5f;
|
||||||
|
public Color3 OutlineColor = new Color3(1, 1, 1);
|
||||||
|
public float OutlineTransparency;
|
||||||
|
}
|
||||||
|
|
||||||
public class HttpRbxApiService : Instance
|
public class HttpRbxApiService : Instance
|
||||||
{
|
{
|
||||||
public HttpRbxApiService()
|
public HttpRbxApiService()
|
||||||
@ -2287,14 +2301,6 @@ namespace RobloxFiles
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public class NewVoiceChatService : Instance
|
|
||||||
{
|
|
||||||
public NewVoiceChatService()
|
|
||||||
{
|
|
||||||
IsService = true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public class NoCollisionConstraint : Instance
|
public class NoCollisionConstraint : Instance
|
||||||
{
|
{
|
||||||
public bool Enabled = true;
|
public bool Enabled = true;
|
||||||
@ -2393,7 +2399,6 @@ namespace RobloxFiles
|
|||||||
public bool Locked;
|
public bool Locked;
|
||||||
public bool Massless;
|
public bool Massless;
|
||||||
public Material Material = Material.Plastic;
|
public Material Material = Material.Plastic;
|
||||||
public MaterialVariant MaterialVariant;
|
|
||||||
public CFrame PivotOffset = new CFrame();
|
public CFrame PivotOffset = new CFrame();
|
||||||
|
|
||||||
public Vector3 Position
|
public Vector3 Position
|
||||||
@ -2891,6 +2896,14 @@ namespace RobloxFiles
|
|||||||
public float Spread = 1;
|
public float Spread = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class ProcessInstancePhysicsService : Instance
|
||||||
|
{
|
||||||
|
public ProcessInstancePhysicsService()
|
||||||
|
{
|
||||||
|
IsService = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public class ProximityPrompt : Instance
|
public class ProximityPrompt : Instance
|
||||||
{
|
{
|
||||||
public string ActionText = "Interact";
|
public string ActionText = "Interact";
|
||||||
@ -3080,6 +3093,14 @@ namespace RobloxFiles
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class ScriptChangeService : Instance
|
||||||
|
{
|
||||||
|
public ScriptChangeService()
|
||||||
|
{
|
||||||
|
IsService = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public class ScriptContext : Instance
|
public class ScriptContext : Instance
|
||||||
{
|
{
|
||||||
public ScriptContext()
|
public ScriptContext()
|
||||||
@ -3411,7 +3432,6 @@ namespace RobloxFiles
|
|||||||
public NumberRange GameSettingsScaleRangeWidth = new NumberRange(0.7f, 1);
|
public NumberRange GameSettingsScaleRangeWidth = new NumberRange(0.7f, 1);
|
||||||
public float HealthDisplayDistance = 100;
|
public float HealthDisplayDistance = 100;
|
||||||
public bool LoadCharacterAppearance = true;
|
public bool LoadCharacterAppearance = true;
|
||||||
public LoadCharacterLayeredClothing LoadCharacterLayeredClothing = LoadCharacterLayeredClothing.Default;
|
|
||||||
public float NameDisplayDistance = 100;
|
public float NameDisplayDistance = 100;
|
||||||
public bool UserEmotesEnabled = true;
|
public bool UserEmotesEnabled = true;
|
||||||
}
|
}
|
||||||
@ -3432,6 +3452,14 @@ namespace RobloxFiles
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class StudioAssetService : Instance
|
||||||
|
{
|
||||||
|
public StudioAssetService()
|
||||||
|
{
|
||||||
|
IsService = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public class StudioData : Instance
|
public class StudioData : Instance
|
||||||
{
|
{
|
||||||
public StudioData()
|
public StudioData()
|
||||||
@ -3559,10 +3587,6 @@ namespace RobloxFiles
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public class TextSource : Instance
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
public class TimerService : Instance
|
public class TimerService : Instance
|
||||||
{
|
{
|
||||||
public TimerService()
|
public TimerService()
|
||||||
@ -3579,6 +3603,14 @@ namespace RobloxFiles
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class ToolboxService : Instance
|
||||||
|
{
|
||||||
|
public ToolboxService()
|
||||||
|
{
|
||||||
|
IsService = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public class TouchInputService : Instance
|
public class TouchInputService : Instance
|
||||||
{
|
{
|
||||||
public TouchInputService()
|
public TouchInputService()
|
||||||
@ -3760,7 +3792,7 @@ namespace RobloxFiles
|
|||||||
IsService = true;
|
IsService = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public string CachedData = "{\"lastKnownPublishRequest\":0,\"users\":[],\"lastSaveTime\":0}";
|
public string CachedData = "{\"lastSaveTime\":0,\"users\":[],\"lastKnownPublishRequest\":0}";
|
||||||
}
|
}
|
||||||
|
|
||||||
public class UserInputService : Instance
|
public class UserInputService : Instance
|
||||||
@ -3926,6 +3958,14 @@ namespace RobloxFiles
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class VoiceChatInternal : Instance
|
||||||
|
{
|
||||||
|
public VoiceChatInternal()
|
||||||
|
{
|
||||||
|
IsService = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public class VoiceChatService : Instance
|
public class VoiceChatService : Instance
|
||||||
{
|
{
|
||||||
public VoiceChatService()
|
public VoiceChatService()
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Auto-generated list of Roblox enums.
|
// Auto-generated list of Roblox enums.
|
||||||
// Updated as of 0.498.0.4980398
|
// Updated as of 0.501.0.5010363
|
||||||
|
|
||||||
namespace RobloxFiles.Enums
|
namespace RobloxFiles.Enums
|
||||||
{
|
{
|
||||||
@ -377,6 +377,12 @@ namespace RobloxFiles.Enums
|
|||||||
Movement
|
Movement
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public enum HighlightDepthMode
|
||||||
|
{
|
||||||
|
AlwaysOnTop,
|
||||||
|
Default
|
||||||
|
}
|
||||||
|
|
||||||
public enum HorizontalAlignment
|
public enum HorizontalAlignment
|
||||||
{
|
{
|
||||||
Center,
|
Center,
|
||||||
@ -717,13 +723,6 @@ namespace RobloxFiles.Enums
|
|||||||
Miter
|
Miter
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum LoadCharacterLayeredClothing
|
|
||||||
{
|
|
||||||
Default,
|
|
||||||
Disabled,
|
|
||||||
Enabled
|
|
||||||
}
|
|
||||||
|
|
||||||
public enum Material
|
public enum Material
|
||||||
{
|
{
|
||||||
Plastic = 256,
|
Plastic = 256,
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user