C# Class OutpostGenerator.PlaceWorker_OnEarth

Dirt floor place worker class.
Inheritance: PlaceWorker
ファイルを表示 Open project: Rikiki123456789/Rimworld

Public Methods

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

Restrict placement over non stony floors.

Method Details

AllowsPlacing() public method

Restrict placement over non stony floors.
public AllowsPlacing ( BuildableDef checkingDef, IntVec3 loc, Rot4 rot ) : AcceptanceReport
checkingDef BuildableDef
loc IntVec3
rot Rot4
return AcceptanceReport