Monobit Unity Networking ver.2.8.0 Server API Reference (C++)
MatchingStats Class Reference

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

#include <MunMasterMatchingStats.hpp>

Public Member Functions

int32 GetClientCountInServer ()
 サーバに接続しているクライアント数の取得. More...
 
int32 GetClientCountInLobby ()
 ロビーに入室しているクライアント数の取得. More...
 
int32 GetClientCountInRoom ()
 ルーム内に入室しているクライアント数の取得. More...
 
int32 GetRoomCountInLobby ()
 ロビー内に所属しているルーム数の取得. More...
 
 MatchingStats (int32 clientCountInServer=0, int32 clientCountInLobby=0, int32 clientCountInRoom=0, int32 roomCountInLobby=0)
 コンストラクタ. More...
 
void Set (int32 clientCountInServer=0, int32 clientCountInLobby=0, int32 clientCountInRoom=0, int32 roomCountInLobby=0)
 代入処理. More...
 
virtual ~MatchingStats ()
 デストラクタ.
 

Protected Attributes

int32 m_ClientCountInServer
 サーバに接続しているクライアントの数. More...
 
int32 m_ClientCountInLobby
 ロビー内に存在するクライアントの数. More...
 
int32 m_ClientCountInRoom
 ルーム内に入室しているクライアントの数. More...
 
int32 m_RoomCountInLobby
 ロビー内に所属しているルーム数. More...
 

Detailed Description

サーバ統計情報.

Constructor & Destructor Documentation

MatchingStats::MatchingStats ( int32  clientCountInServer = 0,
int32  clientCountInLobby = 0,
int32  clientCountInRoom = 0,
int32  roomCountInLobby = 0 
)

コンストラクタ.

Parameters
clientCountInServerサーバに接続しているクライアント数。指定がない場合には 0 が設定される.
clientCountInLobbyロビーに入室しているクライアント数。指定がない場合には 0 が設定される.
clientCountInRoomルームに入室しているクライアント数。指定がない場合には 0 が設定される.
roomCountInLobbyロビー内に所属しているルーム数。指定がない場合には 0 が設定される.

Here is the call graph for this function:

Member Function Documentation

int32 MatchingStats::GetClientCountInLobby ( )

ロビーに入室しているクライアント数の取得.

Returns
ロビーに入室しているクライアント数を返す。

Here is the caller graph for this function:

int32 MatchingStats::GetClientCountInRoom ( )

ルーム内に入室しているクライアント数の取得.

Returns
ルーム内に入室しているクライアント数を返す。

Here is the caller graph for this function:

int32 MatchingStats::GetClientCountInServer ( )

サーバに接続しているクライアント数の取得.

Returns
サーバに接続しているクライアント数を返す。

Here is the caller graph for this function:

int32 MatchingStats::GetRoomCountInLobby ( )

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

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

Here is the caller graph for this function:

void MatchingStats::Set ( int32  clientCountInServer = 0,
int32  clientCountInLobby = 0,
int32  clientCountInRoom = 0,
int32  roomCountInLobby = 0 
)

代入処理.

Parameters
clientCountInServerサーバに接続しているクライアント数。指定がない場合には 0 が設定される.
clientCountInLobbyロビーに入室しているクライアント数。指定がない場合には 0 が設定される.
clientCountInRoomルームに入室しているクライアント数。指定がない場合には 0 が設定される.
roomCountInLobbyロビー内に所属しているルーム数。指定がない場合には 0 が設定される.

Here is the caller graph for this function:

Member Data Documentation

int32 MatchingStats::m_ClientCountInLobby
protected

ロビー内に存在するクライアントの数.

int32 MatchingStats::m_ClientCountInRoom
protected

ルーム内に入室しているクライアントの数.

int32 MatchingStats::m_ClientCountInServer
protected

サーバに接続しているクライアントの数.

int32 MatchingStats::m_RoomCountInLobby
protected

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


The documentation for this class was generated from the following file: