|
Python Script Engine
8.3
GL Studio Editor Python Script API
|
Module Methods | |
Methods that can be called on the module. | |
| str | GetCmdLine () |
| str | GetScriptName () |
| str | GetScriptArgs () |
Allows access to the command line arguments passed to GL Studio upon startup.
| str GetCmdLine | ( | ) |
Gets the commandline arguments that are being passed to the executing script.
| str GetScriptArgs | ( | ) |
Gets the arguments to the script (space delimited)
| str GetScriptName | ( | ) |
Gets the name of the script, wich can include path information.