C# Class NearFutureElectrical.RadioactiveStorageContainer

Inheritance: PartModule
Afficher le fichier Open project: ChrisAdderley/NearFutureElectrical Class Usage Examples

Méthodes publiques

Méthode Description
GetInfo ( ) : string
GetResourceAmount ( string nm ) : double
GetResourceAmount ( string nm, bool max ) : double
PartCanTransferResource ( string nm ) : bool

Private Methods

Méthode 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 méthode

public GetInfo ( ) : string
Résultat string

GetResourceAmount() public méthode

public GetResourceAmount ( string nm ) : double
nm string
Résultat double

GetResourceAmount() public méthode

public GetResourceAmount ( string nm, bool max ) : double
nm string
max bool
Résultat double

PartCanTransferResource() public méthode

public PartCanTransferResource ( string nm ) : bool
nm string
Résultat bool