System Call
Last updated
Last updated
The SystemCall Node allows the user to use any commands provided by the operating system (i.e. Windows, Linux, etc.).
Scope: Project, Scene, Function, Prefab.
Attribute | Type | Description |
---|---|---|
| String | The desired command. |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| String | The desired command. |
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. |
| Int | The resulting output of a command. |
An explanation of OS commands and some examples.