C# Class AllowTool.Designator_AllowAll

Inheritance: Designator_SelectableThings
Show file Open project: UnlimitedHugs/RimworldAllowTool

Public Methods

Method Description
Designator_AllowAll ( ThingDesignatorDef def ) : RimWorld
ProcessInput ( Event ev ) : void

Protected Methods

Method Description
ProcessCell ( IntVec3 cell ) : int
ThingIsRelevant ( Thing item ) : bool

Private Methods

Method Description
AllowAllTheThings ( ) : void

Method Details

Designator_AllowAll() public method

public Designator_AllowAll ( ThingDesignatorDef def ) : RimWorld
def ThingDesignatorDef
return RimWorld

ProcessCell() protected method

protected ProcessCell ( IntVec3 cell ) : int
cell IntVec3
return int

ProcessInput() public method

public ProcessInput ( Event ev ) : void
ev UnityEngine.Event
return void

ThingIsRelevant() protected method

protected ThingIsRelevant ( Thing item ) : bool
item Thing
return bool