RoomShape
Enumeration Members
SHAPE_1x1
• SHAPE_1x1 = 1
A "normal" room.
The "SHAPE_" prefix is necessary because enums cannot start with a number.
Defined in
IH
• IH = 2
Narrow 1x1 horizontal.
Defined in
IV
• IV = 3
Narrow 1x1 vertical.
Defined in
SHAPE_1x2
• SHAPE_1x2 = 4
2x1 vertical.
The "SHAPE_" prefix is necessary because enums cannot start with a number.
Defined in
IIV
• IIV = 5
Narrow 2x1 vertical.
Defined in
SHAPE_2x1
• SHAPE_2x1 = 6
2x1 horizontal.
The "SHAPE_" prefix is necessary because enums cannot start with a number.
Defined in
IIH
• IIH = 7
Narrow 2x1 horizontal.
Defined in
SHAPE_2x2
• SHAPE_2x2 = 8
The biggest room type.
The "SHAPE_" prefix is necessary because enums cannot start with a number.
Defined in
LTL
• LTL = 9
Looks like a "⅃" with a gap in the top-left-hand corner.
Defined in
LTR
• LTR = 10
Looks like an "L" with a gap in the top-right-hand corner.
Defined in
LBL
• LBL = 11
Looks like a "⅂" with a gap in the bottom-left-hand corner.