summaryrefslogtreecommitdiff
path: root/server/locale/en-US/libs/@lua/debug.lni
diff options
context:
space:
mode:
Diffstat (limited to 'server/locale/en-US/libs/@lua/debug.lni')
-rw-r--r--server/locale/en-US/libs/@lua/debug.lni34
1 files changed, 34 insertions, 0 deletions
diff --git a/server/locale/en-US/libs/@lua/debug.lni b/server/locale/en-US/libs/@lua/debug.lni
index 42422ae6..4c7bd016 100644
--- a/server/locale/en-US/libs/@lua/debug.lni
+++ b/server/locale/en-US/libs/@lua/debug.lni
@@ -38,9 +38,43 @@ name = 'what'
enum = 'L'
description = '`activelines`'
+['getinfo Lua 5.1']
+description = 'Returns a table with information about a function.'
+[[.enums]]
+name = 'what'
+enum = 'n'
+description = '`name` and `namewhat`'
+``````````
+name = 'what'
+enum = 'S'
+description = '`source`, `short_src`, `linedefined`, `lastlinedefined`, and `what`'
+``````````
+name = 'what'
+enum = 'l'
+description = '`currentline`'
+``````````
+name = 'what'
+enum = 't'
+description = '`istailcall`'
+``````````
+name = 'what'
+enum = 'u'
+description = '`nups`'
+``````````
+name = 'what'
+enum = 'f'
+description = '`func`'
+``````````
+name = 'what'
+enum = 'L'
+description = '`activelines`'
+
[getlocal]
description = 'Returns the name and the value of the local variable with index `local` of the function at level `f` of the stack.'
+['getlocal Lua 5.1']
+description = 'Returns the name and the value of the local variable with index `local` of the function at level `level` of the stack.'
+
[getmetatable]
description = 'Returns the metatable of the given value.'