Skip to content

Latest commit

 

History

History
176 lines (89 loc) · 3.93 KB

Journal.rst

File metadata and controls

176 lines (89 loc) · 3.93 KB

Journal

Methods

Removes all entry from the Jorunal. This operation is Global for all Razor.

  • afterTimestap: Double Timestap as UnixTime, the number of seconds elapsed since 01-Jan-1970. (default: -1, no filter)

Get a copy of all Journal lines as JournalEntry. The list can be filtered to include only most recent events.

  • afterJournalEntry: Journal.JournalEntry A JournalEntry object (default: null, no filter)

Get a copy of all Journal lines as JournalEntry. The list can be filtered to include only most recent events.

  • text: String Text to search.
  • addname: Boolean Prepend source name. (default: False)

Search and return the most recent line Journal containing the given text. (case sensitive)

Get list of speakers.

  • color: Int32 Color of the soruce.
  • addname: Boolean Prepend source name. (default: False)

Returns all the lines present in the Journal for a given color.

  • name: String Name of the soruce.
  • addname: Boolean Prepend source name. (default: False)

Returns all the lines present in the Journal for a given source name. (case sensitive)

  • serial: Int32 Serial of the soruce.
  • addname: Boolean Prepend source name. (default: False)

Returns all the lines present in the Journal for a given serial.

* type: String Regular System Emote Label Focus Whisper Yell Spell Guild Alliance Party Encoded Special * addname: Boolean Prepend source name. (default: False)

Returns all the lines present in the Journal for a given type. (case sensitive)

  • text: String Text to search.

Search in the Journal for the occurrence of text. (case sensitive)

  • text: String Text to search.
  • color: Int32 Color of the message.

Search in the Journal for the occurrence of text, for a given color. (case sensitive)

  • text: String Text to search.
  • name: String Name of the source.

Search in the Journal for the occurrence of text, for a given soruce. (case sensitive)

  • text: String Text to search.

* type: String Regular System Emote Label Focus Whisper Yell Spell Guild Alliance Party Encoded Special

Search in the Journal for the occurrence of text, for a given type. (case sensitive)

  • name: String Name of the soruce.
  • delay: Int32 Maximum pause in milliseconds.

Pause script and wait for maximum amount of time, for a specific soruce to appear in Jorunal. (case sensitive)

  • msgs: List[String]
  • delay: Int32
  • text: String Text to search.
  • delay: Int32 Maximum pause in milliseconds.

Pause script and wait for maximum amount of time, for a specific text to appear in Journal. (case sensitive)