C# Class Server.Network.DisplayGumpPacked

Inheritance: Packet, IGumpWriter
Mostrar archivo Open project: brodock/runuo Class Usage Examples

Public Methods

Method 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

Method Description
DisplayGumpPacked ( ) : System
WritePacked ( PacketWriter src ) : void

Method Details

AppendLayout() public method

public AppendLayout ( bool val ) : void
val bool
return void

AppendLayout() public method

public AppendLayout ( byte buffer ) : void
buffer byte
return void

AppendLayout() public method

public AppendLayout ( int val ) : void
val int
return void

AppendLayout() public method

public AppendLayout ( string text ) : void
text string
return void

AppendLayoutNS() public method

public AppendLayoutNS ( int val ) : void
val int
return void

DisplayGumpPacked() public method

public DisplayGumpPacked ( Gump gump ) : System
gump Server.Gumps.Gump
return System

Flush() public method

public Flush ( ) : void
return void

WriteStrings() public method

public WriteStrings ( List strings ) : void
strings List
return void