LevelCurse
constLevelCurse:object
Defined in: flags/LevelCurse.ts:11
Not Exported
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.)
Type Declaration
Section titled “Type Declaration”
readonlyNONE:0=0
1 << -1 (0)
DARKNESS
Section titled “DARKNESS”
readonlyDARKNESS:int
1 << 0 (1)
Corresponds to CurseID.DARKNESS (1).
LABYRINTH
Section titled “LABYRINTH”
readonlyLABYRINTH:int
1 << 1 (2)
Corresponds to CurseID.LABYRINTH (2).
readonlyLOST:int
1 << 2 (4)
Corresponds to CurseID.LOST (3).
UNKNOWN
Section titled “UNKNOWN”
readonlyUNKNOWN:int
1 << 3 (8)
Corresponds to CurseID.UNKNOWN (4).
CURSED
Section titled “CURSED”
readonlyCURSED:int
1 << 4 (16)
Corresponds to CurseID.CURSED (5).
readonlyMAZE:int
1 << 5 (32)
Corresponds to CurseID.MAZE (6).
readonlyBLIND:int
1 << 6 (64)
Corresponds to CurseID.BLIND (7).
readonlyGIANT:int
1 << 7 (128)
Corresponds to CurseID.GIANT (8).
