C# Class NetMsg.MsgNpcReply

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

Méthodes publiques

Свойство Type Description
interactType ushort
optionid byte
param int
param2 ushort
param3 byte[]
text String

Méthodes publiques

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

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

Flush() public méthode

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

GetBuffer() public méthode

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

MsgNpcReply() public méthode

public MsgNpcReply ( ) : System
Résultat System

NpcImage() public méthode

public NpcImage ( ushort imageid ) : byte[]
imageid ushort
Résultat byte[]

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

interactType public_oe property

public ushort interactType
Résultat ushort

optionid public_oe property

public byte optionid
Résultat byte

param public_oe property

public int param
Résultat int

param2 public_oe property

public ushort param2
Résultat ushort

param3 public_oe property

public byte[] param3
Résultat byte[]

text public_oe property

public String text
Résultat String