You've already forked rdsspy-lua-host
mirror of
https://github.com/KubaPro010/rdsspy-lua-host.git
synced 2026-02-26 18:35:01 +01:00
console as one way interface, and custom command along other things
This commit is contained in:
@@ -20,10 +20,17 @@ function group(stream, block_b_correction, a, b, c, d) end
|
||||
---@param title string
|
||||
function message_box(body, title) end
|
||||
|
||||
---Logs a string inside the host console
|
||||
---Logs a string inside the host console. Requires console mode to be false.
|
||||
---@param data string
|
||||
function log(data) end
|
||||
|
||||
---Sets the whole text of the console for display. Requires console mode to be true.
|
||||
---@param data string
|
||||
function set_console(data) end
|
||||
|
||||
---@param mode boolean
|
||||
function set_console_mode(mode) end
|
||||
|
||||
db = {}
|
||||
|
||||
---@param key string
|
||||
|
||||
Reference in New Issue
Block a user