Méthode | Description | |
---|---|---|
Create ( string rootPath, string name ) : |
Creates a new, empty Sphere Studio project.
|
|
FromSgm ( string fileName ) : |
Creates a new Sphere Studio project from a Sphere 1.x game.sgm file.
|
|
GetAllBreakpoints ( ) : int[]>.IReadOnlyDictionary |
||
GetBreakpoints ( string scriptPath ) : int[] | ||
Open ( string fileName ) : |
Loads an existing project.
|
|
Save ( ) : void |
Saves any changes made to the project.
|
|
SetBreakpoints ( string scriptPath, int lineNumbers ) : void |
Méthode | Description | |
---|---|---|
MakeFileName ( string name ) : string | ||
Project ( string fileName ) : System |
public static Create ( string rootPath, string name ) : |
||
rootPath | string | Path of the directory where the project will reside. Must be empty. |
name | string | The name of the project to create. |
Résultat |
public static FromSgm ( string fileName ) : |
||
fileName | string | The fully qualified filename of the game.sgm to import. |
Résultat |
public GetAllBreakpoints ( ) : int[]>.IReadOnlyDictionary |
||
Résultat | int[]>.IReadOnlyDictionary |
public GetBreakpoints ( string scriptPath ) : int[] | ||
scriptPath | string | |
Résultat | int[] |
public static Open ( string fileName ) : |
||
fileName | string | |
Résultat |
public SetBreakpoints ( string scriptPath, int lineNumbers ) : void | ||
scriptPath | string | |
lineNumbers | int | |
Résultat | void |