C# Class Server.Engines.Help.HelpGump

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

Méthodes publiques

Méthode Description
CheckCombat ( Server.Mobile m ) : bool
HelpGump ( Server.Mobile from ) : System
Initialize ( ) : void
OnResponse ( Server.Network.NetState state, RelayInfo info ) : void

Private Methods

Méthode Description
EventSink_HelpRequest ( HelpRequestEventArgs e ) : void

Method Details

CheckCombat() public static méthode

public static CheckCombat ( Server.Mobile m ) : bool
m Server.Mobile
Résultat bool

HelpGump() public méthode

public HelpGump ( Server.Mobile from ) : System
from Server.Mobile
Résultat System

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

OnResponse() public méthode

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