Navigation
BlueprintAPI > BlueprintAPI/Python > BlueprintAPI/Python/Execution
Execute a Python script with argument marshaling.
Target is Python Script Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| string | Python Script | This literal Python code to run. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | true if the command ran successfully, false if there were errors (the output log will show the errors). |