Files
wow_Meta/api/collectgarbage.lua
2025-05-04 14:35:26 +02:00

14 lines
370 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