C# Class Server.Gumps.ClientGump

Inheritance: Gump
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
Center ( string text ) : string
ClientGump ( Mobile from, Server.Network.NetState state ) : System
Color ( string text, int color ) : string
OnResponse ( Server.Network.NetState state, RelayInfo info ) : void

Private Methods

Méthode Description
Resend ( Mobile to, RelayInfo info ) : void

Method Details

Center() public méthode

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

ClientGump() public méthode

public ClientGump ( Mobile from, Server.Network.NetState state ) : System
from Mobile
state Server.Network.NetState
Résultat System

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 state, RelayInfo info ) : void
state Server.Network.NetState
info RelayInfo
Résultat void