Files
wow_Meta/api/rawget.lua
2024-12-16 13:13:08 +01:00

7 lines
241 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param t table
---@param key value
---@return value value
---Returns the real value associated with a key in a table without invoking any metamethods
function rawget(t, key) end