C# Class Server.Misc.ShardPollGump

Inheritance: Server.Gumps.Gump
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Center ( string text ) : string
text string
Résultat string

Color() public méthode

public Color ( string text, int color ) : string
text string
color int
Résultat string

OnResponse() public méthode

public OnResponse ( Server.Network.NetState sender, RelayInfo info ) : void
sender Server.Network.NetState
info Server.Gumps.RelayInfo
Résultat void

QueuePoll() public méthode

public QueuePoll ( ShardPoller poller ) : void
poller ShardPoller
Résultat void

ShardPollGump() public méthode

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