C# Class Server.Items.BasePlayerBB.PostPrompt

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

Méthodes publiques

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

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

OnResponse() public méthode

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

PostPrompt() public méthode

public PostPrompt ( int page, BaseHouse house, BasePlayerBB board, bool greeting ) : System
page int
house BaseHouse
board BasePlayerBB
greeting bool
Résultat System