C# Class Server.Gumps.SetCustomEnumGump

Inheritance: SetListOptionGump
Exibir arquivo Open project: Grimoric/RunUO.T2A

Public Methods

Method 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 method

public OnResponse ( Server.Network.NetState sender, RelayInfo relayInfo ) : void
sender Server.Network.NetState
relayInfo RelayInfo
return void

SetCustomEnumGump() public method

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
return System