サーバ統計情報.
More...
mun_master.MatchingStats.MatchingStats |
( |
Int32 |
playerCountInLobby = 0 , |
|
|
Int32 |
roomCount = 0 , |
|
|
Int32 |
playerCountInRoom = 0 |
|
) |
| |
コンストラクタ.
- Parameters
-
playerCountInLobby | ロビー内に存在するプレイヤーの人数。指定がない場合には 0 が設定される. |
roomCount | ロビー内に所属しているルーム数。指定がない場合には 0 が設定される. |
playerCountInRoom | ルーム内に入室しているプレイヤーの人数。指定がない場合には空文字が設定される. |
Int32 mun_master.MatchingStats.GetPlayerCountInLobby |
( |
| ) |
|
ロビー内に存在するプレイヤーの人数の取得.
- Returns
- ロビー内に存在するプレイヤーの人数を返す。
Int32 mun_master.MatchingStats.GetPlayerCountInRoom |
( |
| ) |
|
ルーム内に入室しているプレイヤーの人数の取得.
- Returns
- ルーム内に入室しているプレイヤーの人数を返す。
Int32 mun_master.MatchingStats.GetRoomCount |
( |
| ) |
|
ロビー内に所属しているルーム数の取得.
- Returns
- ロビー内に所属しているルーム数を返す。
void mun_master.MatchingStats.Set |
( |
Int32 |
playerCountInLobby = 0 , |
|
|
Int32 |
roomCount = 0 , |
|
|
Int32 |
playerCountInRoom = 0 |
|
) |
| |
代入処理.
- Parameters
-
playerCountInLobby | ロビー内に存在するプレイヤーの人数。指定がない場合には 0 が設定される. |
roomCount | ロビー内に所属しているルーム数。指定がない場合には 0 が設定される. |
playerCountInRoom | ルーム内に入室しているプレイヤーの人数。指定がない場合には空文字が設定される. |
Int32 mun_master.MatchingStats.m_PlayerCountInLobby |
|
protected |
Int32 mun_master.MatchingStats.m_PlayerCountInRoom |
|
protected |
Int32 mun_master.MatchingStats.m_RoomCount |
|
protected |
The documentation for this class was generated from the following file: