Skip to content

Commit

Permalink
0.472.0.419960
Browse files Browse the repository at this point in the history
  • Loading branch information
Roblox-Client-Tracker committed Mar 30, 2021
1 parent d4dae6e commit 2a66531
Show file tree
Hide file tree
Showing 53 changed files with 1,406 additions and 648 deletions.
224 changes: 203 additions & 21 deletions API-Dump.json
Original file line number Diff line number Diff line change
Expand Up @@ -34493,6 +34493,32 @@
"Security": "RobloxScriptSecurity",
"ThreadSafety": "Unsafe"
},
{
"MemberType": "Function",
"Name": "Call",
"Parameters": [
{
"Name": "key",
"Type": {
"Category": "Primitive",
"Name": "string"
}
},
{
"Name": "input",
"Type": {
"Category": "Group",
"Name": "Variant"
}
}
],
"ReturnType": {
"Category": "Group",
"Name": "Variant"
},
"Security": "RobloxScriptSecurity",
"ThreadSafety": "Unsafe"
},
{
"MemberType": "Function",
"Name": "Fire",
Expand Down Expand Up @@ -57034,6 +57060,152 @@
"Service"
]
},
{
"Members": [
{
"Category": "Data",
"MemberType": "Property",
"Name": "PlaybackLoudness",
"Security": {
"Read": "None",
"Write": "None"
},
"Serialization": {
"CanLoad": false,
"CanSave": false
},
"Tags": [
"ReadOnly",
"NotReplicated"
],
"ThreadSafety": "ReadOnly",
"ValueType": {
"Category": "Primitive",
"Name": "double"
}
},
{
"Category": "Data",
"MemberType": "Property",
"Name": "RollOffMaxDistance",
"Security": {
"Read": "None",
"Write": "None"
},
"Serialization": {
"CanLoad": false,
"CanSave": false
},
"Tags": [
"NotReplicated"
],
"ThreadSafety": "ReadOnly",
"ValueType": {
"Category": "Primitive",
"Name": "float"
}
},
{
"Category": "Data",
"MemberType": "Property",
"Name": "RollOffMinDistance",
"Security": {
"Read": "None",
"Write": "None"
},
"Serialization": {
"CanLoad": false,
"CanSave": false
},
"Tags": [
"NotReplicated"
],
"ThreadSafety": "ReadOnly",
"ValueType": {
"Category": "Primitive",
"Name": "float"
}
},
{
"Category": "Data",
"MemberType": "Property",
"Name": "RollOffMode",
"Security": {
"Read": "None",
"Write": "None"
},
"Serialization": {
"CanLoad": true,
"CanSave": true
},
"ThreadSafety": "ReadOnly",
"ValueType": {
"Category": "Enum",
"Name": "RollOffMode"
}
},
{
"Category": "Data",
"MemberType": "Property",
"Name": "SoundGroup",
"Security": {
"Read": "None",
"Write": "None"
},
"Serialization": {
"CanLoad": true,
"CanSave": true
},
"ThreadSafety": "ReadOnly",
"ValueType": {
"Category": "Class",
"Name": "SoundGroup"
}
},
{
"Category": "Data",
"MemberType": "Property",
"Name": "Source",
"Security": {
"Read": "None",
"Write": "None"
},
"Serialization": {
"CanLoad": true,
"CanSave": true
},
"ThreadSafety": "ReadOnly",
"ValueType": {
"Category": "Class",
"Name": "Instance"
}
},
{
"Category": "Data",
"MemberType": "Property",
"Name": "Volume",
"Security": {
"Read": "None",
"Write": "None"
},
"Serialization": {
"CanLoad": true,
"CanSave": true
},
"ThreadSafety": "ReadOnly",
"ValueType": {
"Category": "Primitive",
"Name": "float"
}
}
],
"MemoryCategory": "Internal",
"Name": "Speaker",
"Superclass": "Instance",
"Tags": [
"Deprecated"
]
},
{
"Members": [
],
Expand Down Expand Up @@ -60582,27 +60754,6 @@
"Name": "bool"
}
},
{
"Category": "Data",
"MemberType": "Property",
"Name": "EnableScriptCollabOnLoad",
"Security": {
"Read": "RobloxScriptSecurity",
"Write": "RobloxScriptSecurity"
},
"Serialization": {
"CanLoad": true,
"CanSave": true
},
"Tags": [
"Hidden"
],
"ThreadSafety": "ReadOnly",
"ValueType": {
"Category": "Primitive",
"Name": "bool"
}
},
{
"Category": "Data",
"MemberType": "Property",
Expand Down Expand Up @@ -61180,6 +61331,37 @@
"Security": "RobloxScriptSecurity",
"ThreadSafety": "Unsafe"
},
{
"MemberType": "Function",
"Name": "GetBadgeConfigureUrl",
"Parameters": [
{
"Name": "badgeId",
"Type": {
"Category": "Primitive",
"Name": "int64"
}
}
],
"ReturnType": {
"Category": "Primitive",
"Name": "string"
},
"Security": "RobloxScriptSecurity",
"ThreadSafety": "Unsafe"
},
{
"MemberType": "Function",
"Name": "GetBadgeUploadUrl",
"Parameters": [
],
"ReturnType": {
"Category": "Primitive",
"Name": "string"
},
"Security": "RobloxScriptSecurity",
"ThreadSafety": "Unsafe"
},
{
"MemberType": "Function",
"Name": "GetClassIcon",
Expand Down
12 changes: 11 additions & 1 deletion API-Dump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1851,6 +1851,7 @@ Class MemStorageConnection : Instance [NotCreatable] [NotReplicated]
Class MemStorageService : Instance [NotCreatable] [Service] [NotReplicated]
Function Instance MemStorageService:Bind(string key, Function callback) {RobloxScriptSecurity}
Function Instance MemStorageService:BindAndFire(string key, Function callback) {RobloxScriptSecurity}
Function Variant MemStorageService:Call(string key, Variant input) {RobloxScriptSecurity}
Function void MemStorageService:Fire(string key, string value = "") {RobloxScriptSecurity}
Function string MemStorageService:GetItem(string key, string defaultValue = "") {RobloxScriptSecurity}
Function bool MemStorageService:HasItem(string key) {RobloxScriptSecurity}
Expand Down Expand Up @@ -3018,6 +3019,14 @@ Class Sparkles : Instance
Property bool Sparkles.Enabled
Property Color3 Sparkles.SparkleColor
Class SpawnerService : Instance [NotCreatable] [Service]
Class Speaker : Instance [Deprecated]
Property double Speaker.PlaybackLoudness [ReadOnly] [Deprecated]
Property float Speaker.RollOffMaxDistance [NotReplicated] [Deprecated]
Property float Speaker.RollOffMinDistance [NotReplicated] [Deprecated]
Property Enum<RollOffMode> Speaker.RollOffMode [Deprecated]
Property Class<SoundGroup> Speaker.SoundGroup [Deprecated]
Property Instance Speaker.Source [Deprecated]
Property float Speaker.Volume [Deprecated]
Class StandalonePluginScripts : Instance
Class StarterGear : Instance
Class StarterPack : Instance [NotCreatable] [Service]
Expand Down Expand Up @@ -3210,7 +3219,6 @@ Class Studio : Instance [NotCreatable] [Service] [NotReplicated]
Event Studio.ThemeChanged() {PluginSecurity}
Class StudioData : Instance [NotCreatable] [Service]
Property bool StudioData.EnableScriptCollabByDefaultOnLoad {RobloxScriptSecurity} [Hidden]
Property bool StudioData.EnableScriptCollabOnLoad {RobloxScriptSecurity} [Hidden]
Property int64 StudioData.SrcPlaceId {RobloxSecurity} [Hidden] [NotReplicated]
Property int64 StudioData.SrcUniverseId {RobloxSecurity} [Hidden] [NotReplicated]
Class StudioDeviceEmulatorService : Instance [NotCreatable] [Service] [NotReplicated]
Expand Down Expand Up @@ -3241,6 +3249,8 @@ Class StudioService : Instance [NotCreatable] [Service] [NotReplicated]
Function void StudioService:ConvertToPackageUpload(string uploadUrl) {RobloxScriptSecurity}
Function void StudioService:CopyToClipboard(string stringToCopy) {RobloxScriptSecurity}
Function void StudioService:EmitPlacePublishedSignal() {RobloxScriptSecurity}
Function string StudioService:GetBadgeConfigureUrl(int64 badgeId) {RobloxScriptSecurity}
Function string StudioService:GetBadgeUploadUrl() {RobloxScriptSecurity}
Function Dictionary StudioService:GetClassIcon(string className) {PluginSecurity}
Function Dictionary StudioService:GetResourceByCategory(string category) {RobloxScriptSecurity}
Function string StudioService:GetStartupAssetId() {RobloxScriptSecurity}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Key,Source,en-us
Studio.Framework.Example.Hello,{Name},"Hello, {Name}!"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Key,Source,es
Studio.Framework.Example.Hello,{Name},"Hola, {Name}!"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Key,Source,en-us
Studio.Framework.Example.Hello,{Name},"Hello, {Name}!"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Key,Source,es
Studio.Framework.Example.Hello,{Name},"Hola, {Name}!"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Key,Source,en-us
Studio.Framework.Example.Hello,{Name},"Hello, {Name}!"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Key,Source,es
Studio.Framework.Example.Hello,{Name},"Hola, {Name}!"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Key,Source,en-us
Studio.DeveloperStorybook.Toolbar.Title,Storybook,Storybook

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Key,Source,en-us
Studio.Framework.Example.Hello,{Name},"Hello, {Name}!"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Key,Source,es
Studio.Framework.Example.Hello,{Name},"Hola, {Name}!"
Loading

0 comments on commit 2a66531

Please sign in to comment.