From f3260ceb043848c26dd7ef45d0a5210ea6d4a5ba 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 17:11:26 +0800 Subject: =?UTF-8?q?hover=E6=94=AF=E6=8C=81=E5=8F=98=E9=87=8F=E5=AF=B9?= =?UTF-8?q?=E8=B1=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/libs/lua53/string.lni | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) (limited to 'server/libs') diff --git a/server/libs/lua53/string.lni b/server/libs/lua53/string.lni index 0c1fc2b8..4b22ef16 100644 --- a/server/libs/lua53/string.lni +++ b/server/libs/lua53/string.lni @@ -1,5 +1,34 @@ +[string] +type = 'table' +[[.source]] +type = 'global' +[[.source]] +type = 'library' +name = 'string' + [default] type = 'function' +[[.parent]] +type = 'global' +name = 'string' +[[.parent]] +type = 'library' +name = 'string' +[[.parent]] +type = 'object' +name = 'string' -[string] -type = 'table' +[sub] +[[.args]] +name = 's' +type = 'string' +[[.args]] +name = 'i' +type = 'integer' +[[.args]] +name = 'j' +type = 'integer' +optional = 'self' +default = -1 +[[.returns]] +type = 'string' -- cgit v1.2.3