C# Class Server.Menus.ItemLists.ItemListMenu

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ItemListMenu ( string question, ItemListEntry entries ) : Server.Network
OnCancel ( Server.Network.NetState state ) : void
OnResponse ( Server.Network.NetState state, int index ) : void
SendTo ( Server.Network.NetState state ) : void

Method Details

ItemListMenu() public méthode

public ItemListMenu ( string question, ItemListEntry entries ) : Server.Network
question string
entries ItemListEntry
Résultat Server.Network

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

SendTo() public méthode

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