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.
Get External Variable
Get a variable from another script graph. If this is connected to a ScriptReference node you can select which variable from a drop down in the inspector, otherwise you must provide the variable name as a string. Tip: This can retrieve variables from the api object of JavaScript based scripts as well.
Set External Variable
Set a variable on another script graph. If this is connected to a ScriptReference node you can select which variable from a drop down in the inspector, otherwise you must provide the variable name as a string. Tip: This can set variables on the api object of JavaScript based scripts as well.
This Script
Returns the ScriptComponent hosting this script.