summaryrefslogtreecommitdiff
path: root/server/libs/lua53/io.lni
blob: 4bd37315c56c164d6135108be3b521dbbffa629c (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
[io]
type = 'table'
[[.source]]
type = 'global'
[[.source]]
type = 'library'
name = 'io'

[default]
type = 'function'
[[.parent]]
type = 'global'
name = 'io'
[[.parent]]
type = 'library'
name = 'io'

[stdin]
type = '*FILE*'

[close]
[[.parent]]
type = 'global'
name = 'table'
[[.parent]]
type = 'library'
name = 'table'
[[.parent]]
type = 'object'
name = '*FILE*'
[[.args]]
type = '*FILE*'
name = 'file'
optional = 'self'