C# Class Server.Network.DisplayGumpFast

Inheritance: Packet, IGumpWriter
Show file 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
DisplayGumpFast ( Gump g ) : System
Flush ( ) : void
WriteStrings ( List text ) : void

Private Methods

Method Description
DisplayGumpFast ( ) : System

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

DisplayGumpFast() public method

public DisplayGumpFast ( Gump g ) : System
g Server.Gumps.Gump
return System

Flush() public method

public Flush ( ) : void
return void

WriteStrings() public method

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