Monobit Unity Networking ver.2.8.0 Server API Reference (C#)
mun.STREAM.SummaryRoomInfo Class Reference

ルーム統計情報. More...

Collaboration diagram for mun.STREAM.SummaryRoomInfo:

Public Member Functions

 SummaryRoomInfo ()
 コンストラクタ.
 
 SummaryRoomInfo (ref Text _name, ref UInt32 _maxPlayers, ref Byte _isVisible, ref Byte _isOpen, ref Int32 _hostId, ref UInt32 _playersLen, ref KeyValue[] _roomParameters, ref UInt16 _roomParametersLen)
 コンストラクタ. More...
 
 SummaryRoomInfo (ref SummaryRoomInfo rRef)
 代入処理. More...
 
bool Pack (ref mrs.Buffer buffer)
 mrs::Bufferへのパッキング. More...
 
bool Unpack (ref mrs.Buffer buffer)
 mrs::Bufferからのアンパッキング. More...
 

Public Attributes

Text name
 ルーム名. More...
 
UInt32 maxPlayers
 ルーム内プレイヤー人数の上限. More...
 
Byte isVisible
 ルーム情報をロビーに通知するかどうかのフラグ. More...
 
Byte isOpen
 他プレイヤーのルーム入室を許可するかどうかのフラグ. More...
 
Int32 hostId
 ホストID. More...
 
UInt32 playersLen
 プレイヤー統計情報の登録数. More...
 
KeyValue[] roomParameters
 ルームパラメータ. More...
 
UInt16 roomParametersLen
 ルームパラメータの登録数. More...
 

Detailed Description

ルーム統計情報.

Constructor & Destructor Documentation

mun.STREAM.SummaryRoomInfo.SummaryRoomInfo ( ref Text  _name,
ref UInt32  _maxPlayers,
ref Byte  _isVisible,
ref Byte  _isOpen,
ref Int32  _hostId,
ref UInt32  _playersLen,
ref KeyValue[]  _roomParameters,
ref UInt16  _roomParametersLen 
)

コンストラクタ.

Parameters
_nameルーム名.
_maxPlayersルーム内プレイヤー人数の上限.
_isVisibleルーム情報をロビーに通知するかどうかのフラグ.
_isOpen他プレイヤーのルーム入室を許可するかどうかのフラグ.
_hostIdホストID.
_playersLen_playersの登録数.
_roomParametersルームパラメータの先頭アドレス.
_roomParametersLen_roomParametersの登録数.
mun.STREAM.SummaryRoomInfo.SummaryRoomInfo ( ref SummaryRoomInfo  rRef)

代入処理.

Parameters
rRef代入値.

Member Function Documentation

bool mun.STREAM.SummaryRoomInfo.Pack ( ref mrs.Buffer  buffer)

mrs::Bufferへのパッキング.

Parameters
buffermrs::Bufferクラスオブジェクト.

Here is the call graph for this function:

Here is the caller graph for this function:

bool mun.STREAM.SummaryRoomInfo.Unpack ( ref mrs.Buffer  buffer)

mrs::Bufferからのアンパッキング.

Parameters
buffermrs::Bufferクラスオブジェクト.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

Int32 mun.STREAM.SummaryRoomInfo.hostId

ホストID.

Byte mun.STREAM.SummaryRoomInfo.isOpen

他プレイヤーのルーム入室を許可するかどうかのフラグ.

Byte mun.STREAM.SummaryRoomInfo.isVisible

ルーム情報をロビーに通知するかどうかのフラグ.

UInt32 mun.STREAM.SummaryRoomInfo.maxPlayers

ルーム内プレイヤー人数の上限.

Text mun.STREAM.SummaryRoomInfo.name

ルーム名.

UInt32 mun.STREAM.SummaryRoomInfo.playersLen

プレイヤー統計情報の登録数.

KeyValue [] mun.STREAM.SummaryRoomInfo.roomParameters

ルームパラメータ.

UInt16 mun.STREAM.SummaryRoomInfo.roomParametersLen

ルームパラメータの登録数.


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