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

ルーム情報. More...

Collaboration diagram for mun.STREAM.RoomInfo:

Public Member Functions

 RoomInfo ()
 コンストラクタ.
 
 RoomInfo (ref Text _name, ref UInt32 _maxPlayers, ref Byte _isVisible, ref Byte _isOpen, ref Int32 _hostId, ref UInt16 _playersLen, ref KeyValue[] _roomParameters, ref UInt16 _roomParametersLen, ref Text[] _lobbyParameters, ref UInt16 _lobbyParametersLen)
 コンストラクタ. More...
 
 RoomInfo (ref RoomInfo 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...
 
Text[] lobbyParameters
 ロビー通知パラメータ. More...
 
UInt16 lobbyParametersLen
 ロビー通知パラメータの登録数. More...
 

Detailed Description

ルーム情報.

Constructor & Destructor Documentation

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

コンストラクタ.

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

代入処理.

Parameters
rRef代入値.

Member Function Documentation

bool mun.STREAM.RoomInfo.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.RoomInfo.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.RoomInfo.hostId

ホストID.

Byte mun.STREAM.RoomInfo.isOpen

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

Byte mun.STREAM.RoomInfo.isVisible

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

Text [] mun.STREAM.RoomInfo.lobbyParameters

ロビー通知パラメータ.

UInt16 mun.STREAM.RoomInfo.lobbyParametersLen

ロビー通知パラメータの登録数.

UInt32 mun.STREAM.RoomInfo.maxPlayers

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

Text mun.STREAM.RoomInfo.name

ルーム名.

UInt32 mun.STREAM.RoomInfo.playersLen

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

KeyValue [] mun.STREAM.RoomInfo.roomParameters

ルームパラメータ.

UInt16 mun.STREAM.RoomInfo.roomParametersLen

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


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