C# Class OutpostGenerator.WorkGiver_RescueDownedMiningCoEmployee

WorkGiver_RescueDownedMiningCoEmployee class.
Inheritance: WorkGiver_RescueDowned
Mostrar archivo Open project: Rikiki123456789/Rimworld

Public Methods

Method Description
EnemyIsNear ( Pawn p, float radius ) : bool
FindFreeCryptosleepCasket ( Pawn rescuer ) : Thing
FindFreeSupplyShipCryptosleepBay ( Pawn rescuer ) : Thing
HasJobOnThing ( Pawn pawn, Thing t ) : bool
JobOnThing ( Pawn pawn, Thing t ) : Job

Method Details

EnemyIsNear() public static method

public static EnemyIsNear ( Pawn p, float radius ) : bool
p Pawn
radius float
return bool

FindFreeCryptosleepCasket() public static method

public static FindFreeCryptosleepCasket ( Pawn rescuer ) : Thing
rescuer Pawn
return Thing

FindFreeSupplyShipCryptosleepBay() public static method

public static FindFreeSupplyShipCryptosleepBay ( Pawn rescuer ) : Thing
rescuer Pawn
return Thing

HasJobOnThing() public method

public HasJobOnThing ( Pawn pawn, Thing t ) : bool
pawn Pawn
t Thing
return bool

JobOnThing() public method

public JobOnThing ( Pawn pawn, Thing t ) : Job
pawn Pawn
t Thing
return Job