C# 클래스 NetMsg.MsgChangeMapInfo

상속: BaseMsg
파일 보기 프로젝트 열기: dream-young-soul/soul

공개 프로퍼티들

프로퍼티 타입 설명
dir byte
mapid uint
roleid uint
x short
y short

공개 메소드들

메소드 설명
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetMap1Info ( ) : byte[]
GetMap2Info ( ) : byte[]
MsgChangeMapInfo ( uint _roleid, uint _mapid, short _x, short _y, byte _dir ) : System

메소드 상세

Create() 공개 메소드

public Create ( byte msg = null, GamePacketKeyEx key = null ) : void
msg byte
key GameBase.Network.GamePacketKeyEx
리턴 void

GetMap1Info() 공개 메소드

public GetMap1Info ( ) : byte[]
리턴 byte[]

GetMap2Info() 공개 메소드

public GetMap2Info ( ) : byte[]
리턴 byte[]

MsgChangeMapInfo() 공개 메소드

public MsgChangeMapInfo ( uint _roleid, uint _mapid, short _x, short _y, byte _dir ) : System
_roleid uint
_mapid uint
_x short
_y short
_dir byte
리턴 System

프로퍼티 상세

dir 공개적으로 프로퍼티

public byte dir
리턴 byte

mapid 공개적으로 프로퍼티

public uint mapid
리턴 uint

roleid 공개적으로 프로퍼티

public uint roleid
리턴 uint

x 공개적으로 프로퍼티

public short x
리턴 short

y 공개적으로 프로퍼티

public short y
리턴 short