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