-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpolyfill.yml
More file actions
54 lines (54 loc) · 920 Bytes
/
polyfill.yml
File metadata and controls
54 lines (54 loc) · 920 Bytes
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
base: luau
name: polyfill
globals:
CFrame.Angles:
args:
- required: false
type: number
- required: false
type: number
- required: false
type: number
must_use: true
Color3.fromRGB:
args:
- required: true
type: number
- required: true
type: number
- required: true
type: number
must_use: true
game:
struct: DataModel
Instance.new:
args:
- type:
- Folder
- RemoteEvent
- UnreliableRemoteEvent
task.spawn:
args:
- type: function
- required: false
type: '...'
warn:
args:
- type: any
- required: false
type: '...'
debug.profilebegin:
args:
- type: string
debug.profileend:
args: []
structs:
DataModel:
GetService:
args:
- type:
- ReplicatedStorage
- RunService
- Players
method: true
must_use: true