C# Class NetMsg.MsgOpenDialog

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

Méthodes publiques

Свойство Type Description
dialog_type int
npc_x short
npc_y short
npcid uint
playid uint

Méthodes publiques

Méthode Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
SetDialogType ( int dwData ) : void

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[]

SetDialogType() public méthode

public SetDialogType ( int dwData ) : void
dwData int
Résultat void

Property Details

dialog_type public_oe property

public int dialog_type
Résultat int

npc_x public_oe property

public short npc_x
Résultat short

npc_y public_oe property

public short npc_y
Résultat short

npcid public_oe property

public uint npcid
Résultat uint

playid public_oe property

public uint playid
Résultat uint