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.
Parameters (Tuple)
The parameters/arguments that will be passed to the selected function.
Outputs
ReturnedValues (Tuple)
The data that is returned from a Function Return block.
Last updated