C# Class NetMsg.MsgLeftNotice

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

Méthodes publiques

Свойство Type Description
amount byte
color int
param int
param1 int
param2 int
str String[]
tag short
type short

Méthodes publiques

Méthode Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
MsgLeftNotice ( ) : System
SetRoleName ( String name ) : void
SetText ( String text ) : 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[]

MsgLeftNotice() public méthode

public MsgLeftNotice ( ) : System
Résultat System

SetRoleName() public méthode

public SetRoleName ( String name ) : void
name String
Résultat void

SetText() public méthode

public SetText ( String text ) : void
text String
Résultat void

Property Details

amount public_oe property

public byte amount
Résultat byte

color public_oe property

public int color
Résultat int

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

str public_oe property

public String[] str
Résultat String[]

tag public_oe property

public short tag
Résultat short

type public_oe property

public short type
Résultat short