NetworkingAPI

A global API that contains networking related features

NetworkingAPI.isNetworkingAllowed

Checks if your avatar can use networking features. Always false if networking is OFF in settings
overload 1:
net:isNetworkingAllowed()
Method Property Fluent Description Representation
Return Value a Boolean

NetworkingAPI.isLinkAllowed

Checks if specified link allowed for usage in networking api
overload 1:
net:isLinkAllowed(link)
Method Property Fluent Description Representation
link accepts a String
Return Value a Boolean

NetworkingAPI.http

Instance of HttpAPI
field signature:
http
Method Property Fluent Description Representation
Field Type a HttpAPI
a a