Runtime API 40 Journal Reading - LIHACHTETAN/ClassicUO-BadNewbie-BasicIDE GitHub Wiki
Runtime API — Чтение журнала
Символов: 43
Новые тематические разделы · Алфавитный указатель · Правила и сценарии
Для каждой команды доступна отдельная карточка: актуальные перегрузки, параметры, ограничения и несколько примеров.
UO.AddToJournal
Печатает переданный текст через SystemMessage/клиентский bridge. В этой реализации перечисленные команды идут по одному пути и не создают отдельный внешний журнал Stealth.
UO.AddToSystemJournal
Печатает переданный текст через SystemMessage/клиентский bridge. В этой реализации перечисленные команды идут по одному пути и не создают отдельный внешний журнал Stealth.
UO.AddToSystemJournalEx
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
UO.ChangeJournalLength
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
UO.ClearJournal
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
UO.ClearSystemJournal
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
UO.ClientPrint
Печатает переданный текст через SystemMessage/клиентский bridge. В этой реализации перечисленные команды идут по одному пути и не создают отдельный внешний журнал Stealth.
UO.ColorPrint
Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.
UO.ConsolePrint
Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.
UO.DeleteJournal
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
UO.GetGumpTextLines
Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.
UO.GetJournal
Возвращает текст сохранённой строки журнала. Индекс 0 — самая новая строка, далее в прошлое. Если индекс недоступен, возвращает пустую строку.
UO.GetJournalColor
Возвращает цвет сохранённой строки журнала по индексу; 0 — самая новая строка. Используйте вместе с GetJournal и GetJournalSerial.
UO.GetJournalSerial
Возвращает serial источника строки журнала по индексу; 0 — самая новая строка. Это serial отправителя, а не индекс сообщения.
UO.GlobalChatActiveChannel
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
UO.GlobalChatChannelsList
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
UO.GlobalChatJoinChannel
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
UO.GlobalChatLeaveChannel
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
UO.GlobalChatSendMsg
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
UO.HighJournal
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
UO.InJournal
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.
UO.InJournalBetweenTimes
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*.
UO.Journal
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
UO.JournalColor
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
UO.JournalSerial
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
UO.JournalTimer
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.
UO.LastJournalMessage
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
UO.LastMessage
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
UO.LineTextColor
Возвращает цвет текста (оттенок) последней найденной записи журнала.
UO.LineTextFont
Возвращает ID шрифта последней найденной записи журнала.
UO.LowJournal
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
UO.PartyPrivateMessageTo
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
UO.Print
Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.
UO.SayU
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
UO.ServerPrint
Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.
UO.SetJournalLine
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
UO.ShowJournal
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
UO.TextPrint
Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.
UO.UOAMessage
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
UO.UOSayColor
Reads, filters or emits speech/journal data through the registered ClassicUO runtime route.
UO.WaitingForJournalText
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.
UO.WaitJournalLine
Ожидает совпадение в журнале до тайм-аута. Начальная временная граница фиксируется при вызове и не сдвигается во время опроса. Системная форма дополнительно фильтрует системные записи. Для дальнейшего чтения используйте результат найденной строки и проверяйте, что ожидание завершилось совпадением.
UO.WaitJournalLineSystem
Ожидает совпадение в журнале до тайм-аута. Начальная временная граница фиксируется при вызове и не сдвигается во время опроса. Системная форма дополнительно фильтрует системные записи. Для дальнейшего чтения используйте результат найденной строки и проверяйте, что ожидание завершилось совпадением.