C# Class Bricklayer.Client.Interface.LobbyWindow

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

Public Properties

Property Type Description
RoomListCtrl ControlList

Public Methods

Method 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

Method Description
FilterRooms ( ) : void
RefreshRooms ( ) : void
ReplaceVariables ( string infoText ) : string

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

Method Details

JoinRoom() public method

Joins a world
public JoinRoom ( int index ) : void
index int
return void

LoadRooms() public method

Loads rooms from the recieved lobby message
public LoadRooms ( ) : void
return void

LobbyWindow() public method

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

Property Details

RoomListCtrl public property

public ControlList RoomListCtrl
return ControlList