Files
wow-weakauras/Meta/api/setmetatable.lua
2024-11-07 23:12:37 +01:00

7 lines
203 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param t table
---@param metatable table
---@return table t
---Sets the metatable for a table
function setmetatable(t, metatable) end