-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExt.json
More file actions
35 lines (35 loc) · 850 Bytes
/
Ext.json
File metadata and controls
35 lines (35 loc) · 850 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
{
"About": {
"Name": "Object Attacher",
"Author": "Looki",
"Copyright": "Copyright (C) 2012 Lukas Meller",
"Comment": "Teaches how to attach multiple Active objects to an extension to gain control over them.",
"URL": "http://www.example.com",
"Help": "Help/Example.chm",
"Identifier": "EXMP"
},
"ActionMenu": [
[0, "Attach objects"]
],
"ConditionMenu": [
],
"ExpressionMenu": [
[0, "Number of attached objects"],
],
"Actions": [
{
"Title": "Attach %0",
"Parameters": [
["Object", "The object that you want to attach."]
]
}
],
"Conditions": [
],
"Expressions": [
{
"Title": "NumObjects(",
"Returns": "Integer"
}
]
}