Skip to content

Commit

Permalink
version-3cb5b0d716b54ead
Browse files Browse the repository at this point in the history
  • Loading branch information
Roblox-Client-Tracker committed May 24, 2018
1 parent 1846fc3 commit 36d2dab
Show file tree
Hide file tree
Showing 10 changed files with 44,961 additions and 2,534 deletions.
8 changes: 7 additions & 1 deletion API_Dump.txt
Expand Up @@ -117,6 +117,7 @@ Class Attachment : Instance
Function void Attachment:SetSecondaryAxis(Vector3 axis)
Class BadgeService : Instance [notCreatable]
YieldFunction bool BadgeService:AwardBadge(int64 userId, int64 badgeId)
YieldFunction Dictionary BadgeService:GetBadgeInfoAsync(int64 badgeId)
YieldFunction bool BadgeService:IsDisabled(int64 badgeId)
YieldFunction bool BadgeService:IsLegal(int64 badgeId)
YieldFunction bool BadgeService:UserHasBadge(int64 userId, int64 badgeId)
Expand Down Expand Up @@ -494,6 +495,7 @@ Class SkateboardController : Controller
Class VehicleController : Controller
Class ControllerService : Instance [notCreatable]
Class CookiesService : Instance
Class CorePackages : Instance [notCreatable]
Class CustomEvent : Instance [deprecated]
Function Objects CustomEvent:GetAttachedReceivers()
Function void CustomEvent:SetValue(float newValue)
Expand Down Expand Up @@ -709,7 +711,6 @@ Class GuiObject : GuiBase2d [notbrowsable]
Property Class:GuiObject GuiObject.SelectionImageObject
Property UDim2 GuiObject.Size
Property SizeConstraint GuiObject.SizeConstraint
Property bool GuiObject.SizeFromContents
Property float GuiObject.Transparency [hidden]
Property bool GuiObject.Visible
Property int GuiObject.ZIndex
Expand Down Expand Up @@ -1038,6 +1039,7 @@ Class GuiService : Instance [notCreatable]
Function Tuple GuiService:GetGuiInset()
Function Dictionary GuiService:GetNotificationTypeList() [RobloxScriptSecurity]
Function int GuiService:GetResolutionScale() [LocalUserSecurity]
Function Dictionary GuiService:GetSafeZoneOffsets() [RobloxScriptSecurity]
Function string GuiService:GetUiMessage() [RobloxScriptSecurity]
Function bool GuiService:IsMemoryTrackerEnabled() [RobloxScriptSecurity]
Function bool GuiService:IsTenFootInterface()
Expand All @@ -1049,6 +1051,7 @@ Class GuiService : Instance [notCreatable]
Function void GuiService:RemoveSpecialKey(SpecialKey key) [RobloxScriptSecurity]
Function void GuiService:SetGlobalGuiInset(int x1, int y1, int x2, int y2) [RobloxScriptSecurity]
Function void GuiService:SetMenuIsOpen(bool open) [RobloxScriptSecurity]
Function void GuiService:SetSafeZoneOffsets(float top, float bottom, float left, float right) [RobloxScriptSecurity]
Function void GuiService:SetUiMessage(UiMessageType msgType, string uiMessage) [LocalUserSecurity]
Function bool GuiService:ShowStatsBasedOnInputString(string input) [RobloxScriptSecurity]
Function void GuiService:ToggleFullscreen() [RobloxScriptSecurity]
Expand All @@ -1058,6 +1061,7 @@ Class GuiService : Instance [notCreatable]
Event GuiService.KeyPressed(string key, string modifiers) [RobloxScriptSecurity]
Event GuiService.MenuClosed()
Event GuiService.MenuOpened()
Event GuiService.SafeZoneOffsetsChanged() [RobloxScriptSecurity]
Event GuiService.ShowLeaveConfirmation() [RobloxScriptSecurity]
Event GuiService.SpecialKeyPressed(SpecialKey key, string modifiers) [RobloxScriptSecurity]
Event GuiService.UiMessageChanged(UiMessageType msgType, string newUiMessage) [RobloxScriptSecurity]
Expand Down Expand Up @@ -2431,6 +2435,8 @@ Class Trail : Instance
Class Translator : Instance [notCreatable]
Property string Translator.LocaleId [readonly]
Function string Translator:FormatByKey(string key, Variant args)
Function string Translator:RobloxOnlyTranslate(Instance context, string text) [RobloxScriptSecurity]
Function string Translator:Translate(Instance context, string text)
Class TweenBase : Instance [notbrowsable]
Property PlaybackState TweenBase.PlaybackState [readonly]
Function void TweenBase:Cancel()
Expand Down

0 comments on commit 36d2dab

Please sign in to comment.