mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-19 22:23:28 +02:00
Added waypoints for bot
This commit is contained in:
@@ -108,6 +108,12 @@ function UIComboBox:removeOption(text)
|
||||
end
|
||||
end
|
||||
|
||||
function UIComboBox:clear()
|
||||
self.options = {}
|
||||
self.currentIndex = -1
|
||||
self:setText("")
|
||||
end
|
||||
|
||||
function UIComboBox:onMousePress(mousePos, mouseButton)
|
||||
local menu
|
||||
if self.menuScroll then
|
||||
|
Reference in New Issue
Block a user