Get Command Line Option
Overview
The Get Command Line Option Node allows the user to obtain the command-line arguments, named options, that were given when the Project was initiated and then use them in the Logic.
Scope: Project, Scene, Function.
Attributes
Miscellaneous
Attribute | Type | Description |
---|---|---|
| Drop-Down | The Data Type of the command-line arguments. |
Option
Attribute | Type | Description |
---|---|---|
| String | Name given to the retrieved option, if none is received in the Input Socket. |
Inputs
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| String | Name given to the retrieved option. |
Outputs
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. |
| Defined in the | The value of the option given in the command-line. |
| Pulse | A Pulse that will be triggered if there is an error in retrieving the arguments from the command-line. |
Last updated