Roblox API Reference

OpenCloudService On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, Service, NotReplicated]

Inherits (1)

Member index (5)

Type Member History
OpenCloudApiV1 GetApiV1 () 583
Dictionary HttpRequestAsync (Dictionary options) 598
Dictionary InvokeAsync (string version, string methodName, Dictionary arguments) 598
null RegisterOpenCloud (string version, string methodName, Function method) 598
null RegistrationComplete () 600
57 members inherited from Instance

History

Members

GetApiV1 On DevHub

Name Type Default
No parameters.

History

HttpRequestAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
options Dictionary none

History

Tags: [Yields]

InvokeAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
version string none
methodName string none
arguments Dictionary none

History

Tags: [Yields]

RegisterOpenCloud On DevHub

Name Type Default
version string none
methodName string none
method Function none

History

RegistrationComplete On DevHub

Name Type Default
No parameters.

History

Relevant classes (1)