Enum CanPlaceResult
A set of results that can be used by CanPlaceForTooltip().
public enum CanPlaceResult
- Extension Methods
Fields
Valid = 0MiscInvalid = 1NotEnoughMoney = 2DisallowedOnGround = 3WallInTheWay = 4RoofInTheWay = 5StairsInTheWay = 6ObjectInTheWay = 7RequiresWall = 8RequiresOtherWallType = 9RequiresWallNoOpening = 10NotOnLot = 11RequiresCeilingAbove = 12RequiresGableRoof = 13RequiresRoofBelow = 14RequiresTileBelow = 15RequiresWater = 16RequiresNaturalGround = 17RequiresSand = 18InvalidShape = 19