C# Class OutpostGenerator.LordToil_DefendOutpost

LordToil_DefendOutpost class.
Inheritance: LordToil_DefendPoint
Mostra file Open project: Rikiki123456789/Rimworld Class Usage Examples

Public Methods

Method Description
LordToilTick ( ) : void
LordToil_DefendOutpost ( IntVec3 defendPoint, float defendRadius = 28f ) : System
UpdateAllDuties ( ) : void
VoluntaryJoinDutyHookFor ( Pawn p ) : ThinkTreeDutyHook

Method Details

LordToilTick() public method

public LordToilTick ( ) : void
return void

LordToil_DefendOutpost() public method

public LordToil_DefendOutpost ( IntVec3 defendPoint, float defendRadius = 28f ) : System
defendPoint IntVec3
defendRadius float
return System

UpdateAllDuties() public method

public UpdateAllDuties ( ) : void
return void

VoluntaryJoinDutyHookFor() public method

public VoluntaryJoinDutyHookFor ( Pawn p ) : ThinkTreeDutyHook
p Pawn
return ThinkTreeDutyHook