Runtime API 23 Client Messages - LIHACHTETAN/ClassicUO-BadNewbie-BasicIDE GitHub Wiki
Runtime API — Сообщения клиента
Символов: 21
Новые тематические разделы · Алфавитный указатель · Правила и сценарии
Для каждой команды доступна отдельная карточка: актуальные перегрузки, параметры, ограничения и несколько примеров.
UO.BookClearText
Clears all pages of the currently open editable ClassicUO book through the same real page-update packet path used by BookSetPageText.
UO.BookGetPageText
Reads page text from the currently open ModernBookGump first. If no live page text is available, the Basic compatibility buffer is used as a fallback.
UO.BookSetPageText
Writes a page into the currently open editable ModernBookGump, updates the page buffer/UI and sends Send_BookPageData for that page.
UO.BookSetText
Updates the currently open editable book rather than only storing a Basic-side string. Without explicit form-feed separators, lines are divided automatically into groups of up to ten lines per page. Each affected page is updated locally and sent to the server.
UO.ClearContextMenu
Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.
UO.ClientPrintEx
Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.
UO.GetContextMenu
Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.
UO.GetFoundedText
Возвращает текст последней найденной поиском строки журнала. Если найденный индекс отсутствует, возвращает пустую строку. Это не то же самое, что GetJournal(0), который читает самую новую строку.
UO.GetFoundedTextColor
Возвращает цвет последней найденной строки журнала как hex-строку. Если найденной строки нет, возвращает "0x0000".
UO.GetFoundedTextID
Reads the pattern ID saved by the last successful journal search. For the search text 'first|second|third', a match on second returns 1.
UO.GetFoundedTextIndex
Reads or changes the requested mobile/player stat/state through the current ClassicUO world model and registered API bridge.
UO.GetFoundedTextSerial
Возвращает serial источника последней найденной строки журнала как hex-строку. Если найденной строки нет, возвращает "0x00000000".
UO.GetFoundedTextTimer
Returns the same timestamp contract as UO.JournalTimer(index), but for the line stored by the most recent successful journal search/wait operation.
UO.GumpAutoTextEntry
Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.
UO.NumGumpTextEntry
Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.
UO.RequestContextMenu
Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.
UO.SetContextMenuHook
Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.
UO.TextClear
Очищает текстовое окно, открытое иcпользованием Injection или командой TextOpen.
UO.TextClose
Закрывает текстовое окно, открытое использованием Injection или командой TextOpen.
UO.TextOpen
Открывает текстовое окно.
UO.WaitTextEntry
Ищет текущий ожидающий диалог ввода текста и отвечает на него; если такого нет, устанавливает ловушку на следующий входящий.