C# Class OutpostGenerator.JobGiver_WanderOutpost

Inheritance: JobGiver_Wander
ファイルを表示 Open project: Rikiki123456789/Rimworld

Public Methods

Method Description
JobGiver_WanderOutpost ( ) : System

Protected Methods

Method Description
GetExactWanderDest ( Pawn pawn ) : IntVec3
GetWanderRoot ( Pawn pawn ) : IntVec3
TryGiveJob ( Pawn pawn ) : Job

Method Details

GetExactWanderDest() protected method

protected GetExactWanderDest ( Pawn pawn ) : IntVec3
pawn Pawn
return IntVec3

GetWanderRoot() protected method

protected GetWanderRoot ( Pawn pawn ) : IntVec3
pawn Pawn
return IntVec3

JobGiver_WanderOutpost() public method

public JobGiver_WanderOutpost ( ) : System
return System

TryGiveJob() protected method

protected TryGiveJob ( Pawn pawn ) : Job
pawn Pawn
return Job