C# Class NetMsg.MsgDropItem

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

Public Properties

Property Type Description
id uint
param int
param1 int
tag uint
typeid uint
x short
y short

Public Methods

Method Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
MsgDropItem ( ) : System
SetPickTag ( ) : void
SetRefreshTag ( ) : 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[]

MsgDropItem() public method

public MsgDropItem ( ) : System
return System

SetPickTag() public method

public SetPickTag ( ) : void
return void

SetRefreshTag() public method

public SetRefreshTag ( ) : void
return void

Property Details

id public_oe property

public uint id
return uint

param public_oe property

public int param
return int

param1 public_oe property

public int param1
return int

tag public_oe property

public uint tag
return uint

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