C# Class kOS.Suffixed.CraftTemplate

Inheritance: Structure
Afficher le fichier Open project: KSP-KOS/KOS Class Usage Examples

Méthodes publiques

Méthode Description
CraftTemplate ( string filePath ) : System.Collections.Generic
CraftTemplate ( string filePath, ShipTemplate temp ) : System.Collections.Generic
GetAllTemplates ( ) : kOS.Suffixed.ListValue
GetTemplateByName ( string name, string facility ) : CraftTemplate
ToString ( ) : string

Private Methods

Méthode Description
GetAllPathStrings ( ) : List
InitializeSuffixes ( ) : void

Method Details

CraftTemplate() public méthode

public CraftTemplate ( string filePath ) : System.Collections.Generic
filePath string
Résultat System.Collections.Generic

CraftTemplate() public méthode

public CraftTemplate ( string filePath, ShipTemplate temp ) : System.Collections.Generic
filePath string
temp ShipTemplate
Résultat System.Collections.Generic

GetAllTemplates() public static méthode

public static GetAllTemplates ( ) : kOS.Suffixed.ListValue
Résultat kOS.Suffixed.ListValue

GetTemplateByName() public static méthode

public static GetTemplateByName ( string name, string facility ) : CraftTemplate
name string
facility string
Résultat CraftTemplate

ToString() public méthode

public ToString ( ) : string
Résultat string