Companion

object Companion

Properties

BLOCKED
Link copied to clipboard
const val BLOCKED: Int
DECORATION_BLOCK
Link copied to clipboard
const val DECORATION_BLOCK: Int = 0x40000
OBJECT_BLOCK
Link copied to clipboard
const val OBJECT_BLOCK: Int = 0x200000
OBJECT_TILE
Link copied to clipboard
const val OBJECT_TILE: Int = 0x100
WALL_EAST
Link copied to clipboard
const val WALL_EAST: Int = 0x8
WALL_NORTH
Link copied to clipboard
const val WALL_NORTH: Int = 0x2
WALL_NORTHEAST
Link copied to clipboard
const val WALL_NORTHEAST: Int = 0x4
WALL_NORTHWEST
Link copied to clipboard
const val WALL_NORTHWEST: Int = 0x1
WALL_SOUTH
Link copied to clipboard
const val WALL_SOUTH: Int = 0x20
WALL_SOUTHEAST
Link copied to clipboard
const val WALL_SOUTHEAST: Int = 0x10
WALL_SOUTHWEST
Link copied to clipboard
const val WALL_SOUTHWEST: Int = 0x40
WALL_WEST
Link copied to clipboard
const val WALL_WEST: Int = 0x80