Python Script Engine  8.3
GL Studio Editor Python Script API
Kitting::Deployment Class Reference

Public Member Functions

str GetDeploymentName ()
 
str GetGeneratorName ()
 
str GetGeneratedCodeRoot ()
 
str GetGeneratedResourcesRoot ()
 
str GetBuildOutputPath ()
 
str GetExternalErrorScriptPath ()
 

Detailed Description

Class representing a Project Deployment in the GL Studio editor.

Member Function Documentation

◆ GetBuildOutputPath()

str Kitting::Deployment::GetBuildOutputPath ( )

The path where build output goes (relative to the root project folder).

◆ GetDeploymentName()

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.

◆ GetExternalErrorScriptPath()

str Kitting::Deployment::GetExternalErrorScriptPath ( )

The path for the external error script.

◆ GetGeneratedCodeRoot()

str Kitting::Deployment::GetGeneratedCodeRoot ( )

The path to set for code generation. Its path is relative to the root project folder.

◆ GetGeneratedResourcesRoot()

str Kitting::Deployment::GetGeneratedResourcesRoot ( )

The path to set for resource (e.g., texture) generation. Its path is relative to the root project folder.

◆ GetGeneratorName()

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.


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