C# Class KerbalEngineer.Flight.Readouts.ReadoutLibrary

Afficher le fichier Open project: CYBUTEK/KerbalEngineer Class Usage Examples

Méthodes publiques

Méthode Description
GetCategory ( KerbalEngineer.Flight.Readouts.ReadoutCategory category ) : List

Gets a list of readout modules which are associated with the specified category.

GetReadout ( string name ) : KerbalEngineer.Flight.Readouts.ReadoutModule

Gets a readout module with the specified name or class name. (Returns null if not found.)

Reset ( ) : void

Resets all the readout modules.

Private Methods

Méthode Description
LoadHelpStrings ( ) : void

Loads the help strings from file.

ReadoutLibrary ( ) : System

Sets up and populates the readout library with the stock readouts.

Method Details

GetCategory() public static méthode

Gets a list of readout modules which are associated with the specified category.
public static GetCategory ( KerbalEngineer.Flight.Readouts.ReadoutCategory category ) : List
category KerbalEngineer.Flight.Readouts.ReadoutCategory
Résultat List

GetReadout() public static méthode

Gets a readout module with the specified name or class name. (Returns null if not found.)
public static GetReadout ( string name ) : KerbalEngineer.Flight.Readouts.ReadoutModule
name string
Résultat KerbalEngineer.Flight.Readouts.ReadoutModule

Reset() public static méthode

Resets all the readout modules.
public static Reset ( ) : void
Résultat void