Method | Description | |
---|---|---|
GetInfo ( ) : string | ||
GetResourceAmount ( string nm ) : double | ||
GetResourceAmount ( string nm, bool max ) : double | ||
PartCanTransferResource ( string nm ) : bool |
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 |
public GetResourceAmount ( string nm ) : double | ||
nm | string | |
return | double |
public GetResourceAmount ( string nm, bool max ) : double | ||
nm | string | |
max | bool | |
return | double |
public PartCanTransferResource ( string nm ) : bool | ||
nm | string | |
return | bool |