C# Class CaveworldFlora.PlaceWorker_FungiponicsBasin

PlaceWorker_FungiponicsBasin custom PlaceWorker class.
Inheritance: PlaceWorker
Mostrar archivo Open project: Rikiki123456789/Rimworld

Public Methods

Method Description
AllowsPlacing ( BuildableDef checkingDef, IntVec3 loc, Rot4 rot ) : AcceptanceReport

Check if a new fungiponics basin can be built at this location. - the fungiponics basin must be roofed. - must not be too near from another fungiponics basin.

Method Details

AllowsPlacing() public method

Check if a new fungiponics basin can be built at this location. - the fungiponics basin must be roofed. - must not be too near from another fungiponics basin.
public AllowsPlacing ( BuildableDef checkingDef, IntVec3 loc, Rot4 rot ) : AcceptanceReport
checkingDef BuildableDef
loc IntVec3
rot Rot4
return AcceptanceReport