C# Class NetMsg.MsgLock

Inheritance: BaseMsg
Datei anzeigen Open project: dream-young-soul/soul Class Usage Examples

Public Properties

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

Public Methods

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

Lock() public method

public Lock ( ) : void
return void

MsgLock() public method

public MsgLock ( ) : System
return System

UnLock() public method

public UnLock ( ) : 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 int tag
return int

time public_oe property

public int time
return int

x public_oe property

public short x
return short

y public_oe property

public short y
return short