C# 클래스 Server.Items.BasePlayerBB.PostPrompt

상속: Server.Prompts.Prompt
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
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