C# Class Server.Menus.Questions.QuestionMenu

Inheritance: IMenu
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public OnCancel ( Server.Network.NetState state ) : void
state Server.Network.NetState
Résultat void

OnResponse() public méthode

public OnResponse ( Server.Network.NetState state, int index ) : void
state Server.Network.NetState
index int
Résultat void

QuestionMenu() public méthode

public QuestionMenu ( string question, string answers ) : Server.Network
question string
answers string
Résultat Server.Network

SendTo() public méthode

public SendTo ( Server.Network.NetState state ) : void
state Server.Network.NetState
Résultat void