C# Class Server.Gumps.RunebookGump

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

Méthodes publiques

Méthode Description
GetMapHue ( Server.Map map ) : int
GetName ( string name ) : string
HasSpell ( Server.Mobile from, int spellID ) : bool
OnResponse ( Server.Network.NetState state, RelayInfo info ) : void
RunebookGump ( Runebook book ) : System

Private Methods

Méthode Description
AddBackground ( ) : void
AddDetails ( int index, int half ) : void
AddIndex ( ) : void

Method Details

GetMapHue() public méthode

public GetMapHue ( Server.Map map ) : int
map Server.Map
Résultat int

GetName() public méthode

public GetName ( string name ) : string
name string
Résultat string

HasSpell() public static méthode

public static HasSpell ( Server.Mobile from, int spellID ) : bool
from Server.Mobile
spellID int
Résultat bool

OnResponse() public méthode

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

RunebookGump() public méthode

public RunebookGump ( Runebook book ) : System
book Server.Items.Runebook
Résultat System