OC-Tsuki/ksrc/stdlib/table.lua
Sam Roxanne c9c05221d9 wot
2020-06-02 01:23:58 -05:00

9 lines
162 B
Lua

_P.table = {}
@[[function copylib(method)]]
_P.table.@[{method}] = table.@[{method}]
@[[end]]
@[[for k, v in pairs(table) do
copylib(k)
end]]
@[[copylib = nil]]