Table of Contents

Enum CanPlaceResult

Namespace
TinyLife.Tools
Assembly
TinyLife.dll

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

public enum CanPlaceResult
Extension Methods

Fields

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