C# Class NetMsg.MsgMonsterInfo

Inheritance: BaseMsg
Show file Open project: dream-young-soul/soul

Public Properties

Property Type Description
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

Public Methods

Method Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
MsgMonsterInfo ( ) : System

Method Details

Create() public method

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

GetBuffer() public method

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

MsgMonsterInfo() public method

public MsgMonsterInfo ( ) : System
return System

Property Details

dir public property

public int dir
return int

hp public property

public int hp
return int

hp_ public property

public ushort hp_
return ushort

id public property

public uint id
return uint

level public property

public ushort level
return ushort

lookface public property

public uint lookface
return uint

maxhp public property

public int maxhp
return int

param public property

public int param
return int

param1 public property

public int param1
return int

param2 public property

public int[] param2
return int[]

typeid public property

public uint typeid
return uint

x public property

public short x
return short

y public property

public short y
return short