13 lines
395 B
Lua
13 lines
395 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param option stop
|
|
---@param collect
|
|
---@param count
|
|
---@param restart
|
|
---@param setpause arg
|
|
---@param setstepmul arg
|
|
---@param step arg
|
|
---@param stop
|
|
---@param arg
|
|
---Interface to the Lua garbage collector
|
|
function collectgarbage(option, collect, count, restart, setpause, setstepmul, step, stop, arg) end |