C# Класс CaveworldFlora.PlaceWorker_FungiponicsBasin

PlaceWorker_FungiponicsBasin custom PlaceWorker class.
Наследование: PlaceWorker
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

AllowsPlacing() публичный Метод

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
Результат AcceptanceReport