C# Class NetMsg.MsgClearObjectInfo

Inheritance: BaseMsg
ファイルを表示 Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
id uint
mapid uint
param int
tag uint
time int
x ushort
y ushort

Public Methods

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

MsgClearObjectInfo() public method

public MsgClearObjectInfo ( ) : System
return System

Property Details

id public_oe property

public uint id
return uint

mapid public_oe property

public uint mapid
return uint

param public_oe property

public int param
return int

tag public_oe property

public uint tag
return uint

time public_oe property

public int time
return int

x public_oe property

public ushort x
return ushort

y public_oe property

public ushort y
return ushort