RoomFlags extension type
- on
Constructors
Properties
- isDarkRoom → bool
-
no setter
- isPlayerVisibility → bool
-
no setter
- isSwitchHostOnLeave → bool
-
no setter
- value → int
-
final
Methods
-
withValues(
{bool? darkRoom, bool? playerVisibility, bool? switchHostOnLeave}) → RoomFlags
Constants
- darkRoomFlag → const int
- playerVisibilityFlag → const int
- switchHostOnLeaveFlag → const int