C# Класс Server.Gumps.SetObjectGump.InternalPrompt

Наследование: Server.Prompts.Prompt
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

InternalPrompt() публичный Метод

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
Результат System

OnCancel() публичный Метод

public OnCancel ( Mobile from ) : void
from Mobile
Результат void

OnResponse() публичный Метод

public OnResponse ( Mobile from, string text ) : void
from Mobile
text string
Результат void