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

9 lines
204 B
Lua

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