C# Class Server.Gumps.SetObjectGump.InternalPrompt

Inheritance: Server.Prompts.Prompt
Mostrar archivo Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
InternalPrompt ( PropertyInfo prop, Mobile mobile, object o, Stack stack, Type type, int page, ArrayList list ) : System
OnCancel ( Mobile from ) : void
OnResponse ( Mobile from, string text ) : void

Method Details

InternalPrompt() public method

public InternalPrompt ( PropertyInfo prop, Mobile mobile, object o, Stack stack, Type type, int page, ArrayList list ) : System
prop System.Reflection.PropertyInfo
mobile Mobile
o object
stack System.Collections.Stack
type System.Type
page int
list System.Collections.ArrayList
return System

OnCancel() public method

public OnCancel ( Mobile from ) : void
from Mobile
return void

OnResponse() public method

public OnResponse ( Mobile from, string text ) : void
from Mobile
text string
return void