C# 클래스 NetMsg.MsgMonsterInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
dir int
hp int
hp_ ushort
id uint
level ushort
lookface uint
maxhp int
param int
param1 int
param2 int[]
typeid uint
x short
y short

공개 메소드들

메소드 설명
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
MsgMonsterInfo ( ) : System

메소드 상세

Create() 공개 메소드

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

GetBuffer() 공개 메소드

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

MsgMonsterInfo() 공개 메소드

public MsgMonsterInfo ( ) : System
리턴 System

프로퍼티 상세

dir 공개적으로 프로퍼티

public int dir
리턴 int

hp 공개적으로 프로퍼티

public int hp
리턴 int

hp_ 공개적으로 프로퍼티

public ushort hp_
리턴 ushort

id 공개적으로 프로퍼티

public uint id
리턴 uint

level 공개적으로 프로퍼티

public ushort level
리턴 ushort

lookface 공개적으로 프로퍼티

public uint lookface
리턴 uint

maxhp 공개적으로 프로퍼티

public int maxhp
리턴 int

param 공개적으로 프로퍼티

public int param
리턴 int

param1 공개적으로 프로퍼티

public int param1
리턴 int

param2 공개적으로 프로퍼티

public int[] param2
리턴 int[]

typeid 공개적으로 프로퍼티

public uint typeid
리턴 uint

x 공개적으로 프로퍼티

public short x
리턴 short

y 공개적으로 프로퍼티

public short y
리턴 short