OpenCloudApiV1
This class is deprecated. It exists only for backward compatibility, and should not be used for new work. HttpService should be used instead.
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.
| Memory category | Instances |
|---|
Member index 2
Description
History 7
- 698 Change Tags of CreateUserNotificationAsync from [Yields] to [Yields, Deprecated]
- 698 Change Tags of CreateModel from [CustomLuaState] to [Deprecated, CustomLuaState]
- 698 Change Tags of OpenCloudApiV1 from [NotCreatable, NotReplicated] to [NotCreatable, NotReplicated, Deprecated]
- 698 Change PreferredDescriptor of OpenCloudApiV1 from to HttpService
- 587 Add CreateUserNotificationAsync
- 587 Add CreateModel
- 583 Add OpenCloudApiV1
Members 2
CreateModel
| Parameters (1) | ||
|---|---|---|
| name | string | |
| Returns (1) | ||
| OpenCloudModel | ||
This function is deprecated. It exists only for backward compatibility, and should not be used for new work.
This function has a custom internal state. It may behave in a non-standard way.
| Thread safety | Unsafe |
|---|
History 2
- 698 Change Tags of CreateModel from [CustomLuaState] to [Deprecated, CustomLuaState]
- 587 Add CreateModel
CreateUserNotificationAsync
| Parameters (2) | ||
|---|---|---|
| user | string | |
| userNotification | OpenCloudModel | |
| Returns (1) | ||
| OpenCloudModel | ||
This function is deprecated. It exists only for backward compatibility, and should not be used for new work.
This function yields. It will block the calling thread until completion.
| Thread safety | Unsafe |
|---|
History 2
- 698 Change Tags of CreateUserNotificationAsync from [Yields] to [Yields, Deprecated]
- 587 Add CreateUserNotificationAsync