Skip to content

Commit

Permalink
0.434.0.405736
Browse files Browse the repository at this point in the history
  • Loading branch information
Roblox-Client-Tracker committed May 28, 2020
1 parent 94cf776 commit 32d6df4
Show file tree
Hide file tree
Showing 28 changed files with 1,379 additions and 543 deletions.
188 changes: 188 additions & 0 deletions API-Dump.json
Expand Up @@ -851,6 +851,39 @@
},
"Security": "LocalUserSecurity"
},
{
"MemberType": "Function",
"Name": "GetBrowserTrackerABTestLoadingStatus",
"Parameters": [
],
"ReturnType": {
"Category": "Enum",
"Name": "ABTestLoadingStatus"
},
"Security": "LocalUserSecurity"
},
{
"MemberType": "Function",
"Name": "GetPendingOrInitializedUserId",
"Parameters": [
],
"ReturnType": {
"Category": "Primitive",
"Name": "int64"
},
"Security": "LocalUserSecurity"
},
{
"MemberType": "Function",
"Name": "GetUserABTestLoadingStatus",
"Parameters": [
],
"ReturnType": {
"Category": "Enum",
"Name": "ABTestLoadingStatus"
},
"Security": "LocalUserSecurity"
},
{
"MemberType": "Function",
"Name": "GetVariant",
Expand Down Expand Up @@ -914,6 +947,41 @@
"Tags": [
"Yields"
]
},
{
"MemberType": "Event",
"Name": "OnBrowserTrackerABTestLoadingStatusChanged",
"Parameters": [
{
"Name": "status",
"Type": {
"Category": "Enum",
"Name": "ABTestLoadingStatus"
}
}
],
"Security": "LocalUserSecurity"
},
{
"MemberType": "Event",
"Name": "OnUserABTestLoadingStatusChanged",
"Parameters": [
{
"Name": "status",
"Type": {
"Category": "Enum",
"Name": "ABTestLoadingStatus"
}
},
{
"Name": "userId",
"Type": {
"Category": "Primitive",
"Name": "int64"
}
}
],
"Security": "LocalUserSecurity"
}
],
"MemoryCategory": "Instances",
Expand Down Expand Up @@ -34966,6 +35034,32 @@
},
{
"Members": [
{
"MemberType": "Function",
"Name": "ArePartsTouchingOthers",
"Parameters": [
{
"Name": "partList",
"Type": {
"Category": "DataType",
"Name": "Objects"
}
},
{
"Default": "0.000199999995",
"Name": "overlapIgnored",
"Type": {
"Category": "Primitive",
"Name": "float"
}
}
],
"ReturnType": {
"Category": "Primitive",
"Name": "bool"
},
"Security": "None"
},
{
"MemberType": "Function",
"Name": "FindPartOnRay",
Expand Down Expand Up @@ -41926,6 +42020,7 @@
},
"Security": "PluginSecurity",
"Tags": [
"Deprecated",
"CustomLuaState"
]
},
Expand Down Expand Up @@ -41975,6 +42070,70 @@
"NotCreatable"
]
},
{
"Members": [
{
"MemberType": "Function",
"Name": "CreatePlugin",
"Parameters": [
],
"ReturnType": {
"Category": "Class",
"Name": "Instance"
},
"Security": "PluginSecurity",
"Tags": [
"Deprecated",
"CustomLuaState"
]
},
{
"MemberType": "Function",
"Name": "ExportPlace",
"Parameters": [
{
"Default": "",
"Name": "filePath",
"Type": {
"Category": "Primitive",
"Name": "string"
}
}
],
"ReturnType": {
"Category": "Primitive",
"Name": "void"
},
"Security": "PluginSecurity"
},
{
"MemberType": "Function",
"Name": "ExportSelection",
"Parameters": [
{
"Default": "",
"Name": "filePath",
"Type": {
"Category": "Primitive",
"Name": "string"
}
}
],
"ReturnType": {
"Category": "Primitive",
"Name": "void"
},
"Security": "PluginSecurity"
}
],
"MemoryCategory": "Instances",
"Name": "PluginManagerInterface",
"Superclass": "Instance",
"Tags": [
"NotCreatable",
"NotReplicated"
]
},
{
"Members": [
{
Expand Down Expand Up @@ -60508,6 +60667,35 @@
}
],
"Enums": [
{
"Items": [
{
"Name": "None",
"Value": 0
},
{
"Name": "Pending",
"Value": 1
},
{
"Name": "Initialized",
"Value": 2
},
{
"Name": "Error",
"Value": 3
},
{
"Name": "TimedOut",
"Value": 4
},
{
"Name": "ShutOff",
"Value": 5
}
],
"Name": "ABTestLoadingStatus"
},
{
"Items": [
{
Expand Down
19 changes: 18 additions & 1 deletion API-Dump.txt
Expand Up @@ -38,10 +38,15 @@ Class Instance : <<<ROOT>>> [NotCreatable] [NotBrowsable]
Event Instance.DescendantRemoving(Instance descendant)
Class ABTestService : Instance [NotCreatable] [Service] [NotReplicated]
Function void ABTestService:ClearUserVariations() {LocalUserSecurity}
Function Enum<ABTestLoadingStatus> ABTestService:GetBrowserTrackerABTestLoadingStatus() {LocalUserSecurity}
Function int64 ABTestService:GetPendingOrInitializedUserId() {LocalUserSecurity}
Function Enum<ABTestLoadingStatus> ABTestService:GetUserABTestLoadingStatus() {LocalUserSecurity}
Function string ABTestService:GetVariant(string name) {LocalUserSecurity}
Function void ABTestService:InitializeForUserId(int64 userId) {LocalUserSecurity}
Function void ABTestService:WaitUntilBrowserTrackerABTestsInitialized() {LocalUserSecurity} [Yields]
Function void ABTestService:WaitUntilUserABTestsInitialized() {LocalUserSecurity} [Yields]
Event ABTestService.OnBrowserTrackerABTestLoadingStatusChanged(Enum<ABTestLoadingStatus> status) {LocalUserSecurity}
Event ABTestService.OnUserABTestLoadingStatusChanged(Enum<ABTestLoadingStatus> status, int64 userId) {LocalUserSecurity}
Class Accoutrement : Instance
Property Vector3 Accoutrement.AttachmentForward [<📁> LoadOnly] [NotReplicated]
Property CFrame Accoutrement.AttachmentPoint
Expand Down Expand Up @@ -1968,6 +1973,7 @@ Class Model : PVInstance
Function void Model:move(Vector3 location) [Deprecated]
Class Status : Model [NotCreatable] [Deprecated]
Class WorldRoot : Model [NotCreatable]
Function bool WorldRoot:ArePartsTouchingOthers(Objects partList, float overlapIgnored = 0.000199999995)
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)
Expand Down Expand Up @@ -2319,9 +2325,13 @@ Class PluginDragEvent : Instance [NotCreatable] [NotReplicated]
Property string PluginDragEvent.Sender [ReadOnly] [NotReplicated]
Class PluginGuiService : Instance [NotCreatable] [Service] [NotReplicated]
Class PluginManager : Instance [NotCreatable]
Function Instance PluginManager:CreatePlugin() {PluginSecurity} [CustomLuaState]
Function Instance PluginManager:CreatePlugin() {PluginSecurity} [Deprecated] [CustomLuaState]
Function void PluginManager:ExportPlace(string filePath = "") {PluginSecurity}
Function void PluginManager:ExportSelection(string filePath = "") {PluginSecurity}
Class PluginManagerInterface : Instance [NotCreatable] [NotReplicated]
Function Instance PluginManagerInterface:CreatePlugin() {PluginSecurity} [Deprecated] [CustomLuaState]
Function void PluginManagerInterface:ExportPlace(string filePath = "") {PluginSecurity}
Function void PluginManagerInterface:ExportSelection(string filePath = "") {PluginSecurity}
Class PluginMenu : Instance [NotCreatable] [NotReplicated]
Property string PluginMenu.Icon [<📁> LoadOnly] [NotReplicated]
Property string PluginMenu.Title [<📁> LoadOnly] [NotReplicated]
Expand Down Expand Up @@ -3369,6 +3379,13 @@ Class WeldConstraint : Instance
Property bool WeldConstraint.Enabled
Property Class<BasePart> WeldConstraint.Part0 [<📁> LoadOnly] [NotReplicated]
Property Class<BasePart> WeldConstraint.Part1 [<📁> LoadOnly] [NotReplicated]
Enum ABTestLoadingStatus
EnumItem ABTestLoadingStatus.None : 0
EnumItem ABTestLoadingStatus.Pending : 1
EnumItem ABTestLoadingStatus.Initialized : 2
EnumItem ABTestLoadingStatus.Error : 3
EnumItem ABTestLoadingStatus.TimedOut : 4
EnumItem ABTestLoadingStatus.ShutOff : 5
Enum ActionType
EnumItem ActionType.Nothing : 0
EnumItem ActionType.Pause : 1
Expand Down
Expand Up @@ -14,6 +14,7 @@ Studio.GameSettings.General.ButtonDiscard,Discard, ,Discard
Studio.GameSettings.General.ButtonCreate,Create, ,Create
Studio.GameSettings.General.ButtonEdit,Edit, ,Edit
Studio.GameSettings.General.ButtonView,View, ,View
Studio.GameSettings.General.ButtonPublish,Publish, ,Publish
Studio.GameSettings.General.CategoryBasicInfo,Basic Info, ,Basic Info
Studio.GameSettings.General.CategoryAvatar,Avatar, ,Avatar
Studio.GameSettings.General.CategoryWorld,World, ,World
Expand Down Expand Up @@ -175,6 +176,7 @@ Studio.GameSettings.AccessPermissions.NoAccessDescription,Cannot play or edit th
Studio.GameSettings.AccessPermissions.PlayDescription,Can play this game, ,Can play this game
Studio.GameSettings.AccessPermissions.EditDescription,Can play and edit this game, ,Can play and edit this game
Studio.GameSettings.AccessPermissions.AdminDescription,"Can play, edit, and manage this game", ,"Can play, edit, and manage this game"
Studio.GameSettings.AccessPermissions.OwnerDescription,Owner of the game, ,Owner of the game
Studio.GameSettings.General.DevSubsDescription,Description, ,Description
Studio.GameSettings.General.ErrorNameDescModerated,Filtered to %s, ,Filtered to %s
Studio.GameSettings.General.ErrorNameDescHttp,An error has occurred with moderating the name and description. Please try again later!, ,An error has occurred with moderating the name and description. Please try again later!
Expand Down Expand Up @@ -218,6 +220,7 @@ Studio.GameSettings.General.UnitsMetersPerSecondSquared1,({1} meters/second^2),
Studio.GameSettings.General.UnitsMeters1,({1} meters), ,({1} meters)
Studio.GameSettings.General.UnitsMetersPerSecond1,({1} meters/second), ,({1} meters/second)
Studio.GameSettings.General.PublishTheGameToRoblox,Publish the game to Roblox, ,Publish the game to Roblox
Studio.GameSettings.General.PublishText,Publish to access Game Settings., ,Publish to access Game Settings.
Studio.GameSettings.AccessPermissions.FriendsCollaboratorType,Friends, ,Friends
Studio.GameSettings.AccessPermissions.UsersCollaboratorType,Users, ,Users
Studio.GameSettings.AccessPermissions.GroupsCollaboratorType,Groups, ,Groups
Expand Down Expand Up @@ -257,8 +260,9 @@ Studio.GameSettings.Places.MaximumWarning,Choosing this option could cause you t
Studio.GameSettings.Places.CustomizeSlotsTitle,Customize Reserved Server Slots, ,Customize Reserved Server Slots
Studio.GameSettings.Places.CustomizeSlotsDescription,Friends are more likely to join players in your game if you reserve slots., ,Friends are more likely to join players in your game if you reserve slots.
Studio.GameSettings.Places.VersionHistory,Version History, ,Version History
Studio.GameSettings.Places.NumberError,Please enter a number betwen {minRange:int} and {maxRange:int}., ,Please enter a number betwen {minRange:int} and {maxRange:int}.
Studio.GameSettings.General.CategoryMonetization,Monetization, ,Monetization
Studio.GameSettings.Monetization.FeeLabel,30% Fee:, ,30% Fee:
Studio.GameSettings.Monetization.FeeLabel,{1}% Fee:, ,{1}% Fee:
Studio.GameSettings.Monetization.TitlePaidAccess,Paid Access, ,Paid Access
Studio.GameSettings.Monetization.TitleVIPServers,VIP Servers, ,VIP Servers
Studio.GameSettings.Monetization.Price,Price:, ,Price:
Expand All @@ -272,4 +276,9 @@ Studio.GameSettings.Monetization.ProductID,Product ID, ,Product ID
Studio.GameSettings.Monetization.ProductIcon,Product Icon, ,Product Icon
Studio.GameSettings.Monetization.PriceTitle,Price, ,Price
Studio.GameSettings.Monetization.EditDeveloperProduct,Edit Developer Product, ,Edit Developer Product
Studio.GameSettings.Monetization.DevProducts,Developer Products, ,Developer Products
Studio.GameSettings.Monetization.DevProducts,Developer Products, ,Developer Products
Studio.GameSettings.Monetization.UnsavedDevProduct,(Not Saved), ,
Studio.GameSettings.Monetization.UnsavedDevProductName,{1} Product Number: {2}, ,{1} Product Number: {2}
Studio.GameSettings.Errors.ErrorPriceBelowMin,Price must be greater than {1}., ,Price must be greater than {1}.
Studio.GameSettings.Errors.ErrorPriceAboveMax,Price must be less than {1}., ,Price must be less than {1}.
Studio.GameSettings.Errors.ErrorPriceInvalid,Enter a valid price (e.g. 1000), ,Enter a valid price (e.g. 1000)
Expand Up @@ -195,6 +195,8 @@ Studio.Toolbox.General.PreviewAreaStatus,Status: {assetStatus}, ,Status: {assetS
Studio.Toolbox.General.InstallSuccess,Success!, ,Success!,성공!,成功!
Studio.Toolbox.General.InstallFailure,Failure, ,Failure,실패,失败
Studio.Toolbox.AssetConfigFooter.NewAsset,Save as a new asset..., ,Save as a new asset...,새로운 애셋으로 저장...,另存为新资源...
Studio.Toolbox.AssetUploadResult.Success,Successfully submitted!, ,Successfully submitted!, ,
Studio.Toolbox.AssetUploadResult.Failure,Submission failed, ,Submission failed, ,
Studio.Toolbox.AssetConfigFooter.Override,Overwrite an existing asset..., ,Overwrite an existing asset...,기존 애셋 덮어쓰기...,覆盖现有资源...
Studio.Toolbox.AssetConfigFooter.OverrideTitle,Choose an existing model to overwrite., ,Choose an existing model to overwrite.,덮어쓸 기존 모델을 선택하세요.,选择要覆盖的现有模型。
Studio.Toolbox.AssetConfigCopy.Terms,"By switching on, you are granting every other user of Roblox the right to use (in various ways) the content you are now sharing. If you do not want to grant this right, please do not check this box. For more information about sharing content, please review the Roblox Terms of Use.", ,"By switching on, you are granting every other user of Roblox the right to use (in various ways) the content you are now sharing. If you do not want to grant this right, please do not check this box. For more information about sharing content, please review the Roblox Terms of Use.",활성화하면 Roblox의 다른 모든 사용자들에게 현재 공유하고 있는 컨텐츠를 다양한 방식으로 사용할 수 있는 권한을 부여합니다. 이러한 권한을 부여하지 않으려면 이 확인란을 선택하지 마세요. 컨텐츠 공유에 대한 자세한 정보는 Roblox 이용약관을 참조하시기 바랍니다.,切换至开位置,即表示你授予 Roblox 的所有其他用户 (以各种方式) 使用你现在分享的内容的权限。如果你不想授予此权限,请勿勾选此框。有关分享内容的详细信息,请检阅 Roblox 使用条款。
Expand Down
11 changes: 10 additions & 1 deletion CppTree.txt
@@ -1,5 +1,13 @@
RBX
{
ABTestController
{
ChangedListener
}
ABTestService
{
ChangedListener
}
Analytics
{
Settings
Expand Down Expand Up @@ -619,7 +627,6 @@ RBX
{
GridListener
}
ABTestService
Accessory
Accoutrement
Adorn
Expand Down Expand Up @@ -1094,6 +1101,7 @@ RBX
PluginGuiService
PluginGuiServiceBase
PluginManager
PluginManagerInterface
PluginMenu
PluginMouse
PluginToolbar
Expand Down Expand Up @@ -1302,6 +1310,7 @@ RBX
Verb
VerbContainer
VersionControlService
VideoClock
VideoFrame
VideoJob
VideoStream
Expand Down

0 comments on commit 32d6df4

Please sign in to comment.