Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 816 Bytes

File metadata and controls

54 lines (38 loc) · 816 Bytes
description Executes a function. Connected blocks are ran after the function completes execution.
layout
title description tableOfContents outline pagination
visible
true
visible
visible
true
visible
true
visible
true

Define Function

Description

Executes a function. Connected blocks are ran after the function completes execution.

Available to

  • Scripts
  • LocalScripts
  • Yields

Inputs

Function (Variable)

The name of the function that will be executed.

ExampleFunctionName

Parameters (Tuple)

The parameters/arguments that will be passed to the selected function.

ExampleParam

Outputs

ReturnedValues (Tuple)

The data that is returned from a Function Return block.

ExampleReturn