C# Class NetMsg.MsgChangeMapInfo

Inheritance: BaseMsg
Datei anzeigen Open project: dream-young-soul/soul

Public Properties

Property Type Description
dir byte
mapid uint
roleid uint
x short
y short

Public Methods

Method Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetMap1Info ( ) : byte[]
GetMap2Info ( ) : byte[]
MsgChangeMapInfo ( uint _roleid, uint _mapid, short _x, short _y, byte _dir ) : System

Method Details

Create() public method

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

GetMap1Info() public method

public GetMap1Info ( ) : byte[]
return byte[]

GetMap2Info() public method

public GetMap2Info ( ) : byte[]
return byte[]

MsgChangeMapInfo() public method

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

Property Details

dir public_oe property

public byte dir
return byte

mapid public_oe property

public uint mapid
return uint

roleid public_oe property

public uint roleid
return uint

x public_oe property

public short x
return short

y public_oe property

public short y
return short