C# Class Server.Engines.Help.PageEntry

Show file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Properties

Property Type Description
SpeechLogAttachment PageType[]

Public Methods

Method Description
AddResponse ( Server.Mobile mob, string text ) : void
PageEntry ( Server.Mobile sender, string message, PageType type ) : System
Stop ( ) : void

Method Details

AddResponse() public method

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

PageEntry() public method

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

Stop() public method

public Stop ( ) : void
return void

Property Details

SpeechLogAttachment public static property

public static PageType[] SpeechLogAttachment
return PageType[]