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

MUNのバージョン管理クラス. More...

#include <MunVersion.hpp>

Public Member Functions

 MunVersion ()
 コンストラクタ.
 
virtual ~MunVersion ()
 デストラクタ.
 
uint32 GetVersion (std::string key)
 バージョンの取得. More...
 
uint32 GetRemoteVersion (MrsConnection remoteConnection, std::string key)
 接続先のバージョンの取得. More...
 

Detailed Description

MUNのバージョン管理クラス.

Member Function Documentation

uint32 MunVersion::GetRemoteVersion ( MrsConnection  remoteConnection,
std::string  key 
)

接続先のバージョンの取得.

Parameters
remoteConnection接続先のモジュール.
key取得対象バージョンのキー.
Returns
取得したバージョンを返す。

Here is the caller graph for this function:

uint32 MunVersion::GetVersion ( std::string  key)

バージョンの取得.

Parameters
key取得対象バージョンのキー.
Returns
取得したバージョンを返す。

Here is the caller graph for this function:


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