C# Class NetMsg.MsgNpcInfo

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

Méthodes publiques

Свойство Type Description
lookface int
mnID uint
mnX short
mnY short

Méthodes publiques

Méthode Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
Init ( uint id, short x, short y, int _lookface ) : void
MsgNpcInfo ( ) : 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

GetBuffer() public méthode

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

Init() public méthode

public Init ( uint id, short x, short y, int _lookface ) : void
id uint
x short
y short
_lookface int
Résultat void

MsgNpcInfo() public méthode

public MsgNpcInfo ( ) : System
Résultat System

Property Details

lookface public_oe property

public int lookface
Résultat int

mnID public_oe property

public uint mnID
Résultat uint

mnX public_oe property

public short mnX
Résultat short

mnY public_oe property

public short mnY
Résultat short