Python Script Engine
7.2
GL Studio Editor Python Script API
|
Public Member Functions | |
bool | isNULL (void) |
String | CodeGeneratorID () |
void | SetCodeOutputRoot (String value) |
String | GetCodeOutputRoot () |
void | SetResourcesOutputRoot (String value) |
String | GetResourcesOutputRoot () |
Python extension to edit Code Generation settings.
String CodeGenerator::CodeGeneratorID | ( | ) |
String CodeGenerator::GetCodeOutputRoot | ( | ) |
Gets the alternate code output root directory.
String CodeGenerator::GetResourcesOutputRoot | ( | ) |
Gets the alternate resources output root directory.
bool CodeGenerator::isNULL | ( | void | ) |
void CodeGenerator::SetCodeOutputRoot | ( | String | 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
void CodeGenerator::SetResourcesOutputRoot | ( | String | 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