Свойство | Тип | Описание | |
---|---|---|---|
autoCleanUpField | bool | ||
maxPlayersField | byte | ||
nameField | string | ||
openField | bool | ||
visibleField | bool |
Метод | Описание | |
---|---|---|
Equals ( object p ) : bool |
Makes RoomInfo comparable (by name).
|
|
GetHashCode ( ) : int |
Accompanies Equals, using the name's HashCode as return.
|
|
ToString ( ) : string |
Simple printingin method.
|
Метод | Описание | |
---|---|---|
CacheProperties ( Hashtable propertiesToCache ) : void |
Copies "well known" properties to fields (isVisible, etc) and caches the custom properties (string-keys only) in a local hashtable.
|
|
RoomInfo ( string roomName, Hashtable properties ) : System |
Constructs a RoomInfo to be used in room listings in lobby.
|
protected CacheProperties ( Hashtable propertiesToCache ) : void | ||
propertiesToCache | Hashtable | New or updated properties to store in this RoomInfo. |
Результат | void |
protected RoomInfo ( string roomName, Hashtable properties ) : System | ||
roomName | string | |
properties | Hashtable | |
Результат | System |