Skip to main content

ReleaseProject

Description

Release the specified runtime project.

Parameters

ParamTypeDescription
_projectNamestringWill release runtime project name

Method

public string ReleaseProject(string _projectName)

Example

internal static API ARMODAPI = new API(nameof(APITest));
private void OnLoad(){
ARMODAPI.ReleaseProject("SolarSystem");
}