C# Class Server.Gumps.SetCustomEnumGump

Inheritance: SetListOptionGump
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
OnResponse ( Server.Network.NetState sender, RelayInfo relayInfo ) : void
SetCustomEnumGump ( PropertyInfo prop, Server.Mobile mobile, object o, Stack stack, int propspage, ArrayList list, string names ) : System

Method Details

OnResponse() public méthode

public OnResponse ( Server.Network.NetState sender, RelayInfo relayInfo ) : void
sender Server.Network.NetState
relayInfo RelayInfo
Résultat void

SetCustomEnumGump() public méthode

public SetCustomEnumGump ( PropertyInfo prop, Server.Mobile mobile, object o, Stack stack, int propspage, ArrayList list, string names ) : System
prop System.Reflection.PropertyInfo
mobile Server.Mobile
o object
stack System.Collections.Stack
propspage int
list System.Collections.ArrayList
names string
Résultat System