C# Class NetMsg.MsgNpcReply

Inheritance: BaseMsg
Show file 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 property

public ushort interactType
return ushort

optionid public property

public byte optionid
return byte

param public property

public int param
return int

param2 public property

public ushort param2
return ushort

param3 public property

public byte[] param3
return byte[]

text public property

public String text
return String