/
python

python

Description

Enables you to run a specified Python command string.

You can call a Python script from HSL in the same way as a native script. Python scripts called from Shogun Post can also be given arguments.

Note that you cannot get a return value back from Python when called in this way, and you cannot step into a Python script in the debugger.

Functional area

System

Command syntax

Syntax

python "command"

Arguments

NameTypeRequiredComments
"command"stringyesThe python command string to execute

Flags

None

Return value

void

Examples

python "shogunPost.NewScene()";