Skip to main content

Net

A global API that contains networking related features

warning

This page is a WIP. It contains all the information in Figura's documentation but we're working on adding more helpful descriptions.


isLinkAllowed()​

Checks if specified link allowed for usage in networking api

isLinkAllowed(link)

Parameters:

NameTypeDescriptionDefault
linkString--

Returns:

TypeDescription
Boolean-

Example:

-- example coming soon

isNetworkingAllowed()​

Checks if your avatar can use networking features. Always false if networking is OFF in settings

isNetworkingAllowed()

Returns:

TypeDescription
Boolean-

Example:

-- example coming soon

Fields​

http​

Instance of HttpAPI

Example:

-- example coming soon