C# Class RA.Designator_Collect

Inheritance: Designator
Mostra file Open project: RWA-Team/RimworldAscension

Public Properties

Property Type Description
allowedTerrain List
designationDef DesignationDef

Public Methods

Method Description
CanDesignateCell ( IntVec3 loc ) : AcceptanceReport
DesignateSingleCell ( IntVec3 c ) : void
Designator_Collect ( ) : System.Collections.Generic
SelectedUpdate ( ) : void

Method Details

CanDesignateCell() public method

public CanDesignateCell ( IntVec3 loc ) : AcceptanceReport
loc IntVec3
return AcceptanceReport

DesignateSingleCell() public method

public DesignateSingleCell ( IntVec3 c ) : void
c IntVec3
return void

Designator_Collect() public method

public Designator_Collect ( ) : System.Collections.Generic
return System.Collections.Generic

SelectedUpdate() public method

public SelectedUpdate ( ) : void
return void

Property Details

allowedTerrain public_oe property

public List allowedTerrain
return List

designationDef public_oe property

public DesignationDef designationDef
return DesignationDef