C# Class NetMsg.MsgLeftNotice

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

Public Properties

Property Type Description
amount byte
color int
param int
param1 int
param2 int
str String[]
tag short
type short

Public Methods

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

MsgLeftNotice() public method

public MsgLeftNotice ( ) : System
return System

SetRoleName() public method

public SetRoleName ( String name ) : void
name String
return void

SetText() public method

public SetText ( String text ) : void
text String
return void

Property Details

amount public_oe property

public byte amount
return byte

color public_oe property

public int color
return int

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

str public_oe property

public String[] str
return String[]

tag public_oe property

public short tag
return short

type public_oe property

public short type
return short