Execute

The Execute Service provides capabilities for executing blocks on the NetsBlox server. This is particularly useful for batching RPC requests.

RPCS

Execute.call(fn: Function)

Execute a function on the NetsBlox server.

Arguments:

  • fn: Function (Function) - function (ringified blocks) to execute

Returns: Any (Any) - return value of fn