Monobit Unity Networking ver.2.8.0 Server API Reference (C++)
|
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... | |
MUNのバージョン管理クラス.
uint32 MunVersion::GetRemoteVersion | ( | MrsConnection | remoteConnection, |
std::string | key | ||
) |
接続先のバージョンの取得.
remoteConnection | 接続先のモジュール. |
key | 取得対象バージョンのキー. |
uint32 MunVersion::GetVersion | ( | std::string | key | ) |
バージョンの取得.
key | 取得対象バージョンのキー. |