diff options
Diffstat (limited to 'server/libs/lua53/basic.lni')
-rw-r--r-- | server/libs/lua53/basic.lni | 108 |
1 files changed, 0 insertions, 108 deletions
diff --git a/server/libs/lua53/basic.lni b/server/libs/lua53/basic.lni index 44e41379..2b17eb06 100644 --- a/server/libs/lua53/basic.lni +++ b/server/libs/lua53/basic.lni @@ -61,114 +61,6 @@ optional = 'self' [_G] type = 'table' -[[.fields]] -field = '_G' -type = 'table' -[[.fields]] -field = '_VERSION' -type = 'string' -[[.fields]] -field = 'arg' -type = 'table' -[[.fields]] -field = 'assert' -type = 'function' -[[.fields]] -field = 'collectgarbage' -type = 'function' -[[.fields]] -field = 'coroutine' -type = 'table' -[[.fields]] -field = 'debug' -type = 'table' -[[.fields]] -field = 'dofile' -type = 'function' -[[.fields]] -field = 'error' -type = 'function' -[[.fields]] -field = 'fs' -type = 'table' -[[.fields]] -field = 'getmetatable' -type = 'function' -[[.fields]] -field = 'io' -type = 'table' -[[.fields]] -field = 'ipairs' -type = 'function' -[[.fields]] -field = 'load' -type = 'function' -[[.fields]] -field = 'loadfile' -type = 'function' -[[.fields]] -field = 'math' -type = 'table' -[[.fields]] -field = 'next' -type = 'function' -[[.fields]] -field = 'os' -type = 'table' -[[.fields]] -field = 'package' -type = 'table' -[[.fields]] -field = 'pairs' -type = 'function' -[[.fields]] -field = 'pcall' -type = 'function' -[[.fields]] -field = 'print' -type = 'function' -[[.fields]] -field = 'rawequal' -type = 'function' -[[.fields]] -field = 'rawget' -type = 'function' -[[.fields]] -field = 'rawlen' -type = 'function' -[[.fields]] -field = 'rawset' -type = 'function' -[[.fields]] -field = 'require' -type = 'function' -[[.fields]] -field = 'select' -type = 'function' -[[.fields]] -field = 'setmetatable' -type = 'function' -[[.fields]] -field = 'string' -type = 'table' -[[.fields]] -field = 'table' -type = 'table' -[[.fields]] -field = 'tonumber' -type = 'function' -[[.fields]] -field = 'tostring' -type = 'function' -[[.fields]] -field = 'type' -type = 'function' -[[.fields]] -field = 'utf8' -type = 'table' -[[.fields]] -field = 'xpcall' -type = 'function' [getmetatable] |