C# Class Server.Menus.Questions.QuestionMenu

Inheritance: IMenu
Datei anzeigen Open project: Grimoric/RunUO.T2A Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
OnCancel ( Server.Network.NetState state ) : void
OnResponse ( Server.Network.NetState state, int index ) : void
QuestionMenu ( string question, string answers ) : Server.Network
SendTo ( Server.Network.NetState state ) : void

Method Details

OnCancel() public method

public OnCancel ( Server.Network.NetState state ) : void
state Server.Network.NetState
return void

OnResponse() public method

public OnResponse ( Server.Network.NetState state, int index ) : void
state Server.Network.NetState
index int
return void

QuestionMenu() public method

public QuestionMenu ( string question, string answers ) : Server.Network
question string
answers string
return Server.Network

SendTo() public method

public SendTo ( Server.Network.NetState state ) : void
state Server.Network.NetState
return void