Table of Contents

Enum TileEditErrorCode

Namespace
TileWorld.Engine.Runtime.Edits
Assembly
TileWorld.Engine.dll

Enumerates failure reasons that can be returned by tile editing APIs.

public enum TileEditErrorCode

Fields

ChunkNotLoaded = 1
InternalError = 8
InvalidTileId = 3
NoTilePresent = 6
None = 0
OccupiedByObject = 5
OutOfBounds = 2
TileNotMineable = 7
ValidationFailed = 4