mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 04:53:27 +02:00
Pt translations, some helper functions
This commit is contained in:
@@ -178,6 +178,11 @@ function hide()
|
||||
terminalWindow:hide()
|
||||
end
|
||||
|
||||
function disable()
|
||||
terminalButton:hide()
|
||||
g_keyboard.unbindKeyDown('Ctrl+T')
|
||||
end
|
||||
|
||||
function addLine(text, color)
|
||||
-- delete old lines if needed
|
||||
local numLines = terminalBuffer:getChildCount() + 1
|
||||
|
Reference in New Issue
Block a user