C# Class NetMsg.MsgHotKey

Inheritance: BaseMsg
Show file Open project: dream-young-soul/soul

Public Properties

Property Type Description
param1 byte[]
str String
tag short
tag2 byte
type int

Public Methods

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

GetGroup() public method

public GetGroup ( ) : byte
return byte

GetHotKeyArr() public method

public GetHotKeyArr ( ) : String[]
return String[]

MsgHotKey() public method

public MsgHotKey ( ) : System
return System

Property Details

param1 public property

public byte[] param1
return byte[]

str public property

public String str
return String

tag public property

public short tag
return short

tag2 public property

public byte tag2
return byte

type public property

public int type
return int