C# Class NetMsg.MsgMoveInfo

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

Public Properties

Property Type Description
dir byte
id uint
param ushort
param2 int
time int
ucMode byte
x short
y short

Public Methods

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

MsgMoveInfo() public method

public MsgMoveInfo ( ) : System
return System

Property Details

dir public_oe property

public byte dir
return byte

id public_oe property

public uint id
return uint

param public_oe property

public ushort param
return ushort

param2 public_oe property

public int param2
return int

time public_oe property

public int time
return int

ucMode public_oe property

public byte ucMode
return byte

x public_oe property

public short x
return short

y public_oe property

public short y
return short