Commands /
Call Function
Summary
Calls a function with included input parameters and returns in the corresponding parameters.
Parameters
| Name | Explanation | Type |
|---|---|---|
| Function | The function to call, as defined in Functions | Function |
| Input Switches | The input switches to pass into the function. | Switch Or Value |
| Input Variables | The input variables to pass into the function. | Variable Or Value |
| Output Switches | The output switches to store data from the function. | Switch |
| Output Variables | The output variables to store data from the function. | Variable |
