C# Class NearFutureElectrical.RadioactiveStorageContainer

Inheritance: PartModule
Show file Open project: ChrisAdderley/NearFutureElectrical Class Usage Examples

Public Methods

Method Description
GetInfo ( ) : string
GetResourceAmount ( string nm ) : double
GetResourceAmount ( string nm, bool max ) : double
PartCanTransferResource ( string nm ) : bool

Private Methods

Method Description
AttemptTransfer ( ) : void
CheckEngineerLevel ( int lvl ) : bool
EndTransfer ( ) : void
FixedUpdate ( ) : void
GetPartClicked ( ) : Part
Start ( ) : void
StartTransfer ( ) : void
TransferFuel ( ) : void
TransferWaste ( ) : void
Update ( ) : void
VesselConnected ( Part targetPart ) : bool

Method Details

GetInfo() public method

public GetInfo ( ) : string
return string

GetResourceAmount() public method

public GetResourceAmount ( string nm ) : double
nm string
return double

GetResourceAmount() public method

public GetResourceAmount ( string nm, bool max ) : double
nm string
max bool
return double

PartCanTransferResource() public method

public PartCanTransferResource ( string nm ) : bool
nm string
return bool