Skip to content

Runtime API 40 Journal Reading

Codex edited this page Sep 21, 2026 · 7 revisions

Runtime API — Чтение журнала

Символов: 43

Новые тематические разделы · Алфавитный указатель · Правила и сценарии

Для каждой команды доступна отдельная карточка: актуальные перегрузки, параметры, ограничения и несколько примеров.

Journal

Печатает переданный текст через SystemMessage/клиентский bridge. В ClassicUO перечисленные команды используют один клиентский журнал.

Journal

Печатает переданный текст через SystemMessage/клиентский bridge. В ClassicUO перечисленные команды используют один клиентский журнал.

Journal

Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.

Journal

Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.

Journal

Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.

Journal

Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.

Client UI

Печатает переданный текст через SystemMessage/клиентский bridge. В ClassicUO перечисленные команды используют один клиентский журнал.

Client UI

Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.

Client UI

Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.

Journal

Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.

Gumps

Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.

Journal

Возвращает текст сохранённой строки журнала. Индекс 0 — самая новая строка, далее в прошлое. Если индекс недоступен, возвращает пустую строку.

Journal

Возвращает цвет сохранённой строки журнала по индексу; 0 — самая новая строка. Используйте вместе с GetJournal и GetJournalSerial.

Journal

Возвращает serial источника строки журнала по индексу; 0 — самая новая строка. Это serial отправителя, а не индекс сообщения.

Speech & Chat

Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.

Speech & Chat

Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.

Speech & Chat

Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.

Speech & Chat

Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.

Speech & Chat

Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.

Journal

Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.

Journal

Searches the current Injection journal from newest toward older retained lines, respecting the journal cursor set by the runtime. By default substring matching is case-sensitive. On success the runtime stores the matched journal line and the zero-based matched alternative ID for GetFoundedText*, FoundedParamId and Line* accessors.

Journal

Converts the absolute Now() timestamps to the current journal time window and searches only entries in that interval. The order of startTime and endTime is normalized by the bridge. On success the matched line and matched pipe-alternative index are stored for GetFoundedText*, FoundedParamId and Line*.

Journal

Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.

Journal

Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.

Journal

Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.

Journal

Returns the timestamp captured for the journal entry, converted to the same millisecond epoch used by global Now(). It does not return the age of the message.

Journal

Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.

Journal

Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.

Journal

Возвращает цвет текста (оттенок) последней найденной записи журнала.

Journal

Возвращает ID шрифта последней найденной записи журнала.

Journal

Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.

Party

Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.

Client UI

Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.

Speech & Chat

Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.

Client UI

Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.

Journal

Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.

Client UI

Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.

Client UI

Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.

Speech & Chat

Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.

Speech & Chat

Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.

Journal

Scans retained journal entries whose JournalTimer(index) timestamp is at or after startTime, newest first, and waits up to maxDelay for a match. Pipe-separated alternatives are checked in order. A successful match stores both the journal line index and the zero-based alternative ID used by GetFoundedText*/FoundedParamId.

Journal

Ожидает совпадение в журнале до тайм-аута. Начальная временная граница фиксируется при вызове и не сдвигается во время опроса. Системная форма дополнительно фильтрует системные записи. Для дальнейшего чтения используйте результат найденной строки и проверяйте, что ожидание завершилось совпадением.

Journal

Ожидает совпадение в журнале до тайм-аута. Начальная временная граница фиксируется при вызове и не сдвигается во время опроса. Системная форма дополнительно фильтрует системные записи. Для дальнейшего чтения используйте результат найденной строки и проверяйте, что ожидание завершилось совпадением.

Clone this wiki locally