DoorSlotFlag
Defined in: flags/DoorSlotFlag.ts:13
Not Exported
For GridEntityType.DOOR (16).
This is represented as an object instead of an enum due to limitations with TypeScript enums. (We
want this type to be a child of the BitFlag type.)
Enumeration Members
Section titled “Enumeration Members”LEFT_0
Section titled “LEFT_0”LEFT_0:
number
Defined in: flags/DoorSlotFlag.ts:15
1 << 0 (1)
UP_0:
number
Defined in: flags/DoorSlotFlag.ts:18
1 << 1 (2)
RIGHT_0
Section titled “RIGHT_0”RIGHT_0:
number
Defined in: flags/DoorSlotFlag.ts:21
1 << 2 (4)
DOWN_0
Section titled “DOWN_0”DOWN_0:
number
Defined in: flags/DoorSlotFlag.ts:24
1 << 3 (8)
LEFT_1
Section titled “LEFT_1”LEFT_1:
number
Defined in: flags/DoorSlotFlag.ts:27
1 << 4 (16)
UP_1:
number
Defined in: flags/DoorSlotFlag.ts:30
1 << 5 (32)
RIGHT_1
Section titled “RIGHT_1”RIGHT_1:
number
Defined in: flags/DoorSlotFlag.ts:33
1 << 6 (64)
DOWN_1
Section titled “DOWN_1”DOWN_1:
number
Defined in: flags/DoorSlotFlag.ts:36
1 << 7 (128)
