C# Class NetMsg.MsgLock

Inheritance: BaseMsg
Afficher le fichier Open project: dream-young-soul/soul Class Usage Examples

Méthodes publiques

Свойство Type Description
id uint
param int
param1 int
tag int
time int
x short
y short

Méthodes publiques

Méthode Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
Lock ( ) : void
MsgLock ( ) : System
UnLock ( ) : void

Method Details

Create() public méthode

public Create ( byte msg = null, GamePacketKeyEx key = null ) : void
msg byte
key GameBase.Network.GamePacketKeyEx
Résultat void

GetBuffer() public méthode

public GetBuffer ( ) : byte[]
Résultat byte[]

Lock() public méthode

public Lock ( ) : void
Résultat void

MsgLock() public méthode

public MsgLock ( ) : System
Résultat System

UnLock() public méthode

public UnLock ( ) : void
Résultat void

Property Details

id public_oe property

public uint id
Résultat uint

param public_oe property

public int param
Résultat int

param1 public_oe property

public int param1
Résultat int

tag public_oe property

public int tag
Résultat int

time public_oe property

public int time
Résultat int

x public_oe property

public short x
Résultat short

y public_oe property

public short y
Résultat short