summaryrefslogtreecommitdiff
path: root/server/libs/lua53/table.lni
blob: c718e534add0314d137c74b2e4fe76eb6c4bab83 (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
[table]
type = 'table'
[[.source]]
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'