C# Class KerbalEngineer.Flight.Readouts.ReadoutLibrary

Show file Open project: CYBUTEK/KerbalEngineer Class Usage Examples

Public Methods

Method 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

Method 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 method

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
return List

GetReadout() public static method

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
return KerbalEngineer.Flight.Readouts.ReadoutModule

Reset() public static method

Resets all the readout modules.
public static Reset ( ) : void
return void