C# Class CampfireParty.JobDriver_Pyre

Abstract JobDriver only used to centralize common toils.
Inheritance: JobDriver
Show file Open project: Rikiki123456789/Rimworld

Public Properties

Property Type Description
pyreIndex TargetIndex

Protected Methods

Method Description
IsValidCellToWander ( IntVec3 cell ) : bool
MakeNewToils ( ) : IEnumerable
ToilGetWanderCell ( IntVec3 pyrePosition ) : Toil
ToilReleaseCell ( ) : Toil

Method Details

IsValidCellToWander() protected method

protected IsValidCellToWander ( IntVec3 cell ) : bool
cell IntVec3
return bool

MakeNewToils() protected method

protected MakeNewToils ( ) : IEnumerable
return IEnumerable

ToilGetWanderCell() protected method

protected ToilGetWanderCell ( IntVec3 pyrePosition ) : Toil
pyrePosition IntVec3
return Toil

ToilReleaseCell() protected method

protected ToilReleaseCell ( ) : Toil
return Toil

Property Details

pyreIndex public property

public TargetIndex pyreIndex
return TargetIndex