Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Server
Gumps
SetGump.InternalPicker
C# Class Server.Gumps.SetGump.InternalPicker
Inheritance:
Server.HuePickers.HuePicker
Show file
Open project: Grimoric/RunUO.T2A
Public Methods
Method
Description
InternalPicker
(
PropertyInfo
prop
,
Server.Mobile
mobile
,
object
o
,
Stack
stack
,
int
page
,
ArrayList
list
) :
System.Reflection
OnResponse
(
int
hue
) :
void
Method Details
InternalPicker()
public
method
public
InternalPicker
(
PropertyInfo
prop
,
Server.Mobile
mobile
,
object
o
,
Stack
stack
,
int
page
,
ArrayList
list
) :
System.Reflection
prop
System.Reflection.PropertyInfo
mobile
Server.Mobile
o
object
stack
System.Collections.Stack
page
int
list
System.Collections.ArrayList
return
System.Reflection
OnResponse()
public
method
public
OnResponse
(
int
hue
) :
void
hue
int
return
void