Monobit Unity Networking ver.2.3.1 Server API Reference (.NET Framework)
mun_master.MatchingStats Class Reference

サーバ統計情報. More...

Public Member Functions

Int32 GetPlayerCountInLobby ()
 ロビー内に存在するプレイヤーの人数の取得. More...
 
Int32 GetRoomCount ()
 ロビー内に所属しているルーム数の取得. More...
 
Int32 GetPlayerCountInRoom ()
 ルーム内に入室しているプレイヤーの人数の取得. More...
 
 MatchingStats (Int32 playerCountInLobby=0, Int32 roomCount=0, Int32 playerCountInRoom=0)
 コンストラクタ. More...
 
void Set (Int32 playerCountInLobby=0, Int32 roomCount=0, Int32 playerCountInRoom=0)
 代入処理. More...
 

Protected Attributes

Int32 m_PlayerCountInLobby
 ロビー内に存在するプレイヤーの人数. More...
 
Int32 m_RoomCount
 ロビー内に所属しているルーム数. More...
 
Int32 m_PlayerCountInRoom
 ルーム内に入室しているプレイヤーの人数. More...
 

Detailed Description

サーバ統計情報.

Constructor & Destructor Documentation

mun_master.MatchingStats.MatchingStats ( Int32  playerCountInLobby = 0,
Int32  roomCount = 0,
Int32  playerCountInRoom = 0 
)

コンストラクタ.

Parameters
playerCountInLobbyロビー内に存在するプレイヤーの人数。指定がない場合には 0 が設定される.
roomCountロビー内に所属しているルーム数。指定がない場合には 0 が設定される.
playerCountInRoomルーム内に入室しているプレイヤーの人数。指定がない場合には空文字が設定される.

Here is the call graph for this function:

Member Function Documentation

Int32 mun_master.MatchingStats.GetPlayerCountInLobby ( )

ロビー内に存在するプレイヤーの人数の取得.

Returns
ロビー内に存在するプレイヤーの人数を返す。

Here is the caller graph for this function:

Int32 mun_master.MatchingStats.GetPlayerCountInRoom ( )

ルーム内に入室しているプレイヤーの人数の取得.

Returns
ルーム内に入室しているプレイヤーの人数を返す。

Here is the caller graph for this function:

Int32 mun_master.MatchingStats.GetRoomCount ( )

ロビー内に所属しているルーム数の取得.

Returns
ロビー内に所属しているルーム数を返す。

Here is the caller graph for this function:

void mun_master.MatchingStats.Set ( Int32  playerCountInLobby = 0,
Int32  roomCount = 0,
Int32  playerCountInRoom = 0 
)

代入処理.

Parameters
playerCountInLobbyロビー内に存在するプレイヤーの人数。指定がない場合には 0 が設定される.
roomCountロビー内に所属しているルーム数。指定がない場合には 0 が設定される.
playerCountInRoomルーム内に入室しているプレイヤーの人数。指定がない場合には空文字が設定される.

Here is the caller graph for this function:

Member Data Documentation

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: