summaryrefslogtreecommitdiff
path: root/server/locale/en-US/libs/lua53/basic.lni
diff options
context:
space:
mode:
Diffstat (limited to 'server/locale/en-US/libs/lua53/basic.lni')
-rw-r--r--server/locale/en-US/libs/lua53/basic.lni60
1 files changed, 60 insertions, 0 deletions
diff --git a/server/locale/en-US/libs/lua53/basic.lni b/server/locale/en-US/libs/lua53/basic.lni
new file mode 100644
index 00000000..e600857f
--- /dev/null
+++ b/server/locale/en-US/libs/lua53/basic.lni
@@ -0,0 +1,60 @@
+[assert]
+
+[collectgarbage]
+[[.enums]]
+enum = 'collect'
+description = 'performs a full garbage-collection cycle. This is the default option.'
+[[.enums]]
+enum = 'isrunning'
+description = 'returns a boolean that tells whether the collector is running (i.e., not stopped).'
+[[.enums]]
+enum = 'count'
+description = 'returns the total memory in use by Lua in Kbytes. The value has a fractional part, so that it multiplied by 1024 gives the exact number of bytes in use by Lua (except for overflows).'
+
+[dofile]
+
+[error]
+
+[_G]
+description = 'A global variable (not a function) that holds the global environment'
+[[.fields]]
+field = '_G'
+description = 'A global variable (not a function) that holds the global environment'
+
+[getmetatable]
+
+[ipairs]
+
+[load]
+
+[loadfile]
+
+[next]
+
+[pairs]
+
+[pcall]
+
+[print]
+
+[rawequal]
+
+[rawget]
+
+[rawlen]
+
+[rawset]
+
+[select]
+
+[setmetatable]
+
+[tonumber]
+
+[tostring]
+
+[type]
+
+[_VERSION]
+
+[xpcall]