diff options
Diffstat (limited to 'server/libs')
-rw-r--r-- | server/libs/lua53/string.lni | 33 |
1 files changed, 31 insertions, 2 deletions
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' |