C# Class NetMsg.MsgNpcInfo

Inheritance: BaseMsg
Show file Open project: dream-young-soul/soul

Public Properties

Property Type Description
lookface int
mnID uint
mnX short
mnY short

Public Methods

Method 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 method

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

GetBuffer() public method

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

Init() public method

public Init ( uint id, short x, short y, int _lookface ) : void
id uint
x short
y short
_lookface int
return void

MsgNpcInfo() public method

public MsgNpcInfo ( ) : System
return System

Property Details

lookface public property

public int lookface
return int

mnID public property

public uint mnID
return uint

mnX public property

public short mnX
return short

mnY public property

public short mnY
return short