summaryrefslogtreecommitdiff
path: root/server/locale/en-US/libs/lua/basic.lni
diff options
context:
space:
mode:
Diffstat (limited to 'server/locale/en-US/libs/lua/basic.lni')
-rw-r--r--server/locale/en-US/libs/lua/basic.lni19
1 files changed, 18 insertions, 1 deletions
diff --git a/server/locale/en-US/libs/lua/basic.lni b/server/locale/en-US/libs/lua/basic.lni
index 571d8450..4f5afb84 100644
--- a/server/locale/en-US/libs/lua/basic.lni
+++ b/server/locale/en-US/libs/lua/basic.lni
@@ -143,9 +143,26 @@ description = 'Receives a value of any type and converts it to a string in a hum
[type]
description = 'Returns the type of its only argument, coded as a string.'
-[_VERSION]
+["_VERSION Lua 5.1"]
description = 'Running Lua version.'
+["_VERSION Lua 5.2"]
+description = 'Running Lua version.'
+
+["_VERSION Lua 5.3"]
+description = 'Running Lua version.'
+
+["_VERSION Lua 5.4"]
+description = 'Running Lua version.'
+
+[warn]
+description = [[
+Emits a warning with the given message.
+A message in a call with `tocont` true should be
+continued in another call to this function.
+The default for `tocont` is false.
+]]
+
[xpcall]
description = 'Calls function f with the given arguments in protected mode with a new message handler.'