Table of Contents

Enum ObjectPlacementErrorCode

Namespace
TileWorld.Engine.Runtime.Objects
Assembly
TileWorld.Engine.dll

Represents the failure reason for an object placement request.

public enum ObjectPlacementErrorCode

Fields

InternalError = 7

An unexpected internal error prevented the request from completing.

InvalidAnchor = 5

The request could not be completed because the target anchor was invalid.

InvalidObjectDefId = 1

The requested object definition identifier is invalid.

MissingSupport = 4

The target footprint does not have the required support.

None = 0

No error occurred.

ObjectNotFound = 6

The requested object instance could not be found.

Occupied = 2

The target footprint is already occupied.

OutOfBounds = 8

The requested footprint extends outside the world's optional vertical bounds.

ValidationFailed = 3

General validation failed.