7 lines
197 B
Lua
7 lines
197 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 |