C# Class Server.Items.DisguiseGump

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

Méthodes publiques

Méthode Description
DisguiseGump ( Server.Mobile from, DisguiseKit kit, bool startAtHair, bool used ) : System
OnResponse ( Server.Network.NetState sender, RelayInfo info ) : void

Private Methods

Méthode Description
DrawEntries ( int index, int page, int nextPage, DisguiseEntry entries, int nextNumber ) : void

Method Details

DisguiseGump() public méthode

public DisguiseGump ( Server.Mobile from, DisguiseKit kit, bool startAtHair, bool used ) : System
from Server.Mobile
kit DisguiseKit
startAtHair bool
used bool
Résultat System

OnResponse() public méthode

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