C# 클래스 ToolsForHaul.Toils_Collect

파일 보기 프로젝트 열기: BBream/ToolsForHaul 1 사용 예제들

공개 메소드들

메소드 설명
CheckDuplicates ( Toil jumpToil, TargetIndex CarrierInd, TargetIndex HaulableInd ) : Toil
CheckNeedStorageCell ( Toil jumpToil, TargetIndex CarrierInd, TargetIndex StoreCellInd ) : Toil
CollectInCarrier ( TargetIndex CarrierInd, TargetIndex HaulableInd ) : Toil
CollectInInventory ( TargetIndex HaulableInd ) : Toil
DropAllInCell ( TargetIndex StoreCellInd, ThingPlaceMode placeMode ) : Toil
DropTheCarriedInCell ( TargetIndex StoreCellInd, ThingPlaceMode placeMode ) : Toil
DropTheCarriedInCell ( TargetIndex StoreCellInd, ThingPlaceMode placeMode, TargetIndex CarrierInd ) : Toil
DropTheCarriedInCell ( TargetIndex StoreCellInd, ThingPlaceMode placeMode, Thing lastItem ) : Toil
Extract ( TargetIndex ind ) : Toil

메소드 상세

CheckDuplicates() 공개 정적인 메소드

public static CheckDuplicates ( Toil jumpToil, TargetIndex CarrierInd, TargetIndex HaulableInd ) : Toil
jumpToil Toil
CarrierInd TargetIndex
HaulableInd TargetIndex
리턴 Toil

CheckNeedStorageCell() 공개 정적인 메소드

public static CheckNeedStorageCell ( Toil jumpToil, TargetIndex CarrierInd, TargetIndex StoreCellInd ) : Toil
jumpToil Toil
CarrierInd TargetIndex
StoreCellInd TargetIndex
리턴 Toil

CollectInCarrier() 공개 정적인 메소드

public static CollectInCarrier ( TargetIndex CarrierInd, TargetIndex HaulableInd ) : Toil
CarrierInd TargetIndex
HaulableInd TargetIndex
리턴 Toil

CollectInInventory() 공개 정적인 메소드

public static CollectInInventory ( TargetIndex HaulableInd ) : Toil
HaulableInd TargetIndex
리턴 Toil

DropAllInCell() 공개 정적인 메소드

public static DropAllInCell ( TargetIndex StoreCellInd, ThingPlaceMode placeMode ) : Toil
StoreCellInd TargetIndex
placeMode ThingPlaceMode
리턴 Toil

DropTheCarriedInCell() 공개 정적인 메소드

public static DropTheCarriedInCell ( TargetIndex StoreCellInd, ThingPlaceMode placeMode ) : Toil
StoreCellInd TargetIndex
placeMode ThingPlaceMode
리턴 Toil

DropTheCarriedInCell() 공개 정적인 메소드

public static DropTheCarriedInCell ( TargetIndex StoreCellInd, ThingPlaceMode placeMode, TargetIndex CarrierInd ) : Toil
StoreCellInd TargetIndex
placeMode ThingPlaceMode
CarrierInd TargetIndex
리턴 Toil

DropTheCarriedInCell() 공개 정적인 메소드

public static DropTheCarriedInCell ( TargetIndex StoreCellInd, ThingPlaceMode placeMode, Thing lastItem ) : Toil
StoreCellInd TargetIndex
placeMode ThingPlaceMode
lastItem Thing
리턴 Toil

Extract() 공개 정적인 메소드

public static Extract ( TargetIndex ind ) : Toil
ind TargetIndex
리턴 Toil