C# Class NetMsg.MsgHotKey

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

Méthodes publiques

Свойство Type Description
param1 byte[]
str String
tag short
tag2 byte
type int

Méthodes publiques

Méthode Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
GetGroup ( ) : byte
GetHotKeyArr ( ) : String[]
MsgHotKey ( ) : System

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[]

GetGroup() public méthode

public GetGroup ( ) : byte
Résultat byte

GetHotKeyArr() public méthode

public GetHotKeyArr ( ) : String[]
Résultat String[]

MsgHotKey() public méthode

public MsgHotKey ( ) : System
Résultat System

Property Details

param1 public_oe property

public byte[] param1
Résultat byte[]

str public_oe property

public String str
Résultat String

tag public_oe property

public short tag
Résultat short

tag2 public_oe property

public byte tag2
Résultat byte

type public_oe property

public int type
Résultat int