-
Notifications
You must be signed in to change notification settings - Fork 0
Runtime API 40 Journal Reading
Символов: 43
Новые тематические разделы · Алфавитный указатель · Правила и сценарии
Для каждой команды доступна отдельная карточка: актуальные перегрузки, параметры, ограничения и несколько примеров.
Печатает переданный текст через SystemMessage/клиентский bridge. В ClassicUO перечисленные команды используют один клиентский журнал.
Печатает переданный текст через SystemMessage/клиентский bridge. В ClassicUO перечисленные команды используют один клиентский журнал.
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
Печатает переданный текст через SystemMessage/клиентский bridge. В ClassicUO перечисленные команды используют один клиентский журнал.
Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.
Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.
Возвращает текст сохранённой строки журнала. Индекс 0 — самая новая строка, далее в прошлое. Если индекс недоступен, возвращает пустую строку.
Возвращает цвет сохранённой строки журнала по индексу; 0 — самая новая строка. Используйте вместе с GetJournal и GetJournalSerial.
Возвращает serial источника строки журнала по индексу; 0 — самая новая строка. Это serial отправителя, а не индекс сообщения.
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
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.
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*.
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
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.
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
Возвращает цвет текста (оттенок) последней найденной записи журнала.
Возвращает ID шрифта последней найденной записи журнала.
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
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.
Ожидает совпадение в журнале до тайм-аута. Начальная временная граница фиксируется при вызове и не сдвигается во время опроса. Системная форма дополнительно фильтрует системные записи. Для дальнейшего чтения используйте результат найденной строки и проверяйте, что ожидание завершилось совпадением.
Ожидает совпадение в журнале до тайм-аута. Начальная временная граница фиксируется при вызове и не сдвигается во время опроса. Системная форма дополнительно фильтрует системные записи. Для дальнейшего чтения используйте результат найденной строки и проверяйте, что ожидание завершилось совпадением.
ClassicUO - Bad Newbie & Basic IDE Edition