C# Class esm.Designator_SmoothWall

Inheritance: Designator
Mostra file Open project: ForsakenShell/Es-Small-Mods

Public Methods

Method Description
CanDesignateCell ( IntVec3 c ) : AcceptanceReport
CanDesignateThing ( Thing t ) : AcceptanceReport
DesignateSingleCell ( IntVec3 c ) : void
DesignateThing ( Thing t ) : void
Designator_SmoothWall ( ) : System
SelectedUpdate ( ) : void

Method Details

CanDesignateCell() public method

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

CanDesignateThing() public method

public CanDesignateThing ( Thing t ) : AcceptanceReport
t Thing
return AcceptanceReport

DesignateSingleCell() public method

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

DesignateThing() public method

public DesignateThing ( Thing t ) : void
t Thing
return void

Designator_SmoothWall() public method

public Designator_SmoothWall ( ) : System
return System

SelectedUpdate() public method

public SelectedUpdate ( ) : void
return void