Skip to content

Commit

Permalink
0.437.0.406875
Browse files Browse the repository at this point in the history
  • Loading branch information
Roblox-Client-Tracker committed Jun 17, 2020
1 parent 7a05e00 commit 4f05c58
Show file tree
Hide file tree
Showing 413 changed files with 6,337 additions and 4,326 deletions.
86 changes: 69 additions & 17 deletions API-Dump.json
Expand Up @@ -11354,39 +11354,39 @@
{
"Category": "Data",
"MemberType": "Property",
"Name": "IsLocal",
"Name": "Line",
"Security": {
"Read": "None",
"Write": "None"
},
"Serialization": {
"CanLoad": true,
"CanSave": true
"CanLoad": false,
"CanSave": false
},
"Tags": [
"ReadOnly",
"NotReplicated"
],
"ValueType": {
"Category": "Primitive",
"Name": "bool"
"Name": "int"
}
},
{
"Category": "Data",
"MemberType": "Property",
"Name": "Line",
"Name": "isContextDependentBreakpoint",
"Security": {
"Read": "None",
"Write": "None"
},
"Serialization": {
"CanLoad": false,
"CanSave": false
"CanLoad": true,
"CanSave": true
},
"Tags": [
"ReadOnly",
"NotReplicated"
],
"ValueType": {
"Category": "Primitive",
"Name": "int"
"Name": "bool"
}
}
],
Expand Down Expand Up @@ -35698,6 +35698,27 @@
"Name": "float"
}
},
{
"Category": "Behavior",
"MemberType": "Property",
"Name": "PhysicsSimulationRate",
"Security": {
"Read": "None",
"Write": "None"
},
"Serialization": {
"CanLoad": false,
"CanSave": false
},
"Tags": [
"Hidden",
"NotReplicated"
],
"ValueType": {
"Category": "Enum",
"Name": "PhysicsSimulationRate"
}
},
{
"Category": "Behavior",
"MemberType": "Property",
Expand Down Expand Up @@ -45388,7 +45409,7 @@
}
},
{
"Name": "isLocalBreakpoint",
"Name": "isContextDependentBreakpoint",
"Type": {
"Category": "Primitive",
"Name": "bool"
Expand Down Expand Up @@ -52249,6 +52270,17 @@
},
"Security": "RobloxScriptSecurity"
},
{
"MemberType": "Function",
"Name": "GetTermsOfUseUrl",
"Parameters": [
],
"ReturnType": {
"Category": "Primitive",
"Name": "string"
},
"Security": "RobloxScriptSecurity"
},
{
"MemberType": "Function",
"Name": "GetUserId",
Expand Down Expand Up @@ -61490,10 +61522,6 @@
{
"Name": "FireCFrameChanged",
"Value": 1
},
{
"Name": "FireNoEvents",
"Value": 2
}
],
"Name": "BulkMoveMode"
Expand Down Expand Up @@ -65444,6 +65472,23 @@
],
"Name": "PermissionLevelShown"
},
{
"Items": [
{
"Name": "Fixed240Hz",
"Value": 0
},
{
"Name": "Fixed120Hz",
"Value": 1
},
{
"Name": "Fixed60Hz",
"Value": 2
}
],
"Name": "PhysicsSimulationRate"
},
{
"Items": [
{
Expand Down Expand Up @@ -67017,6 +67062,13 @@
"Deprecated"
],
"Value": 0
},
{
"Name": "Future",
"Tags": [
"Deprecated"
],
"Value": 4
}
],
"Name": "Technology"
Expand Down
12 changes: 9 additions & 3 deletions API-Dump.txt
Expand Up @@ -642,8 +642,8 @@ Class DebugSettings : Instance [NotCreatable] [Settings] [NotBrowsable]
Class DebuggerBreakpoint : Instance [NotCreatable]
Property string DebuggerBreakpoint.Condition
Property bool DebuggerBreakpoint.IsEnabled
Property bool DebuggerBreakpoint.IsLocal
Property int DebuggerBreakpoint.Line [ReadOnly] [NotReplicated]
Property bool DebuggerBreakpoint.isContextDependentBreakpoint
Class DebuggerManager : Instance [NotCreatable] [NotReplicated]
Property bool DebuggerManager.DebuggingEnabled [<💾> SaveOnly] [ReadOnly] [NotReplicated]
Function Instance DebuggerManager:AddDebugger(Instance script)
Expand Down Expand Up @@ -1993,6 +1993,7 @@ Class Workspace : WorldRoot [NotCreatable] [Service]
Property float Workspace.FallenPartsDestroyHeight {✏️PluginSecurity}
Property bool Workspace.FilteringEnabled {✏️PluginSecurity}
Property float Workspace.Gravity
Property Enum<PhysicsSimulationRate> Workspace.PhysicsSimulationRate [Hidden] [NotReplicated]
Property bool Workspace.StreamingEnabled {✏️PluginSecurity}
Property int Workspace.StreamingMinRadius [NotScriptable]
Property Enum<StreamingPauseMode> Workspace.StreamingPauseMode [NotScriptable]
Expand Down Expand Up @@ -2529,7 +2530,7 @@ Class ScriptDebugger : Instance [NotCreatable]
Function Map ScriptDebugger:GetUpvalues(int stackFrame = 0)
Function Variant ScriptDebugger:GetWatchValue(Instance watch)
Function Objects ScriptDebugger:GetWatches()
Function Instance ScriptDebugger:SetBreakpoint(int line, bool isLocalBreakpoint)
Function Instance ScriptDebugger:SetBreakpoint(int line, bool isContextDependentBreakpoint)
Function void ScriptDebugger:SetGlobal(string name, Variant value)
Function void ScriptDebugger:SetLocal(string name, Variant value, int stackFrame = 0)
Function void ScriptDebugger:SetUpvalue(string name, Variant value, int stackFrame = 0)
Expand Down Expand Up @@ -2925,6 +2926,7 @@ Class StudioService : Instance [NotCreatable] [Service] [NotReplicated]
Function Dictionary StudioService:GetClassIcon(string className) {PluginSecurity}
Function Dictionary StudioService:GetResourceByCategory(string category) {RobloxScriptSecurity}
Function string StudioService:GetStartupPluginId() {RobloxScriptSecurity}
Function string StudioService:GetTermsOfUseUrl() {RobloxScriptSecurity}
Function int64 StudioService:GetUserId() {PluginSecurity}
Function RaycastResult StudioService:GizmoRaycast(Vector3 origin, Vector3 direction, RaycastParams raycastParams = RaycastParams.new()) {PluginSecurity}
Function bool StudioService:IsPluginInstalled(int64 assetId) {RobloxScriptSecurity}
Expand Down Expand Up @@ -3546,7 +3548,6 @@ Enum BreakReason
Enum BulkMoveMode
EnumItem BulkMoveMode.FireAllEvents : 0
EnumItem BulkMoveMode.FireCFrameChanged : 1
EnumItem BulkMoveMode.FireNoEvents : 2
Enum Button
EnumItem Button.Dismount : 8
EnumItem Button.Jump : 32
Expand Down Expand Up @@ -4479,6 +4480,10 @@ Enum PermissionLevelShown
EnumItem PermissionLevelShown.RobloxScript : 2
EnumItem PermissionLevelShown.Studio : 3
EnumItem PermissionLevelShown.Roblox : 4
Enum PhysicsSimulationRate
EnumItem PhysicsSimulationRate.Fixed240Hz : 0
EnumItem PhysicsSimulationRate.Fixed120Hz : 1
EnumItem PhysicsSimulationRate.Fixed60Hz : 2
Enum Platform
EnumItem Platform.Windows : 0
EnumItem Platform.OSX : 1
Expand Down Expand Up @@ -4857,6 +4862,7 @@ Enum Technology
EnumItem Technology.Voxel : 1
EnumItem Technology.Compatibility : 2
EnumItem Technology.ShadowMap : 3
EnumItem Technology.Future : 4 [Deprecated]
Enum TeleportResult
EnumItem TeleportResult.Success : 0
EnumItem TeleportResult.Failure : 1
Expand Down

0 comments on commit 4f05c58

Please sign in to comment.