summaryrefslogtreecommitdiff
path: root/server/libs/lua53/string.lni
blob: 4b22ef167c57fbd3f07640b865c3ebcc9a2c2b1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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'

[sub]
[[.args]]
name = 's'
type = 'string'
[[.args]]
name = 'i'
type = 'integer'
[[.args]]
name = 'j'
type = 'integer'
optional = 'self'
default = -1
[[.returns]]
type = 'string'