C# Class kOS.Suffixed.CraftTemplate

Inheritance: Structure
ファイルを表示 Open project: KSP-KOS/KOS Class Usage Examples

Public Methods

Method 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

Method Description
GetAllPathStrings ( ) : List
InitializeSuffixes ( ) : void

Method Details

CraftTemplate() public method

public CraftTemplate ( string filePath ) : System.Collections.Generic
filePath string
return System.Collections.Generic

CraftTemplate() public method

public CraftTemplate ( string filePath, ShipTemplate temp ) : System.Collections.Generic
filePath string
temp ShipTemplate
return System.Collections.Generic

GetAllTemplates() public static method

public static GetAllTemplates ( ) : kOS.Suffixed.ListValue
return kOS.Suffixed.ListValue

GetTemplateByName() public static method

public static GetTemplateByName ( string name, string facility ) : CraftTemplate
name string
facility string
return CraftTemplate

ToString() public method

public ToString ( ) : string
return string