Code format
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param name string
|
||||
---@param value value
|
||||
---@param name string
|
||||
---@param value value
|
||||
---Sets a global variable to a specified value. Allows setting the value of a global variable in contexts where its name might be overridden by that of a local variable; i.e. setglobal(name, value) is equivalent to _G.name = value or _G["name"] = value.
|
||||
function setglobal(name, value) end
|
||||
function setglobal(name, value) end
|
||||
|
||||
Reference in New Issue
Block a user