0.442.0.409197

This commit is contained in:
CloneTrooper1019 2020-07-29 14:44:43 -05:00
parent 0f06646f2e
commit 77dff70e4b
3 changed files with 20 additions and 11 deletions

View File

@ -1,5 +1,5 @@
// Auto-generated list of creatable Roblox classes.
// Updated as of 0.441.1.408989
// Updated as of 0.442.0.409197
using System;
@ -2245,6 +2245,7 @@ namespace RobloxFiles
public class Model : PVInstance
{
public ModelLevelOfDetail LevelOfDetail = ModelLevelOfDetail.Automatic;
public CFrame ModelInPrimary = new CFrame();
public BasePart PrimaryPart = null;
}
@ -2268,7 +2269,6 @@ namespace RobloxFiles
public float FallenPartsDestroyHeight = -500;
public bool FilteringEnabled = false;
public float Gravity = 196.2f;
public SkinnedMeshAllowType SkinnedMeshEnabled;
public bool StreamingEnabled = false;
public int StreamingMinRadius = 64;
public StreamingPauseMode StreamingPauseMode = StreamingPauseMode.Default;
@ -2385,6 +2385,14 @@ namespace RobloxFiles
{
}
public class PluginDebugService : Instance
{
public PluginDebugService()
{
IsService = true;
}
}
public class PluginGuiService : Instance
{
public PluginGuiService()

View File

@ -1,5 +1,5 @@
// Auto-generated list of Roblox enums.
// Updated as of 0.441.1.408989
// Updated as of 0.442.0.409197
namespace RobloxFiles.Enums
{
@ -1373,6 +1373,13 @@ namespace RobloxFiles.Enums
MessageError
}
public enum ModelLevelOfDetail
{
Automatic,
StreamingMesh,
Disabled
}
public enum ModifierKey
{
Shift,
@ -1763,13 +1770,6 @@ namespace RobloxFiles.Enums
RelativeYY
}
public enum SkinnedMeshAllowType
{
Default,
Enabled,
Disabled
}
public enum SortOrder
{
Name,
@ -2013,7 +2013,8 @@ namespace RobloxFiles.Enums
TeleportToSpawnByName,
TeleportToPlaceInstance,
TeleportToPrivateServer,
TeleportToPartyAsync
TeleportPartyAsync,
TeleportUnknown
}
public enum TeleportResult

Binary file not shown.