C# Class CampfireParty.JobDriver_WanderAroundPyre

Order a pawn to go to a cell around the pyre and talk to a nearby pawn.
Inheritance: JobDriver_Pyre
Show file Open project: Rikiki123456789/Rimworld

Protected Methods

Method Description
GetFacingCell ( Pawn &facingPawn, IntVec3 &facingCell ) : void
GetToilTalkWithNearbyPawn ( ) : Toil
MakeNewToils ( ) : IEnumerable

Method Details

GetFacingCell() protected method

protected GetFacingCell ( Pawn &facingPawn, IntVec3 &facingCell ) : void
facingPawn Pawn
facingCell IntVec3
return void

GetToilTalkWithNearbyPawn() protected method

protected GetToilTalkWithNearbyPawn ( ) : Toil
return Toil

MakeNewToils() protected method

protected MakeNewToils ( ) : IEnumerable
return IEnumerable