ForgeDocs
Documentation for the forge framework
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Forge.Networking.Lobby.LobbyHost.LobbySettings Class Reference

Settings used for creating a lobby. More...

Public Attributes

string Password
 The password required for entering the lobby. Use an empty string for "no" password. More...
 
string SerializedMap
 The serialized map that the lobby is hosting, ie, the data that lobby members will download. More...
 
IMapManager MapManager
 Map manager used to get hashes for serialized maps. More...
 

Detailed Description

Settings used for creating a lobby.

Member Data Documentation

IMapManager Forge.Networking.Lobby.LobbyHost.LobbySettings.MapManager

Map manager used to get hashes for serialized maps.

string Forge.Networking.Lobby.LobbyHost.LobbySettings.Password

The password required for entering the lobby. Use an empty string for "no" password.

string Forge.Networking.Lobby.LobbyHost.LobbySettings.SerializedMap

The serialized map that the lobby is hosting, ie, the data that lobby members will download.


The documentation for this class was generated from the following file: