Call JavaScript Function
Last updated
Last updated
The Call JavaScript Function Node executes a JavaScript function that is defined in a Web Sprite Object, which has to be given to the Node as its Object Attribute.
Attribute | Type | Description |
---|---|---|
| ObjectID | Web Sprite Object that contains the definition of the function to be executed. |
Attribute | Type | Description |
---|---|---|
| String | Name of the function to be executed, if none is given in the |
Attribute | Type | Description |
---|---|---|
| Drop-down | Label, Data Type, and default value of the parameters given to the function. |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| String | Name of the function to be executed. |
| Defined in the Data Type of the | Value of the corresponding parameter. |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |
| Pulse | Flows to additional actions when the Web Sprite Object has finished loading. |