C# Class NetMsg.MsgMonsterInfo

Inheritance: BaseMsg
Exibir arquivo 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_oe property

public int dir
return int

hp public_oe property

public int hp
return int

hp_ public_oe property

public ushort hp_
return ushort

id public_oe property

public uint id
return uint

level public_oe property

public ushort level
return ushort

lookface public_oe property

public uint lookface
return uint

maxhp public_oe property

public int maxhp
return int

param public_oe property

public int param
return int

param1 public_oe property

public int param1
return int

param2 public_oe property

public int[] param2
return int[]

typeid public_oe property

public uint typeid
return uint

x public_oe property

public short x
return short

y public_oe property

public short y
return short