C# Class NetMsg.MsgMoveInfo

Inheritance: BaseMsg
Show file 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 property

public byte dir
return byte

id public property

public uint id
return uint

param public property

public ushort param
return ushort

param2 public property

public int param2
return int

time public property

public int time
return int

ucMode public property

public byte ucMode
return byte

x public property

public short x
return short

y public property

public short y
return short