C# Class NetMsg.MsgNotice

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

Méthodes publiques

Свойство Type Description
btype byte
param int
param1 int
param2 int
param3 ushort
rgba int
str1 String
str2 String
str3 String
str4 String
strlist System.Collections.ArrayList
tag ushort
type ushort

Méthodes publiques

Méthode Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
GetChatNoticeBuff ( String text ) : byte[]
GetCreateRoleBuff ( ) : byte[]
GetMsgBoxBuff ( String text ) : byte[]
GetQueryNameBuff ( bool isSuccess ) : byte[]
GetSceneNoticeBuff ( String text ) : byte[]
GetStartGameBuff ( ) : byte[]
MsgNotice ( ) : System
Process ( ) : 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[]

GetChatNoticeBuff() public méthode

public GetChatNoticeBuff ( String text ) : byte[]
text String
Résultat byte[]

GetCreateRoleBuff() public méthode

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

GetMsgBoxBuff() public méthode

public GetMsgBoxBuff ( String text ) : byte[]
text String
Résultat byte[]

GetQueryNameBuff() public méthode

public GetQueryNameBuff ( bool isSuccess ) : byte[]
isSuccess bool
Résultat byte[]

GetSceneNoticeBuff() public méthode

public GetSceneNoticeBuff ( String text ) : byte[]
text String
Résultat byte[]

GetStartGameBuff() public méthode

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

MsgNotice() public méthode

public MsgNotice ( ) : System
Résultat System

Process() public méthode

public Process ( ) : void
Résultat void

Property Details

btype public_oe property

public byte btype
Résultat byte

param public_oe property

public int param
Résultat int

param1 public_oe property

public int param1
Résultat int

param2 public_oe property

public int param2
Résultat int

param3 public_oe property

public ushort param3
Résultat ushort

rgba public_oe property

public int rgba
Résultat int

str1 public_oe property

public String str1
Résultat String

str2 public_oe property

public String str2
Résultat String

str3 public_oe property

public String str3
Résultat String

str4 public_oe property

public String str4
Résultat String

strlist public_oe property

public ArrayList,System.Collections strlist
Résultat System.Collections.ArrayList

tag public_oe property

public ushort tag
Résultat ushort

type public_oe property

public ushort type
Résultat ushort