Свойство | Тип | Описание | |
---|---|---|---|
gameList | CustomArrayList |
Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
AddGame ( |
Adds a game to the lobby list
|
|
AddMessageToLog ( String message ) : void |
Adds a message to the log.
|
|
AddUser ( SocketLibrary.Users.User toAdd ) : void |
Adds a user to the user log.
|
|
CreateGame ( |
User entered a game name and pressed OK
|
|
CreateGameBtnClicked ( |
User wants to create a game.
|
|
DisconnectBtnClicked ( |
The user wants to disconnect.
|
|
GetGameByID ( int gameID ) : |
Gets a game by ID.
|
|
GetGameDisplayPanelByIndex ( int index ) : |
Gets a display panel by index.
|
|
MultiplayerLobby ( ) : System | ||
OnKeyPressed ( XNAInputLibrary.KeyboardInput.KeyEvent e ) : void |
User pressed a key in the message textfield.
|
|
RemoveGame ( |
Removes a game from the game list.
|
|
RemoveGameByID ( int id ) : void |
Removes a game by game ID.
|
|
RemoveUser ( SocketLibrary.Users.User toRemove ) : void |
Removes a user from the list.
|
|
Unload ( ) : void |
public AddGame ( |
||
toAdd | The game to add | |
Результат | void |
public AddMessageToLog ( String message ) : void | ||
message | String | The message to add |
Результат | void |
public AddUser ( SocketLibrary.Users.User toAdd ) : void | ||
toAdd | SocketLibrary.Users.User | |
Результат | void |
public CreateGame ( |
||
source | The source | |
Результат | void |
public CreateGameBtnClicked ( |
||
source | Bla | |
Результат | void |
public DisconnectBtnClicked ( |
||
source | ||
Результат | void |
public GetGameByID ( int gameID ) : |
||
gameID | int | The game ID. |
Результат |
public GetGameDisplayPanelByIndex ( int index ) : |
||
index | int | The index. |
Результат |
public OnKeyPressed ( XNAInputLibrary.KeyboardInput.KeyEvent e ) : void | ||
e | XNAInputLibrary.KeyboardInput.KeyEvent | The event |
Результат | void |
public RemoveGame ( |
||
toRemove | What game to remove! | |
Результат | void |
public RemoveGameByID ( int id ) : void | ||
id | int | The game ID to remove. |
Результат | void |
public RemoveUser ( SocketLibrary.Users.User toRemove ) : void | ||
toRemove | SocketLibrary.Users.User | |
Результат | void |