0.442.0.409197
This commit is contained in:
parent
0f06646f2e
commit
77dff70e4b
@ -1,5 +1,5 @@
|
|||||||
// Auto-generated list of creatable Roblox classes.
|
// Auto-generated list of creatable Roblox classes.
|
||||||
// Updated as of 0.441.1.408989
|
// Updated as of 0.442.0.409197
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
@ -2245,6 +2245,7 @@ namespace RobloxFiles
|
|||||||
|
|
||||||
public class Model : PVInstance
|
public class Model : PVInstance
|
||||||
{
|
{
|
||||||
|
public ModelLevelOfDetail LevelOfDetail = ModelLevelOfDetail.Automatic;
|
||||||
public CFrame ModelInPrimary = new CFrame();
|
public CFrame ModelInPrimary = new CFrame();
|
||||||
public BasePart PrimaryPart = null;
|
public BasePart PrimaryPart = null;
|
||||||
}
|
}
|
||||||
@ -2268,7 +2269,6 @@ namespace RobloxFiles
|
|||||||
public float FallenPartsDestroyHeight = -500;
|
public float FallenPartsDestroyHeight = -500;
|
||||||
public bool FilteringEnabled = false;
|
public bool FilteringEnabled = false;
|
||||||
public float Gravity = 196.2f;
|
public float Gravity = 196.2f;
|
||||||
public SkinnedMeshAllowType SkinnedMeshEnabled;
|
|
||||||
public bool StreamingEnabled = false;
|
public bool StreamingEnabled = false;
|
||||||
public int StreamingMinRadius = 64;
|
public int StreamingMinRadius = 64;
|
||||||
public StreamingPauseMode StreamingPauseMode = StreamingPauseMode.Default;
|
public StreamingPauseMode StreamingPauseMode = StreamingPauseMode.Default;
|
||||||
@ -2385,6 +2385,14 @@ namespace RobloxFiles
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class PluginDebugService : Instance
|
||||||
|
{
|
||||||
|
public PluginDebugService()
|
||||||
|
{
|
||||||
|
IsService = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public class PluginGuiService : Instance
|
public class PluginGuiService : Instance
|
||||||
{
|
{
|
||||||
public PluginGuiService()
|
public PluginGuiService()
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Auto-generated list of Roblox enums.
|
// Auto-generated list of Roblox enums.
|
||||||
// Updated as of 0.441.1.408989
|
// Updated as of 0.442.0.409197
|
||||||
|
|
||||||
namespace RobloxFiles.Enums
|
namespace RobloxFiles.Enums
|
||||||
{
|
{
|
||||||
@ -1373,6 +1373,13 @@ namespace RobloxFiles.Enums
|
|||||||
MessageError
|
MessageError
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public enum ModelLevelOfDetail
|
||||||
|
{
|
||||||
|
Automatic,
|
||||||
|
StreamingMesh,
|
||||||
|
Disabled
|
||||||
|
}
|
||||||
|
|
||||||
public enum ModifierKey
|
public enum ModifierKey
|
||||||
{
|
{
|
||||||
Shift,
|
Shift,
|
||||||
@ -1763,13 +1770,6 @@ namespace RobloxFiles.Enums
|
|||||||
RelativeYY
|
RelativeYY
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum SkinnedMeshAllowType
|
|
||||||
{
|
|
||||||
Default,
|
|
||||||
Enabled,
|
|
||||||
Disabled
|
|
||||||
}
|
|
||||||
|
|
||||||
public enum SortOrder
|
public enum SortOrder
|
||||||
{
|
{
|
||||||
Name,
|
Name,
|
||||||
@ -2013,7 +2013,8 @@ namespace RobloxFiles.Enums
|
|||||||
TeleportToSpawnByName,
|
TeleportToSpawnByName,
|
||||||
TeleportToPlaceInstance,
|
TeleportToPlaceInstance,
|
||||||
TeleportToPrivateServer,
|
TeleportToPrivateServer,
|
||||||
TeleportToPartyAsync
|
TeleportPartyAsync,
|
||||||
|
TeleportUnknown
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum TeleportResult
|
public enum TeleportResult
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user