C# Class NetMsg.MsgChangeMapInfo

Inheritance: BaseMsg
Afficher le fichier Open project: dream-young-soul/soul

Méthodes publiques

Свойство Type Description
dir byte
mapid uint
roleid uint
x short
y short

Méthodes publiques

Méthode 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 méthode

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

GetMap1Info() public méthode

public GetMap1Info ( ) : byte[]
Résultat byte[]

GetMap2Info() public méthode

public GetMap2Info ( ) : byte[]
Résultat byte[]

MsgChangeMapInfo() public méthode

public MsgChangeMapInfo ( uint _roleid, uint _mapid, short _x, short _y, byte _dir ) : System
_roleid uint
_mapid uint
_x short
_y short
_dir byte
Résultat System

Property Details

dir public_oe property

public byte dir
Résultat byte

mapid public_oe property

public uint mapid
Résultat uint

roleid public_oe property

public uint roleid
Résultat uint

x public_oe property

public short x
Résultat short

y public_oe property

public short y
Résultat short