Table of Contents

Enum CanPlaceResult

Namespace
TinyLife.Tools
Assembly
Tiny Life.dll

A set of results that can be used by CanPlaceForTooltip().

public enum CanPlaceResult
Extension Methods

Fields

AreaTooLarge = 17
DisallowedOnGround = 3
MiscInvalid = 1
NotEnoughMoney = 2
NotOnLot = 10
ObjectInTheWay = 7
RequiresCeilingAbove = 11
RequiresGableRoof = 12
RequiresNaturalGround = 16
RequiresRoofBelow = 13
RequiresTileBelow = 14
RequiresWall = 8
RequiresWallNoOpening = 9
RequiresWater = 15
RoofInTheWay = 5
StairsInTheWay = 6
Valid = 0
WallInTheWay = 4