C# Class Server.Items.BasePlayerBB.PostPrompt

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

Public Methods

Method Description
OnCancel ( Server.Mobile from ) : void
OnResponse ( Server.Mobile from, string text ) : void
PostPrompt ( int page, BaseHouse house, BasePlayerBB board, bool greeting ) : System

Method Details

OnCancel() public method

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

OnResponse() public method

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

PostPrompt() public method

public PostPrompt ( int page, BaseHouse house, BasePlayerBB board, bool greeting ) : System
page int
house BaseHouse
board BasePlayerBB
greeting bool
return System