C# Class Server.Network.DisplayGumpPacked

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
DisplayGumpPacked ( Gump gump ) : System
Flush ( ) : void
WriteStrings ( List strings ) : void

Private Methods

Méthode Description
DisplayGumpPacked ( ) : System
WritePacked ( PacketWriter src ) : void

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

DisplayGumpPacked() public méthode

public DisplayGumpPacked ( Gump gump ) : System
gump Server.Gumps.Gump
Résultat System

Flush() public méthode

public Flush ( ) : void
Résultat void

WriteStrings() public méthode

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