-
Notifications
You must be signed in to change notification settings - Fork 0
/
remodel.yml
72 lines (72 loc) · 1.29 KB
/
remodel.yml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
base: lua53
globals:
json.fromString:
args:
- type: string
json.toString:
args:
- type: any
remodel.createDirAll:
args:
- type: string
remodel.getRawProperty:
args:
- type:
display: Instance
- type: string
remodel.isDir:
args:
- type: string
remodel.isFile:
args:
- type: string
remodel.readDir:
args:
- type: string
remodel.readFile:
args:
- type: string
remodel.readModelAsset:
args:
- type: string
remodel.readModelFile:
args:
- type: string
remodel.readPlaceAsset:
args:
- type: string
remodel.readPlaceFile:
args:
- type: string
remodel.setRawProperty:
args:
- type:
display: Instance
- type: string
- type: string
- type: any
remodel.writeExistingModelAsset:
args:
- type:
display: Instance
- type: string
remodel.writeExistingPlaceAsset:
args:
- type:
display: Instance
- type: string
remodel.writeFile:
args:
- type: string
- type: string
remodel.writeModelFile:
args:
- type:
display: Instance
- type: string
remodel.writePlaceFile:
args:
- type:
display: DataModel
- type: string