C# Class NetMsg.MsgOpenDialog

Inheritance: BaseMsg
Exibir arquivo Open project: dream-young-soul/soul

Public Properties

Property Type Description
dialog_type int
npc_x short
npc_y short
npcid uint
playid uint

Public Methods

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

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

SetDialogType() public method

public SetDialogType ( int dwData ) : void
dwData int
return void

Property Details

dialog_type public_oe property

public int dialog_type
return int

npc_x public_oe property

public short npc_x
return short

npc_y public_oe property

public short npc_y
return short

npcid public_oe property

public uint npcid
return uint

playid public_oe property

public uint playid
return uint