C# 클래스 Server.Engines.Help.PageEntry

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SpeechLogAttachment PageType[]

공개 메소드들

메소드 설명
AddResponse ( Server.Mobile mob, string text ) : void
PageEntry ( Server.Mobile sender, string message, PageType type ) : System
Stop ( ) : void

메소드 상세

AddResponse() 공개 메소드

public AddResponse ( Server.Mobile mob, string text ) : void
mob Server.Mobile
text string
리턴 void

PageEntry() 공개 메소드

public PageEntry ( Server.Mobile sender, string message, PageType type ) : System
sender Server.Mobile
message string
type PageType
리턴 System

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

SpeechLogAttachment 공개적으로 정적으로 프로퍼티

public static PageType[] SpeechLogAttachment
리턴 PageType[]