C# Class Server.Network.DisplayGumpFast

Inheritance: Packet, IGumpWriter
Afficher le fichier Open project: brodock/runuo Class Usage Examples

Méthodes publiques

Méthode Description
AppendLayout ( bool val ) : void
AppendLayout ( byte buffer ) : void
AppendLayout ( int val ) : void
AppendLayout ( string text ) : void
AppendLayoutNS ( int val ) : void
DisplayGumpFast ( Gump g ) : System
Flush ( ) : void
WriteStrings ( List text ) : void

Private Methods

Méthode Description
DisplayGumpFast ( ) : System

Method Details

AppendLayout() public méthode

public AppendLayout ( bool val ) : void
val bool
Résultat void

AppendLayout() public méthode

public AppendLayout ( byte buffer ) : void
buffer byte
Résultat void

AppendLayout() public méthode

public AppendLayout ( int val ) : void
val int
Résultat void

AppendLayout() public méthode

public AppendLayout ( string text ) : void
text string
Résultat void

AppendLayoutNS() public méthode

public AppendLayoutNS ( int val ) : void
val int
Résultat void

DisplayGumpFast() public méthode

public DisplayGumpFast ( Gump g ) : System
g Server.Gumps.Gump
Résultat System

Flush() public méthode

public Flush ( ) : void
Résultat void

WriteStrings() public méthode

public WriteStrings ( List text ) : void
text List
Résultat void