C# Класс Server.Items.BasePlayerBB.PostPrompt

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

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

Метод Описание
OnCancel ( Server.Mobile from ) : void
OnResponse ( Server.Mobile from, string text ) : void
PostPrompt ( int page, BaseHouse house, BasePlayerBB board, bool greeting ) : System

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

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

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

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

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

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

public PostPrompt ( int page, BaseHouse house, BasePlayerBB board, bool greeting ) : System
page int
house BaseHouse
board BasePlayerBB
greeting bool
Результат System