C# Class ToolsForHaul.Toils_Collect

Afficher le fichier Open project: BBream/ToolsForHaul Class Usage Examples

Méthodes publiques

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

Method Details

CheckDuplicates() public static méthode

public static CheckDuplicates ( Toil jumpToil, TargetIndex CarrierInd, TargetIndex HaulableInd ) : Toil
jumpToil Toil
CarrierInd TargetIndex
HaulableInd TargetIndex
Résultat Toil

CheckNeedStorageCell() public static méthode

public static CheckNeedStorageCell ( Toil jumpToil, TargetIndex CarrierInd, TargetIndex StoreCellInd ) : Toil
jumpToil Toil
CarrierInd TargetIndex
StoreCellInd TargetIndex
Résultat Toil

CollectInCarrier() public static méthode

public static CollectInCarrier ( TargetIndex CarrierInd, TargetIndex HaulableInd ) : Toil
CarrierInd TargetIndex
HaulableInd TargetIndex
Résultat Toil

CollectInInventory() public static méthode

public static CollectInInventory ( TargetIndex HaulableInd ) : Toil
HaulableInd TargetIndex
Résultat Toil

DropAllInCell() public static méthode

public static DropAllInCell ( TargetIndex StoreCellInd, ThingPlaceMode placeMode ) : Toil
StoreCellInd TargetIndex
placeMode ThingPlaceMode
Résultat Toil

DropTheCarriedInCell() public static méthode

public static DropTheCarriedInCell ( TargetIndex StoreCellInd, ThingPlaceMode placeMode ) : Toil
StoreCellInd TargetIndex
placeMode ThingPlaceMode
Résultat Toil

DropTheCarriedInCell() public static méthode

public static DropTheCarriedInCell ( TargetIndex StoreCellInd, ThingPlaceMode placeMode, TargetIndex CarrierInd ) : Toil
StoreCellInd TargetIndex
placeMode ThingPlaceMode
CarrierInd TargetIndex
Résultat Toil

DropTheCarriedInCell() public static méthode

public static DropTheCarriedInCell ( TargetIndex StoreCellInd, ThingPlaceMode placeMode, Thing lastItem ) : Toil
StoreCellInd TargetIndex
placeMode ThingPlaceMode
lastItem Thing
Résultat Toil

Extract() public static méthode

public static Extract ( TargetIndex ind ) : Toil
ind TargetIndex
Résultat Toil