Back to Server.Engines.Help

SpeechLog : IEnumerable<SpeechLogEntry>, IEnumerable

Nested Types: SpeechLogTarget

(static) void Initialize()
(static) void SpeechLog_OnCommand( CommandEventArgs e )
(ctor) SpeechLog()
int Count( get; )
void Add( SpeechLogEntry entry )
void Add( Mobile from, string speech )
void Clean()
void CopyTo( SpeechLogEntry[] array, int index )
virtual IEnumerator<SpeechLogEntry> System.Collections.Generic.IEnumerable.GetEnumerator()
virtual IEnumerator System.Collections.IEnumerable.GetEnumerator()