mun_masterサーバのロビー情報の制御.
More...
#include <MunMasterMatchingLobby.hpp>
MatchingLobby::MatchingLobby |
( |
uint64 |
id = 0 , |
|
|
std::string |
name = "" , |
|
|
uint8 |
kind = STREAM::LOBBYKIND_DEFAULT , |
|
|
int32 |
playerCountInLobby = 0 , |
|
|
int32 |
roomCount = 0 , |
|
|
int32 |
playerCountInRoom = 0 |
|
) |
| |
コンストラクタ.
- Parameters
-
id | ロビーID。指定がない場合には 0 が設定される. |
name | ロビー名。指定がない場合には空文字が設定される. |
kind | ロビーの種類。指定がない場合には STREAM::LOBBYKIND_DEFAULT が設定される. |
roomCount | ロビー内に登録されているルーム数。指定がない場合には 0 が設定される. |
playerCount | ロビー内に入室しているプレイヤー数。指定がない場合には 0 が設定される. |
uint64 MatchingLobby::GetId |
( |
| ) |
|
ロビーIDの取得.
- Returns
- ロビーIDを返す。
uint8 MatchingLobby::GetKind |
( |
| ) |
|
ロビーの属性の取得.
- Returns
- ロビーの属性を返す.
std::string MatchingLobby::GetName |
( |
| ) |
|
int32 MatchingLobby::GetPlayerCountInLobby |
( |
| ) |
|
ロビーに入室しているプレイヤー数の取得.
- Returns
- ロビーに入室しているプレイヤー数を返す。
int32 MatchingLobby::GetPlayerCountInRoom |
( |
| ) |
|
ルームに入室しているプレイヤー数の取得.
- Returns
- ルームに入室しているプレイヤー数を返す。
int32 MatchingLobby::GetRoomCount |
( |
| ) |
|
ロビー内に登録されているルーム数の取得.
- Returns
- ロビー内に登録されているルーム数を返す。
ロビー統計情報の取得.
- Parameters
-
- Returns
- 取得できたら true、取得できなかったら false を返す。
void MatchingLobby::SetKind |
( |
uint8 |
kind | ) |
|
ロビーの属性の設定.
- Returns
- kind ロビーの属性.
void MatchingLobby::SetName |
( |
std::string |
name | ) |
|
ロビー名の設定.
- Returns
- name ロビー名.
void MatchingLobby::SetPlayerCountInLobby |
( |
int32 |
playerCount | ) |
|
ロビーに入室しているプレイヤー数の設定.
- Parameters
-
playerCount | ロビーに入室しているプレイヤー数. |
void MatchingLobby::SetPlayerCountInRoom |
( |
int32 |
playerCount | ) |
|
ルームに入室しているプレイヤー数の設定.
- Parameters
-
playerCount | ルームに入室しているプレイヤー数. |
void MatchingLobby::SetRoomCount |
( |
int32 |
roomCount | ) |
|
ロビー内に登録されているルーム数の設定.
- Parameters
-
playerCount | ロビー内に登録されているルーム数. |
uint64 MatchingLobby::m_Id |
|
protected |
uint8 MatchingLobby::m_Kind |
|
protected |
std::string MatchingLobby::m_Name |
|
protected |
int32 MatchingLobby::m_PlayerCountInLobby |
|
protected |
int32 MatchingLobby::m_PlayerCountInRoom |
|
protected |
int32 MatchingLobby::m_RoomCount |
|
protected |
The documentation for this class was generated from the following file: