Monobit Unity Networking ver.2.8.0 Server API Reference (C++)
STREAM::RoomMasterUpdatePlayerParametersRequest Class Reference

mun_masterサーバからmun_roomサーバに対して送信される、プレイヤーパラメータの変更通知. More...

#include <MunStream.hpp>

Collaboration diagram for STREAM::RoomMasterUpdatePlayerParametersRequest:

Public Member Functions

 RoomMasterUpdatePlayerParametersRequest ()
 コンストラクタ.
 
 RoomMasterUpdatePlayerParametersRequest (uint64 _roomId, int32 _playerId, KeyValue *_playerParameters, uint16 _playerParametersLen)
 コンストラクタ. More...
 
RoomMasterUpdatePlayerParametersRequestoperator= (const RoomMasterUpdatePlayerParametersRequest &rRef)
 代入処理. More...
 
uint32 Size ()
 データサイズの取得. More...
 
bool Pack (MunBuffer &buffer)
 MunBufferへのパッキング. More...
 
bool Unpack (MunBuffer &buffer)
 MunBufferからのアンパッキング. More...
 

Public Attributes

uint64 roomId
 ルームID. More...
 
int32 playerId
 プレイヤーID. More...
 
KeyValue playerParameters [PLAYER_PARAMETERS_MAX]
 プレイヤーパラメータ. More...
 
uint16 playerParametersLen
 プレイヤーパラメータの登録数. More...
 

Static Public Attributes

static const uint16 payloadType = ROOMMASTER_FUNCID_ROOMMASTER_UPDATEPLAYERPARAMETERS
 payload_typeのID定数値. More...
 

Detailed Description

mun_masterサーバからmun_roomサーバに対して送信される、プレイヤーパラメータの変更通知.

Constructor & Destructor Documentation

STREAM::RoomMasterUpdatePlayerParametersRequest::RoomMasterUpdatePlayerParametersRequest ( uint64  _roomId,
int32  _playerId,
KeyValue _playerParameters,
uint16  _playerParametersLen 
)

コンストラクタ.

Parameters
_roomIdルームID.
_hostIdホストID.

Member Function Documentation

RoomMasterUpdatePlayerParametersRequest& STREAM::RoomMasterUpdatePlayerParametersRequest::operator= ( const RoomMasterUpdatePlayerParametersRequest rRef)

代入処理.

Parameters
rRef代入値.
bool STREAM::RoomMasterUpdatePlayerParametersRequest::Pack ( MunBuffer buffer)

MunBufferへのパッキング.

Parameters
bufferMunBufferクラスオブジェクト.

Here is the call graph for this function:

Here is the caller graph for this function:

uint32 STREAM::RoomMasterUpdatePlayerParametersRequest::Size ( )

データサイズの取得.

Returns
uint32 データサイズを返す.

Here is the call graph for this function:

bool STREAM::RoomMasterUpdatePlayerParametersRequest::Unpack ( MunBuffer buffer)

MunBufferからのアンパッキング.

Parameters
bufferMunBufferクラスオブジェクト.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

const uint16 STREAM::RoomMasterUpdatePlayerParametersRequest::payloadType = ROOMMASTER_FUNCID_ROOMMASTER_UPDATEPLAYERPARAMETERS
static

payload_typeのID定数値.

int32 STREAM::RoomMasterUpdatePlayerParametersRequest::playerId

プレイヤーID.

KeyValue STREAM::RoomMasterUpdatePlayerParametersRequest::playerParameters[PLAYER_PARAMETERS_MAX]

プレイヤーパラメータ.

uint16 STREAM::RoomMasterUpdatePlayerParametersRequest::playerParametersLen

プレイヤーパラメータの登録数.

uint64 STREAM::RoomMasterUpdatePlayerParametersRequest::roomId

ルームID.


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