C# 클래스 NearFutureElectrical.RadioactiveStorageContainer

상속: PartModule
파일 보기 프로젝트 열기: ChrisAdderley/NearFutureElectrical 1 사용 예제들

공개 메소드들

메소드 설명
GetInfo ( ) : string
GetResourceAmount ( string nm ) : double
GetResourceAmount ( string nm, bool max ) : double
PartCanTransferResource ( string nm ) : bool

비공개 메소드들

메소드 설명
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

메소드 상세

GetInfo() 공개 메소드

public GetInfo ( ) : string
리턴 string

GetResourceAmount() 공개 메소드

public GetResourceAmount ( string nm ) : double
nm string
리턴 double

GetResourceAmount() 공개 메소드

public GetResourceAmount ( string nm, bool max ) : double
nm string
max bool
리턴 double

PartCanTransferResource() 공개 메소드

public PartCanTransferResource ( string nm ) : bool
nm string
리턴 bool