C# Class NetMsg.MsgNpcReply

Inheritance: BaseMsg
Exibir arquivo Open project: dream-young-soul/soul

Public Properties

Property Type Description
interactType ushort
optionid byte
param int
param2 ushort
param3 byte[]
text String

Public Methods

Method Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
Flush ( ) : byte[]
GetBuffer ( ) : byte[]
MsgNpcReply ( ) : System
NpcImage ( ushort imageid ) : byte[]
Reset ( ) : void

Method Details

Create() public method

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

Flush() public method

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

GetBuffer() public method

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

MsgNpcReply() public method

public MsgNpcReply ( ) : System
return System

NpcImage() public method

public NpcImage ( ushort imageid ) : byte[]
imageid ushort
return byte[]

Reset() public method

public Reset ( ) : void
return void

Property Details

interactType public_oe property

public ushort interactType
return ushort

optionid public_oe property

public byte optionid
return byte

param public_oe property

public int param
return int

param2 public_oe property

public ushort param2
return ushort

param3 public_oe property

public byte[] param3
return byte[]

text public_oe property

public String text
return String