C# Class OutpostGenerator.WorkGiver_TransferInjuredEmployee

WorkGiver_TransferInjuredEmployee class.
Inheritance: WorkGiver_Scanner
ファイルを表示 Open project: Rikiki123456789/Rimworld

Public Methods

Method Description
HasJobOnThing ( Pawn pawn, Thing t ) : bool
IsSupplyShipCryptosleepBayAvailable ( Pawn opener ) : bool
JobOnThing ( Pawn pawn, Thing t ) : Job

Method Details

HasJobOnThing() public method

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

IsSupplyShipCryptosleepBayAvailable() public static method

public static IsSupplyShipCryptosleepBayAvailable ( Pawn opener ) : bool
opener Pawn
return bool

JobOnThing() public method

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