Files
wow_Meta/api/collectgarbage.lua
2025-05-04 15:15:00 +02:00

15 lines
379 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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