RoomDescriptorDisplayType
Matches the RoomDescriptor.DISPLAY_*
members of the RoomDescriptor
class. In IsaacScript, we
reimplement this as an enum instead, since it is cleaner.
Enumeration Members
NONE
• NONE = 0
Defined in
RoomDescriptorDisplayType.ts:6
BOX
• BOX = 1
Defined in
RoomDescriptorDisplayType.ts:7
LOCK
• LOCK = 2
Defined in
RoomDescriptorDisplayType.ts:8
ICON
• ICON = 4
Defined in
RoomDescriptorDisplayType.ts:9
ALL
• ALL = 5