Nodes > Script > Call External Execution

This node allows you to start execution on another script. When used in combination with a ScriptReference node you can select an Execution Input node from the inspector. Otherwise you must type the name of the function to call.
Inputs
| Name | Type | Description |
|---|---|---|
| ScriptComponent | ScriptComponent | The ScriptComponent to start execution on. Tip: It is best if this comes from a ScriptReference node. |
| functionName | string | When you are not using a ScriptReference node you can provide the function name as a string. |
Was this page helpful?