C# 클래스 NetMsg.MsgNotice

상속: BaseMsg
파일 보기 프로젝트 열기: dream-young-soul/soul

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

메소드 상세

Create() 공개 메소드

public Create ( byte msg = null, GamePacketKeyEx key = null ) : void
msg byte
key GameBase.Network.GamePacketKeyEx
리턴 void

GetBuffer() 공개 메소드

public GetBuffer ( ) : byte[]
리턴 byte[]

GetChatNoticeBuff() 공개 메소드

public GetChatNoticeBuff ( String text ) : byte[]
text String
리턴 byte[]

GetCreateRoleBuff() 공개 메소드

public GetCreateRoleBuff ( ) : byte[]
리턴 byte[]

GetMsgBoxBuff() 공개 메소드

public GetMsgBoxBuff ( String text ) : byte[]
text String
리턴 byte[]

GetQueryNameBuff() 공개 메소드

public GetQueryNameBuff ( bool isSuccess ) : byte[]
isSuccess bool
리턴 byte[]

GetSceneNoticeBuff() 공개 메소드

public GetSceneNoticeBuff ( String text ) : byte[]
text String
리턴 byte[]

GetStartGameBuff() 공개 메소드

public GetStartGameBuff ( ) : byte[]
리턴 byte[]

MsgNotice() 공개 메소드

public MsgNotice ( ) : System
리턴 System

Process() 공개 메소드

public Process ( ) : void
리턴 void

프로퍼티 상세

btype 공개적으로 프로퍼티

public byte btype
리턴 byte

param 공개적으로 프로퍼티

public int param
리턴 int

param1 공개적으로 프로퍼티

public int param1
리턴 int

param2 공개적으로 프로퍼티

public int param2
리턴 int

param3 공개적으로 프로퍼티

public ushort param3
리턴 ushort

rgba 공개적으로 프로퍼티

public int rgba
리턴 int

str1 공개적으로 프로퍼티

public String str1
리턴 String

str2 공개적으로 프로퍼티

public String str2
리턴 String

str3 공개적으로 프로퍼티

public String str3
리턴 String

str4 공개적으로 프로퍼티

public String str4
리턴 String

strlist 공개적으로 프로퍼티

public ArrayList,System.Collections strlist
리턴 System.Collections.ArrayList

tag 공개적으로 프로퍼티

public ushort tag
리턴 ushort

type 공개적으로 프로퍼티

public ushort type
리턴 ushort