C# Class Server.Gumps.SetObjectGump.InternalPrompt

Inheritance: Server.Prompts.Prompt
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode 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 méthode

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
Résultat System

OnCancel() public méthode

public OnCancel ( Mobile from ) : void
from Mobile
Résultat void

OnResponse() public méthode

public OnResponse ( Mobile from, string text ) : void
from Mobile
text string
Résultat void