Python Script Engine  8.1
GL Studio Editor Python Script API
CodeGenerator Class Reference

Public Member Functions

bool isNULL (void)
 
String CodeGeneratorID ()
 
void SetCodeOutputRoot (String value)
 
String GetCodeOutputRoot ()
 
void SetResourcesOutputRoot (String value)
 
String GetResourcesOutputRoot ()
 

Detailed Description

Python extension to edit Code Generation settings.

Member Function Documentation

String CodeGenerator::CodeGeneratorID ( )
Returns
A unique ID string that identifies this code generator to the GL Studio editor. This string is the code generator "mode".
String CodeGenerator::GetCodeOutputRoot ( )

Gets the alternate code output root directory.

Returns
the current code output root directory
String CodeGenerator::GetResourcesOutputRoot ( )

Gets the alternate resources output root directory.

Returns
the current resources output root directory
bool CodeGenerator::isNULL ( void  )
Returns
True if this object represents a NULL code generator
Deprecated:
Refer to the Truth Value Checking page
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


The documentation for this class was generated from the following file: