|
Python Script Engine
8.3
GL Studio Editor Python Script API
|
Public Member Functions | |
| bool | isNULL () |
| str | CodeGeneratorID () |
| None | SetCodeOutputRoot (str value) |
| str | GetCodeOutputRoot () |
| None | SetResourcesOutputRoot (str value) |
| str | GetResourcesOutputRoot () |
Python extension to edit Code Generation settings.
| str CodeGenerator::CodeGeneratorID | ( | ) |
| str CodeGenerator::GetCodeOutputRoot | ( | ) |
Gets the alternate code output root directory.
| str CodeGenerator::GetResourcesOutputRoot | ( | ) |
Gets the alternate resources output root directory.
| bool CodeGenerator::isNULL | ( | ) |
| None CodeGenerator::SetCodeOutputRoot | ( | str | value | ) |
Sets the alternate code output root.
When non blank this is used as the base directory for generated code instead of the .gls file location
| None CodeGenerator::SetResourcesOutputRoot | ( | str | value | ) |
Sets the alternate resources output root directory.
When non blank this is used as the base directory for the resource code instead of the .gls file location