C# Class Bricklayer.Client.Interface.LobbyWindow

A small window containing the lobby room list and server data
Inheritance: TomShane.Neoforce.Controls.Dialog
Afficher le fichier Open project: Cyral/Bricklayer Class Usage Examples

Méthodes publiques

Свойство Type Description
RoomListCtrl ControlList

Méthodes publiques

Méthode Description
JoinRoom ( int index ) : void

Joins a world

LoadRooms ( ) : void

Loads rooms from the recieved lobby message

LobbyWindow ( TomShane.Neoforce.Controls.Manager manager ) : System

Private Methods

Méthode Description
FilterRooms ( ) : void
RefreshRooms ( ) : void
ReplaceVariables ( string infoText ) : string

Replaces variables like "$Online" with text in the server info

Method Details

JoinRoom() public méthode

Joins a world
public JoinRoom ( int index ) : void
index int
Résultat void

LoadRooms() public méthode

Loads rooms from the recieved lobby message
public LoadRooms ( ) : void
Résultat void

LobbyWindow() public méthode

public LobbyWindow ( TomShane.Neoforce.Controls.Manager manager ) : System
manager TomShane.Neoforce.Controls.Manager
Résultat System

Property Details

RoomListCtrl public_oe property

public ControlList RoomListCtrl
Résultat ControlList