- [NEW] sys.debug() returns true if we are on a debug version of mini. false otherwise.
This commit is contained in:
@@ -482,6 +482,10 @@ function sys.clipboard() end
|
||||
---Sets the content of the clipboard
|
||||
function sys.clipboard(value) end
|
||||
|
||||
---@return boolean
|
||||
---Returns true if running on debug version of mini. False otherwise.
|
||||
function sys.debug() end
|
||||
|
||||
|
||||
---@class win
|
||||
win = {}
|
||||
|
||||
Reference in New Issue
Block a user