From 4e4bc7c8908afb100233045a1b15368ba8764c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Fri, 7 Dec 2018 13:59:32 +0800 Subject: =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=BA=93=E7=9A=84=E5=AD=90lib?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/libs/lua53/table.lni | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'server/libs') 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' -- cgit v1.2.3