C# Class Server.Misc.ShardPollGump

Inheritance: Server.Gumps.Gump
Datei anzeigen Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
Center ( string text ) : string
Color ( string text, int color ) : string
OnResponse ( Server.Network.NetState sender, RelayInfo info ) : void
QueuePoll ( ShardPoller poller ) : void
ShardPollGump ( Server.Mobile from, ShardPoller poller, bool editing, Queue polls ) : System

Method Details

Center() public method

public Center ( string text ) : string
text string
return string

Color() public method

public Color ( string text, int color ) : string
text string
color int
return string

OnResponse() public method

public OnResponse ( Server.Network.NetState sender, RelayInfo info ) : void
sender Server.Network.NetState
info Server.Gumps.RelayInfo
return void

QueuePoll() public method

public QueuePoll ( ShardPoller poller ) : void
poller ShardPoller
return void

ShardPollGump() public method

public ShardPollGump ( Server.Mobile from, ShardPoller poller, bool editing, Queue polls ) : System
from Server.Mobile
poller ShardPoller
editing bool
polls Queue
return System