-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgm82drag.gej
118 lines (118 loc) · 2.2 KB
/
gm82drag.gej
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "Game Maker 8.2 DragFile",
"folder": "gm82",
"version": "1.0",
"author": "Roach && renex",
"date": "23/07/2023",
"license": "Free to use, also for commercial games.",
"description": "Extension to allow dropping files onto the game window.",
"helpfile": "",
"hidden": false,
"dependencies": [],
"files": [
{
"filename": "gm82drag.dll",
"origname": "gm82drag.dll",
"kind": 1,
"init": "",
"final": "",
"functions": [
{
"name": "__gm82drag_accept",
"extname": "AcceptFiles",
"calltype": 11,
"helpline": "",
"hidden": true,
"argtypes": [
2,
2
],
"returntype": 2
},
{
"name": "__gm82drag_count",
"extname": "CheckDraggedNum",
"calltype": 11,
"helpline": "",
"hidden": true,
"argtypes": [
2
],
"returntype": 2
},
{
"name": "__gm82drag_name",
"extname": "CheckDraggedFname",
"calltype": 11,
"helpline": "",
"hidden": true,
"argtypes": [
2,
2
],
"returntype": 1
},
{
"name": "file_drag_clear",
"extname": "ClearLastDrop",
"calltype": 11,
"helpline": "file_drag_clear()",
"hidden": false,
"argtypes": [],
"returntype": 2
}
],
"constants": []
},
{
"filename": "gm82drag.gml",
"origname": "gm82drag.gml",
"kind": 2,
"init": "__gm82drag_init",
"final": "",
"functions": [
{
"name": "file_drag_enable",
"extname": "",
"calltype": 2,
"helpline": "file_drag_enable(enabled)",
"hidden": false,
"argtypes": [
2
],
"returntype": 2
},
{
"name": "file_drag_count",
"extname": "",
"calltype": 2,
"helpline": "file_drag_count()",
"hidden": false,
"argtypes": [],
"returntype": 2
},
{
"name": "file_drag_name",
"extname": "",
"calltype": 2,
"helpline": "file_drag_name(index)",
"hidden": false,
"argtypes": [
2
],
"returntype": 2
},
{
"name": "__gm82drag_init",
"extname": "",
"calltype": 2,
"helpline": "",
"hidden": true,
"argtypes": null,
"returntype": 2
}
],
"constants": []
}
]
}