summaryrefslogtreecommitdiff
path: root/server/libs/lua53/string.lni
diff options
context:
space:
mode:
Diffstat (limited to 'server/libs/lua53/string.lni')
-rw-r--r--server/libs/lua53/string.lni23
1 files changed, 14 insertions, 9 deletions
diff --git a/server/libs/lua53/string.lni b/server/libs/lua53/string.lni
index e04b3f4f..d1754b74 100644
--- a/server/libs/lua53/string.lni
+++ b/server/libs/lua53/string.lni
@@ -8,15 +8,20 @@ name = 'string'
<default>
type = 'function'
-[[.parent]]
-type = 'global'
-name = 'string'
-``````````
-type = 'library'
-name = 'string'
-``````````
-type = 'object'
-name = 'string'
+parent = {
+ 1 = {
+ type = 'global',
+ name = 'string',
+ },
+ 2 = {
+ type = 'library',
+ name = 'string',
+ },
+ 3 = {
+ type = 'object',
+ name = 'string',
+ }
+}
[byte]
[[.args]]