StartPageService
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
Memory category | Instances |
---|
Member index 21
Description
History 23
- 652 Add getTutorialVersionForUser
- 646 Change Parameters of openPlace from (placeId: int64, launchTutorial: bool) to (placeId: int64, universeId: int64, launchTutorial: bool)
- 645 Add getRecentAPIGamesFromRegistry
- 645 Add getLocalGamesFromRegistry
- 640 Add RecentApiGamesFromRegistryUpdatedSignal
- 640 Add LocalGamesFromRegistryUpdatedSignal
- 640 Add ImageImportedSignal
- 640 Add startTutorial
- 640 Add setTutorialPopupClosed
- 640 Add setTutorialBannerClosed
- 640 Add removeLocalFileFromRegistry
- 640 Add removeAPIGameFromRegistry
- 640 Add refreshRegistryDataInStartPage
- 640 Add openPlace
- 640 Add openLocalFile
- 640 Add openLink
- 640 Add isTutorialPopupClosed
- 640 Add isTutorialBannerClosed
- 640 Add getTempUrlInContentProvider
- 640 Add getStartPageVersionForUser
- 640 Add getDaysSinceFirstUserLogin
- 640 Add generateTempUrlInContentProvider
- 640 Add StartPageService
Members 21
ImageImportedSignal
Parameters (2) | |
---|---|
urlImported | string |
temporaryId | string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
LocalGamesFromRegistryUpdatedSignal
Parameters (1) | |
---|---|
localGames | Array |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
RecentApiGamesFromRegistryUpdatedSignal
Parameters (1) | |
---|---|
recentGames | Array |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
generateTempUrlInContentProvider
Parameters (1) | ||
---|---|---|
url | string | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
getDaysSinceFirstUserLogin
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
int |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
getLocalGamesFromRegistry
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
Array |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
getRecentAPIGamesFromRegistry
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
Array |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
getStartPageVersionForUser
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
int |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
getTempUrlInContentProvider
Parameters (1) | ||
---|---|---|
url | string | |
Returns (1) | ||
string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
getTutorialVersionForUser
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
isTutorialBannerClosed
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
isTutorialPopupClosed
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
openLink
Parameters (1) | ||
---|---|---|
link | string | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
openLocalFile
Parameters (1) | ||
---|---|---|
filePath | string | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 640 Add openLocalFile
openPlace
Parameters (3) | ||
---|---|---|
placeId | int64 | |
universeId | int64 | |
launchTutorial | bool | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
refreshRegistryDataInStartPage
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
removeAPIGameFromRegistry
Parameters (1) | ||
---|---|---|
gameId | int64 | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
removeLocalFileFromRegistry
Parameters (1) | ||
---|---|---|
fileName | string | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
setTutorialBannerClosed
Parameters (1) | ||
---|---|---|
closed | bool | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
setTutorialPopupClosed
Parameters (1) | ||
---|---|---|
closed | bool | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
startTutorial
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 640 Add startTutorial