RoomType
Types of rooms.
- typedef enum
- {
- TitleRoom,
- GroupRoom,
- StagingRoom,
- NumRooms
- } RoomType;
Constants
- TitleRoom
- The main room for a game.
- GroupRoom
- A room which is, in general, for a particular type of gameplay (team, DM, etc.).
- StagingRoom
- A room where players meet before starting a game.
- NumRooms
- Number of room types.
Section Reference: Gamespy Peer SDK