DoorSlot
Defined in: DoorSlot.ts:1
Enumeration Members
Section titled “Enumeration Members”NO_DOOR_SLOT
Section titled “NO_DOOR_SLOT”NO_DOOR_SLOT:
-1
Defined in: DoorSlot.ts:2
LEFT_0
Section titled “LEFT_0”LEFT_0:
0
Defined in: DoorSlot.ts:5
In a normal room, the left door. In a 2x2 room, the uppermost door on the left side.
UP_0:
1
Defined in: DoorSlot.ts:8
In a normal room, the top door. In a 2x2 room, the leftmost door on the top side.
RIGHT_0
Section titled “RIGHT_0”RIGHT_0:
2
Defined in: DoorSlot.ts:11
In a normal room, the right door. In a 2x2 room, the uppermost door on the right side.
DOWN_0
Section titled “DOWN_0”DOWN_0:
3
Defined in: DoorSlot.ts:14
In a normal room, the bottom door. In a 2x2 room, the leftmost door on the bottom side.
LEFT_1
Section titled “LEFT_1”LEFT_1:
4
Defined in: DoorSlot.ts:17
In a 2x2 room, the bottommost door on the left side.
UP_1:
5
Defined in: DoorSlot.ts:20
In a 2x2 room, the rightmost door on the top side.
RIGHT_1
Section titled “RIGHT_1”RIGHT_1:
6
Defined in: DoorSlot.ts:23
In a 2x2 room, the bottommost door on the right side.
DOWN_1
Section titled “DOWN_1”DOWN_1:
7
Defined in: DoorSlot.ts:26
In a 2x2 room, the rightmost door on the bottom side.
