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
Initial commit
This commit is contained in:
11
plugin.lua
Normal file
11
plugin.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
---@meta
|
||||
|
||||
---This function should be defined by the user in the script
|
||||
---EXIT, CONFIGURE, SHOW commands are not sent to the script
|
||||
---@param cmd string
|
||||
---@param param string
|
||||
function command(cmd, param) end
|
||||
|
||||
---@param body string
|
||||
---@param title string
|
||||
function message_box(body, title) end
|
||||
Reference in New Issue
Block a user