C# Class Server.Menus.Questions.StuckMenu

Inheritance: Server.Gumps.Gump
Datei anzeigen Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
BeginClose ( ) : void
OnResponse ( Server.Network.NetState state, RelayInfo info ) : void
StopClose ( ) : void
StuckMenu ( Mobile beholder, Mobile beheld, bool markUse ) : System

Private Methods

Method Description
IsInSecondAgeArea ( Mobile m ) : bool
Teleport ( StuckMenuEntry entry ) : void

Method Details

BeginClose() public method

public BeginClose ( ) : void
return void

OnResponse() public method

public OnResponse ( Server.Network.NetState state, RelayInfo info ) : void
state Server.Network.NetState
info Server.Gumps.RelayInfo
return void

StopClose() public method

public StopClose ( ) : void
return void

StuckMenu() public method

public StuckMenu ( Mobile beholder, Mobile beheld, bool markUse ) : System
beholder Mobile
beheld Mobile
markUse bool
return System