|  | Python Script Engine
    8.3
    GL Studio Editor Python Script API | 
| Public Member Functions | |
| str | GetDeploymentName () | 
| str | GetGeneratorName () | 
| str | GetGeneratedCodeRoot () | 
| str | GetGeneratedResourcesRoot () | 
| str | GetBuildOutputPath () | 
| str | GetExternalErrorScriptPath () | 
Class representing a Project Deployment in the GL Studio editor.
| str Kitting::Deployment::GetBuildOutputPath | ( | ) | 
The path where build output goes (relative to the root project folder).
| str Kitting::Deployment::GetDeploymentName | ( | ) | 
The name diplayed in the deployment drop-down list and also the name of the folder created for the build output. Should be unique among all deployments in the project, or it will be "uniquified" programmatically.
| str Kitting::Deployment::GetExternalErrorScriptPath | ( | ) | 
The path for the external error script.
| str Kitting::Deployment::GetGeneratedCodeRoot | ( | ) | 
The path to set for code generation. Its path is relative to the root project folder.
| str Kitting::Deployment::GetGeneratedResourcesRoot | ( | ) | 
The path to set for resource (e.g., texture) generation. Its path is relative to the root project folder.
| str Kitting::Deployment::GetGeneratorName | ( | ) | 
The name of the generator, typically shown the generation drop-down in non-project mode. Different deployments can have the same generator name.