Skip to content

Commit

Permalink
0.442.0.409197
Browse files Browse the repository at this point in the history
  • Loading branch information
Roblox-Client-Tracker committed Jul 29, 2020
1 parent 5b32cd5 commit 399d71a
Show file tree
Hide file tree
Showing 48 changed files with 1,328 additions and 643 deletions.
136 changes: 95 additions & 41 deletions API-Dump.json
Expand Up @@ -34676,6 +34676,23 @@
},
{
"Members": [
{
"Category": "Appearance",
"MemberType": "Property",
"Name": "LevelOfDetail",
"Security": {
"Read": "PluginSecurity",
"Write": "PluginSecurity"
},
"Serialization": {
"CanLoad": true,
"CanSave": true
},
"ValueType": {
"Category": "Enum",
"Name": "ModelLevelOfDetail"
}
},
{
"Category": "Data",
"MemberType": "Property",
Expand Down Expand Up @@ -35045,7 +35062,10 @@
"Category": "Group",
"Name": "Tuple"
},
"Security": "None"
"Security": "None",
"Tags": [
"Deprecated"
]
},
{
"MemberType": "Function",
Expand Down Expand Up @@ -35086,7 +35106,10 @@
"Category": "Group",
"Name": "Tuple"
},
"Security": "None"
"Security": "None",
"Tags": [
"Deprecated"
]
},
{
"MemberType": "Function",
Expand Down Expand Up @@ -35119,7 +35142,10 @@
"Category": "Group",
"Name": "Tuple"
},
"Security": "None"
"Security": "None",
"Tags": [
"Deprecated"
]
},
{
"MemberType": "Function",
Expand Down Expand Up @@ -35604,26 +35630,6 @@
"Name": "PhysicsSimulationRate"
}
},
{
"Category": "Behavior",
"MemberType": "Property",
"Name": "SkinnedMeshEnabled",
"Security": {
"Read": "None",
"Write": "None"
},
"Serialization": {
"CanLoad": true,
"CanSave": true
},
"Tags": [
"NotScriptable"
],
"ValueType": {
"Category": "Enum",
"Name": "SkinnedMeshAllowType"
}
},
{
"Category": "Behavior",
"MemberType": "Property",
Expand Down Expand Up @@ -45104,6 +45110,13 @@
"Category": "Primitive",
"Name": "string"
}
},
{
"Name": "securityLevel",
"Type": {
"Category": "Primitive",
"Name": "int"
}
}
],
"Security": "RobloxScriptSecurity"
Expand Down Expand Up @@ -51143,6 +51156,23 @@
"Name": "int"
}
},
{
"Category": "Output",
"MemberType": "Property",
"Name": "Maximum Table Depth",
"Security": {
"Read": "None",
"Write": "None"
},
"Serialization": {
"CanLoad": true,
"CanSave": true
},
"ValueType": {
"Category": "Primitive",
"Name": "int"
}
},
{
"Category": "Script Editor Colors",
"MemberType": "Property",
Expand Down Expand Up @@ -53294,6 +53324,26 @@
"Name": "bool"
}
},
{
"Category": "Data",
"MemberType": "Property",
"Name": "ChildOrder",
"Security": {
"Read": "RobloxScriptSecurity",
"Write": "RobloxScriptSecurity"
},
"Serialization": {
"CanLoad": false,
"CanSave": false
},
"Tags": [
"Hidden"
],
"ValueType": {
"Category": "Primitive",
"Name": "int"
}
},
{
"Category": "Data",
"MemberType": "Property",
Expand Down Expand Up @@ -65375,6 +65425,23 @@
],
"Name": "MessageType"
},
{
"Items": [
{
"Name": "Automatic",
"Value": 0
},
{
"Name": "StreamingMesh",
"Value": 1
},
{
"Name": "Disabled",
"Value": 2
}
],
"Name": "ModelLevelOfDetail"
},
{
"Items": [
{
Expand Down Expand Up @@ -66491,23 +66558,6 @@
],
"Name": "SizeConstraint"
},
{
"Items": [
{
"Name": "Default",
"Value": 0
},
{
"Name": "Disabled",
"Value": 2
},
{
"Name": "Enabled",
"Value": 1
}
],
"Name": "SkinnedMeshAllowType"
},
{
"Items": [
{
Expand Down Expand Up @@ -67317,8 +67367,12 @@
"Value": 2
},
{
"Name": "TeleportToPartyAsync",
"Name": "TeleportPartyAsync",
"Value": 3
},
{
"Name": "TeleportUnknown",
"Value": 4
}
],
"Name": "TeleportMethod"
Expand Down
23 changes: 13 additions & 10 deletions API-Dump.txt
Expand Up @@ -1952,6 +1952,7 @@ Class VehicleSeat : BasePart
Property float VehicleSeat.TurnSpeed
Function void VehicleSeat:Sit(Instance humanoid)
Class Model : PVInstance
Property Enum<ModelLevelOfDetail> Model.LevelOfDetail {PluginSecurity}
Property Class<BasePart> Model.PrimaryPart
Function void Model:BreakJoints()
Function Tuple Model:GetBoundingBox()
Expand All @@ -1970,9 +1971,9 @@ Class Status : Model [NotCreatable] [Deprecated]
Class WorldRoot : Model [NotCreatable]
Function bool WorldRoot:ArePartsTouchingOthers(Objects partList, float overlapIgnored = 0.000199999995)
Function void WorldRoot:BulkMoveTo(Objects partList, Array cframeList, Enum<BulkMoveMode> eventMode = "FireAllEvents")
Function Tuple WorldRoot:FindPartOnRay(Ray ray, Instance ignoreDescendantsInstance = nil, bool terrainCellsAreCubes = false, bool ignoreWater = false)
Function Tuple WorldRoot:FindPartOnRayWithIgnoreList(Ray ray, Objects ignoreDescendantsTable, bool terrainCellsAreCubes = false, bool ignoreWater = false)
Function Tuple WorldRoot:FindPartOnRayWithWhitelist(Ray ray, Objects whitelistDescendantsTable, bool ignoreWater = false)
Function Tuple WorldRoot:FindPartOnRay(Ray ray, Instance ignoreDescendantsInstance = nil, bool terrainCellsAreCubes = false, bool ignoreWater = false) [Deprecated]
Function Tuple WorldRoot:FindPartOnRayWithIgnoreList(Ray ray, Objects ignoreDescendantsTable, bool terrainCellsAreCubes = false, bool ignoreWater = false) [Deprecated]
Function Tuple WorldRoot:FindPartOnRayWithWhitelist(Ray ray, Objects whitelistDescendantsTable, bool ignoreWater = false) [Deprecated]
Function Objects WorldRoot:FindPartsInRegion3(Region3 region, Instance ignoreDescendantsInstance = nil, int maxParts = 20)
Function Objects WorldRoot:FindPartsInRegion3WithIgnoreList(Region3 region, Objects ignoreDescendantsTable, int maxParts = 20)
Function Objects WorldRoot:FindPartsInRegion3WithWhiteList(Region3 region, Objects whitelistDescendantsTable, int maxParts = 20)
Expand All @@ -1987,7 +1988,6 @@ Class Workspace : WorldRoot [NotCreatable] [Service]
Property bool Workspace.FilteringEnabled {✏️PluginSecurity}
Property float Workspace.Gravity
Property Enum<PhysicsSimulationRate> Workspace.PhysicsSimulationRate [Hidden] [NotReplicated]
Property Enum<SkinnedMeshAllowType> Workspace.SkinnedMeshEnabled [NotScriptable]
Property bool Workspace.StreamingEnabled {✏️PluginSecurity}
Property int Workspace.StreamingMinRadius [NotScriptable]
Property Enum<StreamingPauseMode> Workspace.StreamingPauseMode [NotScriptable]
Expand Down Expand Up @@ -2512,7 +2512,7 @@ Class ScriptContext : Instance [NotCreatable] [Service] [NotReplicated]
Function Array ScriptContext:GetCoverageStats() {RobloxScriptSecurity}
Function void ScriptContext:SetTimeout(double seconds) {PluginSecurity}
Event ScriptContext.Error(string message, string stackTrace, Instance script)
Event ScriptContext.ErrorDetailed(string message, string stackTrace, Instance script, string details) {RobloxScriptSecurity}
Event ScriptContext.ErrorDetailed(string message, string stackTrace, Instance script, string details, int securityLevel) {RobloxScriptSecurity}
Class ScriptDebugger : Instance [NotCreatable]
Property int ScriptDebugger.CurrentLine [ReadOnly] [NotReplicated]
Property bool ScriptDebugger.IsDebugging [ReadOnly] [NotReplicated]
Expand Down Expand Up @@ -2859,6 +2859,7 @@ Class Studio : Instance [NotCreatable] [Service] [NotReplicated]
Property int Studio.ScriptTimeoutLength
Property bool Studio.Clear Output On Start
Property int Studio.Maximum Output Lines
Property int Studio.Maximum Table Depth
Property QFont Studio.Output Font
Property Enum<OutputLayoutMode> Studio.Output Layout Mode
Property float Studio.Line Thickness
Expand Down Expand Up @@ -2983,6 +2984,7 @@ Class TaskScheduler : Instance [NotCreatable] [Service]
Class Team : Instance
Property bool Team.AutoAssignable
Property bool Team.AutoColorCharacters [<📁> LoadOnly] [NotReplicated] [Deprecated]
Property int Team.ChildOrder {RobloxScriptSecurity} [Hidden]
Property int Team.Score [<📁> LoadOnly] [NotReplicated] [Deprecated]
Property BrickColor Team.TeamColor
Function Objects Team:GetPlayers()
Expand Down Expand Up @@ -4433,6 +4435,10 @@ Enum MessageType
EnumItem MessageType.MessageInfo : 1
EnumItem MessageType.MessageWarning : 2
EnumItem MessageType.MessageError : 3
Enum ModelLevelOfDetail
EnumItem ModelLevelOfDetail.Automatic : 0
EnumItem ModelLevelOfDetail.StreamingMesh : 1
EnumItem ModelLevelOfDetail.Disabled : 2
Enum ModifierKey
EnumItem ModifierKey.Shift : 0
EnumItem ModifierKey.Ctrl : 1
Expand Down Expand Up @@ -4697,10 +4703,6 @@ Enum SizeConstraint
EnumItem SizeConstraint.RelativeXY : 0
EnumItem SizeConstraint.RelativeXX : 1
EnumItem SizeConstraint.RelativeYY : 2
Enum SkinnedMeshAllowType
EnumItem SkinnedMeshAllowType.Default : 0
EnumItem SkinnedMeshAllowType.Enabled : 1
EnumItem SkinnedMeshAllowType.Disabled : 2
Enum SortOrder
EnumItem SortOrder.Name : 0
EnumItem SortOrder.Custom : 1 [Deprecated]
Expand Down Expand Up @@ -4895,7 +4897,8 @@ Enum TeleportMethod
EnumItem TeleportMethod.TeleportToSpawnByName : 0
EnumItem TeleportMethod.TeleportToPlaceInstance : 1
EnumItem TeleportMethod.TeleportToPrivateServer : 2
EnumItem TeleportMethod.TeleportToPartyAsync : 3
EnumItem TeleportMethod.TeleportPartyAsync : 3
EnumItem TeleportMethod.TeleportUnknown : 4
Enum TeleportResult
EnumItem TeleportResult.Success : 0
EnumItem TeleportResult.Failure : 1
Expand Down
3 changes: 3 additions & 0 deletions AutocompleteMetadata.xml
Expand Up @@ -2320,6 +2320,9 @@
<bool name="IgnoreWater">
Should a raycast ignore Terrain water
</bool>
<string name="CollisionGroup">
Parts set to not collide with this group will be ignored by the raycast
</string>
</Properties>
</ItemStruct>
<ItemStruct name="RaycastResult">
Expand Down
Expand Up @@ -15,4 +15,4 @@ Studio.AlignmentTool.AxesSection.WorldZ, , ,World Z
Studio.AlignmentTool.RelativeToSection.Title, , ,Relative To
Studio.AlignmentTool.RelativeToSection.Selection, , ,Selection Bounds
Studio.AlignmentTool.RelativeToSection.Active, , ,Active Object
Studio.AlignmentTool.RelativeToSection.ActiveObjectTooltip, , ,Align objects relative to the last object in the selection.
Studio.AlignmentTool.RelativeToSection.ActiveObjectTooltip, , ,Align objects relative to the most recently selected object. Click on a selected object to switch the active object.
Expand Up @@ -14,4 +14,4 @@ Studio.AlignmentTool.AxesSection.WorldZ,World Z,
Studio.AlignmentTool.RelativeToSection.Title,Relative To,
Studio.AlignmentTool.RelativeToSection.Selection,Selection Bounds,
Studio.AlignmentTool.RelativeToSection.Active,Active Object,
Studio.AlignmentTool.RelativeToSection.ActiveObjectTooltip,Align objects relative to the last object in the selection.,
Studio.AlignmentTool.RelativeToSection.ActiveObjectTooltip,Align objects relative to the last object in the selection. Click on a selected object to switch the active object.,
1 change: 1 addition & 0 deletions BuiltInPlugins/ErrorReporterBuiltIn/Bin/ExpectedPrefix.txt
@@ -0,0 +1 @@
builtin
@@ -0,0 +1,4 @@
Key,Source,Context,en-us
Studio.Framework.Spec.greeting_formal, , ,Hello
Studio.Framework.Spec.greeting_informal,{friend}{days}, ,"Sup {friend}, I haven't seen you in {days:int} days"
Studio.Framework.Spec.greeting_surprise, , ,No one expects the Spanish Inquisition!
@@ -0,0 +1,3 @@
Key,Source,Context,es,es-es
Studio.Framework.Spec.greeting_formal, , ,Hola,Hola
Studio.Framework.Spec.greeting_informal, , ,{friend}{days},¿Qué pasa {friend}? No te he visto en {days:int} días
@@ -0,0 +1,2 @@
Key,Source,Context,en-us
Studio.Framework.Example.Hello,{Name}, ,"Hello, {Name}!"
@@ -0,0 +1,2 @@
Key,Source,Context,es
Studio.Framework.Example.Hello,{Name}, ,"Hola, {Name}!"
@@ -0,0 +1,4 @@
Key,Source,Context,en-us
Studio.Framework.Spec.greeting_formal, , ,Hello
Studio.Framework.Spec.greeting_informal,{friend}{days}, ,"Sup {friend}, I haven't seen you in {days:int} days"
Studio.Framework.Spec.greeting_surprise, , ,No one expects the Spanish Inquisition!
@@ -0,0 +1,3 @@
Key,Source,Context,es,es-es
Studio.Framework.Spec.greeting_formal, , ,Hola,Hola
Studio.Framework.Spec.greeting_informal, , ,{friend}{days},¿Qué pasa {friend}? No te he visto en {days:int} días
@@ -0,0 +1,2 @@
Key,Source,Context,en-us
Studio.Framework.Example.Hello,{Name}, ,"Hello, {Name}!"
@@ -0,0 +1,2 @@
Key,Source,Context,es
Studio.Framework.Example.Hello,{Name}, ,"Hola, {Name}!"
@@ -0,0 +1 @@
sabuiltin

0 comments on commit 399d71a

Please sign in to comment.