Execute Function

Description

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

Available to

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

Last updated