Method | Description | |
---|---|---|
AllowsPlacing ( BuildableDef checkingDef, IntVec3 loc, Rot4 rot ) : AcceptanceReport |
Check if a new fishing pier can be built at this location. - the fishing pier bank cell must be on a bank. - the rest of the fishing pier and the fishing spot must be on water. - must not be too near from another fishing pier.
|
|
IsAquaticTerrain ( IntVec3 position ) : bool |
public AllowsPlacing ( BuildableDef checkingDef, IntVec3 loc, Rot4 rot ) : AcceptanceReport | ||
checkingDef | BuildableDef | |
loc | IntVec3 | |
rot | Rot4 | |
return | AcceptanceReport |
public static IsAquaticTerrain ( IntVec3 position ) : bool | ||
position | IntVec3 | |
return | bool |