diff options
Diffstat (limited to 'server/libs')
-rw-r--r-- | server/libs/lua53/table.lni | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/server/libs/lua53/table.lni b/server/libs/lua53/table.lni index 94e60664..756359c3 100644 --- a/server/libs/lua53/table.lni +++ b/server/libs/lua53/table.lni @@ -1,6 +1,3 @@ -[default] -type = 'function' - [table] type = 'table' [[.source]] @@ -8,3 +5,24 @@ type = 'global' [[.source]] type = 'library' name = 'table' + +[default] +type = 'function' +[[.parent]] +type = 'global' +name = 'table' +[[.parent]] +type = 'library' +name = 'table' + +[insert] +[[.args]] +name = 'list' +type = 'table' +[[.args]] +name = 'pos' +type = 'integer' +optional = 'self' +[[.args]] +name = 'value' +type = 'any' |