C# Class NetMsg.MsgMonsterInfo

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

Méthodes publiques

Свойство 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

Méthodes publiques

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

Method Details

Create() public méthode

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

GetBuffer() public méthode

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

MsgMonsterInfo() public méthode

public MsgMonsterInfo ( ) : System
Résultat System

Property Details

dir public_oe property

public int dir
Résultat int

hp public_oe property

public int hp
Résultat int

hp_ public_oe property

public ushort hp_
Résultat ushort

id public_oe property

public uint id
Résultat uint

level public_oe property

public ushort level
Résultat ushort

lookface public_oe property

public uint lookface
Résultat uint

maxhp public_oe property

public int maxhp
Résultat int

param public_oe property

public int param
Résultat int

param1 public_oe property

public int param1
Résultat int

param2 public_oe property

public int[] param2
Résultat int[]

typeid public_oe property

public uint typeid
Résultat uint

x public_oe property

public short x
Résultat short

y public_oe property

public short y
Résultat short