C# 클래스 NetMsg.MsgNpcReply

상속: BaseMsg
파일 보기 프로젝트 열기: dream-young-soul/soul

공개 프로퍼티들

프로퍼티 타입 설명
interactType ushort
optionid byte
param int
param2 ushort
param3 byte[]
text String

공개 메소드들

메소드 설명
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
Flush ( ) : byte[]
GetBuffer ( ) : byte[]
MsgNpcReply ( ) : System
NpcImage ( ushort imageid ) : byte[]
Reset ( ) : void

메소드 상세

Create() 공개 메소드

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

Flush() 공개 메소드

public Flush ( ) : byte[]
리턴 byte[]

GetBuffer() 공개 메소드

public GetBuffer ( ) : byte[]
리턴 byte[]

MsgNpcReply() 공개 메소드

public MsgNpcReply ( ) : System
리턴 System

NpcImage() 공개 메소드

public NpcImage ( ushort imageid ) : byte[]
imageid ushort
리턴 byte[]

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

interactType 공개적으로 프로퍼티

public ushort interactType
리턴 ushort

optionid 공개적으로 프로퍼티

public byte optionid
리턴 byte

param 공개적으로 프로퍼티

public int param
리턴 int

param2 공개적으로 프로퍼티

public ushort param2
리턴 ushort

param3 공개적으로 프로퍼티

public byte[] param3
리턴 byte[]

text 공개적으로 프로퍼티

public String text
리턴 String