C# Class NetMsg.MsgNotice

Inheritance: BaseMsg
Exibir arquivo Open project: dream-young-soul/soul

Public Properties

Property 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

Public Methods

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

GetChatNoticeBuff() public method

public GetChatNoticeBuff ( String text ) : byte[]
text String
return byte[]

GetCreateRoleBuff() public method

public GetCreateRoleBuff ( ) : byte[]
return byte[]

GetMsgBoxBuff() public method

public GetMsgBoxBuff ( String text ) : byte[]
text String
return byte[]

GetQueryNameBuff() public method

public GetQueryNameBuff ( bool isSuccess ) : byte[]
isSuccess bool
return byte[]

GetSceneNoticeBuff() public method

public GetSceneNoticeBuff ( String text ) : byte[]
text String
return byte[]

GetStartGameBuff() public method

public GetStartGameBuff ( ) : byte[]
return byte[]

MsgNotice() public method

public MsgNotice ( ) : System
return System

Process() public method

public Process ( ) : void
return void

Property Details

btype public_oe property

public byte btype
return byte

param public_oe property

public int param
return int

param1 public_oe property

public int param1
return int

param2 public_oe property

public int param2
return int

param3 public_oe property

public ushort param3
return ushort

rgba public_oe property

public int rgba
return int

str1 public_oe property

public String str1
return String

str2 public_oe property

public String str2
return String

str3 public_oe property

public String str3
return String

str4 public_oe property

public String str4
return String

strlist public_oe property

public ArrayList,System.Collections strlist
return System.Collections.ArrayList

tag public_oe property

public ushort tag
return ushort

type public_oe property

public ushort type
return ushort