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

MUNクライアントからmun_masterサーバに対して送信される、ロビー強制入室要求. More...

Collaboration diagram for mun.STREAM.MasterLobbyForceJoinRequest:

Public Member Functions

 MasterLobbyForceJoinRequest ()
 コンストラクタ.
 
 MasterLobbyForceJoinRequest (ref CreateLobbyInfo _lobbyInfo)
 コンストラクタ. More...
 
 MasterLobbyForceJoinRequest (ref MasterLobbyForceJoinRequest rRef)
 代入処理. More...
 
bool Pack (ref mrs.Buffer buffer)
 mrs::Bufferへのパッキング. More...
 
bool Unpack (ref mrs.Buffer buffer)
 mrs::Bufferからのアンパッキング. More...
 

Public Attributes

CreateLobbyInfo lobbyInfo
 ロビー作成情報. More...
 

Properties

UInt16 payloadType [get]
 payload_typeのID定数値. More...
 

Detailed Description

MUNクライアントからmun_masterサーバに対して送信される、ロビー強制入室要求.

Constructor & Destructor Documentation

mun.STREAM.MasterLobbyForceJoinRequest.MasterLobbyForceJoinRequest ( ref CreateLobbyInfo  _lobbyInfo)

コンストラクタ.

Parameters
_lobbyInfoロビー作成情報.
mun.STREAM.MasterLobbyForceJoinRequest.MasterLobbyForceJoinRequest ( ref MasterLobbyForceJoinRequest  rRef)

代入処理.

Parameters
rRef代入値.

Member Function Documentation

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

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

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

Here is the call graph for this function:

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

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

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

Here is the call graph for this function:

Member Data Documentation

CreateLobbyInfo mun.STREAM.MasterLobbyForceJoinRequest.lobbyInfo

ロビー作成情報.

Property Documentation

UInt16 mun.STREAM.MasterLobbyForceJoinRequest.payloadType
get

payload_typeのID定数値.


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