Skip to content

API > MassiveLoop


MassiveLoop⚓︎

Provides access to the Massive Loop specific APIs, Players, and other related functionalities.

Members⚓︎

Static Properties⚓︎

Name Description
MassiveLoop.IsInDesktopMode Static fieldPropertyReadonly Property Is the client running in desktop mode?
MassiveLoop.IsLocalMode Static fieldPropertyReadonly Property True if the massive loop browser is in local mode. The local mode is when the browser is launched by the SDK editor tool to test the world locally without uploading it. This parameter can used to perform specific actions in local mode such as Debug.Log calls or other automated tests. Local mode is never true during the normal operation.

Static Methods⚓︎

Name Description
MassiveLoop.GetLocalPlayer() Static fieldMethod Accesses the local player.
MassiveLoop.OpenURL(url) Static fieldMethod Opens the provided URL in the Massive Loop internal browser.
MassiveLoop.OpenURLExternal(url) Static fieldMethod Opens the provided URL in the system default (external) browser.