サーバ統計情報.
More...
| mun_master.MatchingStats.MatchingStats |
( |
Int32 |
clientCountCountInServer = 0, |
|
|
Int32 |
clientCountCountInLobby = 0, |
|
|
Int32 |
clientCountInRoom = 0, |
|
|
Int32 |
roomCountInLobby = 0 |
|
) |
| |
コンストラクタ.
- Parameters
-
| clientCountInServer | サーバに接続しているクライアント数。指定がない場合には 0 が設定される. |
| clientCountInLobby | ロビーに入室しているクライアント数。指定がない場合には 0 が設定される. |
| clientCountInRoom | ルームに入室しているクライアント数。指定がない場合には 0 が設定される. |
| roomCountInLobby | ロビー内に所属しているルーム数。指定がない場合には 0 が設定される. |
| Int32 mun_master.MatchingStats.GetClientCountInLobby |
( |
| ) |
|
ロビーに入室しているクライアント数の取得.
- Returns
- ロビーに入室しているクライアント数を返す。
| Int32 mun_master.MatchingStats.GetClientCountInRoom |
( |
| ) |
|
ルーム内に入室しているクライアント数の取得.
- Returns
- ルーム内に入室しているクライアント数を返す。
| Int32 mun_master.MatchingStats.GetClientCountInServer |
( |
| ) |
|
サーバに接続しているクライアント数の取得.
- Returns
- サーバに接続しているクライアント数を返す。
| Int32 mun_master.MatchingStats.GetRoomCountInLobby |
( |
| ) |
|
ロビー内に所属しているルーム数の取得.
- Returns
- ロビー内に所属しているルーム数を返す。
| void mun_master.MatchingStats.Set |
( |
Int32 |
clientCountCountInServer = 0, |
|
|
Int32 |
clientCountCountInLobby = 0, |
|
|
Int32 |
clientCountInRoom = 0, |
|
|
Int32 |
roomCountInLobby = 0 |
|
) |
| |
代入処理.
- Parameters
-
| clientCountInServer | サーバに接続しているクライアント数。指定がない場合には 0 が設定される. |
| clientCountInLobby | ロビーに入室しているクライアント数。指定がない場合には 0 が設定される. |
| clientCountInRoom | ルームに入室しているクライアント数。指定がない場合には 0 が設定される. |
| roomCountInLobby | ロビー内に所属しているルーム数。指定がない場合には 0 が設定される. |
| Int32 mun_master.MatchingStats.m_ClientCountInLobby |
|
protected |
| Int32 mun_master.MatchingStats.m_ClientCountInRoom |
|
protected |
| Int32 mun_master.MatchingStats.m_ClientCountInServer |
|
protected |
| Int32 mun_master.MatchingStats.m_RoomCountInLobby |
|
protected |
The documentation for this class was generated from the following file: