@defold-typescript/library-types 0.23.0 → 0.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api-doc/boom.json +3870 -0
- package/api-doc/bridge.json +10 -5
- package/api-doc/bzAnim.json +338 -0
- package/api-doc/decore.json +1 -1
- package/api-doc/defcon.json +150 -0
- package/api-doc/{defmath.defmath.json → defmath.json} +6 -46
- package/api-doc/defsave.json +518 -0
- package/api-doc/deftest.json +741 -0
- package/api-doc/{dicebag.dicebag.json → dicebag.json} +19 -1
- package/api-doc/druid.json +90 -92
- package/api-doc/event.json +16 -16
- package/api-doc/gooey.json +2050 -0
- package/api-doc/in.accelerometer.json +75 -1
- package/api-doc/in.button.json +17 -10
- package/api-doc/in.cursor.json +26 -0
- package/api-doc/in.gesture.json +401 -6
- package/api-doc/in.keyboard.json +2 -0
- package/api-doc/in.mapper.json +12 -8
- package/api-doc/in.onscreen.json +61 -5
- package/api-doc/in.state.json +61 -13
- package/api-doc/in.textbox.json +23 -12
- package/api-doc/in.triggers.json +336 -0
- package/api-doc/lang.json +5 -5
- package/api-doc/log.json +1 -1
- package/api-doc/metrics.fps.json +61 -2
- package/api-doc/metrics.mem.json +61 -2
- package/api-doc/monarch.monarch.json +249 -7
- package/api-doc/monarch.transitions.easings.json +19 -26
- package/api-doc/monarch.transitions.gui.json +782 -79
- package/api-doc/nakama.engine.defold.json +31 -18
- package/api-doc/{nakama.nakama.json → nakama.json} +4752 -2554
- package/api-doc/nakama.util.log.json +32 -4
- package/api-doc/narrator.json +1 -1
- package/api-doc/openapi/nakama.nakama.json +7680 -0
- package/api-doc/orthographic.camera.json +96 -98
- package/api-doc/orthographic.json +602 -0
- package/api-doc/panthera.json +1183 -0
- package/api-doc/{persist.persist.json → persist.json} +26 -1
- package/api-doc/{platypus.platypus.json → platypus.json} +68 -14
- package/api-doc/{rendy.rendy.json → rendy.json} +46 -99
- package/api-doc/richtext.color.json +77 -0
- package/api-doc/richtext.richtext.json +375 -5
- package/api-doc/saver.saver.json +2 -1
- package/api-doc/saver.storage.json +2 -1
- package/api-doc/{starly.starly.json → starly.json} +1 -1
- package/api-doc/{yagames.yagames.json → yagames.json} +784 -189
- package/api-doc/{zzfx.api.json → zzfx.json} +9 -9
- package/authored-targets.json +403 -0
- package/generated/{boom.boom.d.ts → boom.d.ts} +14 -0
- package/generated/bridge.d.ts +5 -5
- package/generated/{bzAnim.bzLibrary.d.ts → bzAnim.d.ts} +6 -0
- package/generated/decore.d.ts +1 -1
- package/generated/defcon.d.ts +43 -0
- package/generated/{defmath.defmath.d.ts → defmath.d.ts} +3 -2
- package/generated/defsave.d.ts +144 -0
- package/generated/{dicebag.dicebag.d.ts → dicebag.d.ts} +25 -0
- package/generated/druid.d.ts +81 -79
- package/generated/event.d.ts +15 -15
- package/generated/{gooey.gooey.d.ts → gooey.d.ts} +61 -6
- package/generated/in.onscreen.d.ts +5 -0
- package/generated/in.textbox.d.ts +4 -0
- package/generated/lang.d.ts +5 -5
- package/generated/log.d.ts +1 -1
- package/generated/metrics.fps.d.ts +19 -1
- package/generated/metrics.mem.d.ts +19 -1
- package/generated/monarch.monarch.d.ts +44 -1
- package/generated/monarch.transitions.easings.d.ts +0 -1
- package/generated/monarch.transitions.gui.d.ts +96 -12
- package/generated/nakama.d.ts +1158 -0
- package/generated/nakama.engine.defold.d.ts +3 -1
- package/generated/nakama.util.log.d.ts +6 -0
- package/generated/narrator.d.ts +1 -1
- package/generated/openapi/nakama.nakama.d.ts +884 -0
- package/generated/orthographic.camera.d.ts +24 -38
- package/generated/orthographic.d.ts +155 -0
- package/generated/panthera.d.ts +170 -0
- package/generated/{persist.persist.d.ts → persist.d.ts} +3 -0
- package/generated/{platypus.platypus.d.ts → platypus.d.ts} +9 -0
- package/generated/{rendy.rendy.d.ts → rendy.d.ts} +33 -80
- package/generated/richtext.color.d.ts +15 -0
- package/generated/saver.saver.d.ts +2 -0
- package/generated/saver.storage.d.ts +2 -0
- package/generated/{yagames.yagames.d.ts → yagames.d.ts} +151 -29
- package/generated/{zzfx.api.d.ts → zzfx.d.ts} +7 -0
- package/library-classification.json +0 -156
- package/library-targets.json +1 -218
- package/luals-targets.json +56 -3
- package/openapi-targets.json +17 -0
- package/package.json +7 -57
- package/scripts/__snapshots__/parse-luals.test.ts.snap +164 -10
- package/scripts/apply-luals-overrides.ts +39 -7
- package/scripts/authored-parity.ts +718 -0
- package/scripts/emit-library-dts.ts +94 -17
- package/scripts/extract-api-doc.ts +189 -38
- package/scripts/fidelity-floor.ts +178 -0
- package/scripts/import-upstream-docs.ts +125 -0
- package/scripts/lower-api-doc.ts +21 -3
- package/scripts/luals-fidelity.ts +16 -11
- package/scripts/map-luals-types.ts +52 -21
- package/scripts/parse-lua-surface.ts +187 -0
- package/scripts/parse-luals.ts +50 -4
- package/scripts/parse-markdown-api.ts +247 -0
- package/scripts/parse-openapi-api.ts +313 -0
- package/scripts/sync-authored-types.ts +249 -0
- package/scripts/sync-library-types.ts +99 -3
- package/scripts/sync-luals-types.ts +14 -1
- package/scripts/sync-markdown-types.ts +761 -0
- package/scripts/sync-openapi-types.ts +308 -0
- package/scripts/sync-script-api-types.ts +16 -17
- package/api-doc/boom.boom.json +0 -26
- package/api-doc/bzAnim.bzLibrary.json +0 -156
- package/api-doc/defcon.console.json +0 -109
- package/api-doc/defsave.defsave.json +0 -175
- package/api-doc/deftest.deftest.json +0 -71
- package/api-doc/gooey.gooey.json +0 -963
- package/generated/defcon.console.d.ts +0 -24
- package/generated/defsave.defsave.d.ts +0 -31
- package/generated/nakama.nakama.d.ts +0 -594
- /package/generated/{deftest.deftest.d.ts → deftest.d.ts} +0 -0
- /package/generated/{starly.starly.d.ts → starly.d.ts} +0 -0
package/api-doc/in.mapper.json
CHANGED
|
@@ -8,8 +8,9 @@
|
|
|
8
8
|
{
|
|
9
9
|
"type": "FUNCTION",
|
|
10
10
|
"name": "bind",
|
|
11
|
-
"brief": "",
|
|
12
|
-
"description": "",
|
|
11
|
+
"brief": "Bind an input trigger to an action, optionally associating the binding",
|
|
12
|
+
"description": "Bind an input trigger to an action, optionally associating the binding\nto a specific player",
|
|
13
|
+
"docSource": "upstream",
|
|
13
14
|
"parameters": [
|
|
14
15
|
{
|
|
15
16
|
"name": "trigger",
|
|
@@ -57,8 +58,9 @@
|
|
|
57
58
|
{
|
|
58
59
|
"type": "FUNCTION",
|
|
59
60
|
"name": "unbind",
|
|
60
|
-
"brief": "",
|
|
61
|
-
"description": "",
|
|
61
|
+
"brief": "Unbind (remove) an existing input binding",
|
|
62
|
+
"description": "Unbind (remove) an existing input binding",
|
|
63
|
+
"docSource": "upstream",
|
|
62
64
|
"parameters": [
|
|
63
65
|
{
|
|
64
66
|
"name": "trigger",
|
|
@@ -82,8 +84,9 @@
|
|
|
82
84
|
{
|
|
83
85
|
"type": "FUNCTION",
|
|
84
86
|
"name": "unbind_all",
|
|
85
|
-
"brief": "",
|
|
86
|
-
"description": "",
|
|
87
|
+
"brief": "Unbind (remove) all input trigger bindings",
|
|
88
|
+
"description": "Unbind (remove) all input trigger bindings",
|
|
89
|
+
"docSource": "upstream",
|
|
87
90
|
"parameters": [
|
|
88
91
|
{
|
|
89
92
|
"name": "player",
|
|
@@ -99,8 +102,9 @@
|
|
|
99
102
|
{
|
|
100
103
|
"type": "FUNCTION",
|
|
101
104
|
"name": "on_input",
|
|
102
|
-
"brief": "",
|
|
103
|
-
"description": "",
|
|
105
|
+
"brief": "Handle incoming input trigger from a script by finding an binding and",
|
|
106
|
+
"description": "Handle incoming input trigger from a script by finding an binding and\nreturning the bound action",
|
|
107
|
+
"docSource": "upstream",
|
|
104
108
|
"parameters": [
|
|
105
109
|
{
|
|
106
110
|
"name": "trigger",
|
package/api-doc/in.onscreen.json
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
{
|
|
9
9
|
"type": "VARIABLE",
|
|
10
10
|
"name": "BUTTON",
|
|
11
|
+
"brief": "",
|
|
12
|
+
"description": "",
|
|
11
13
|
"types": [
|
|
12
14
|
"Hash"
|
|
13
15
|
]
|
|
@@ -15,6 +17,8 @@
|
|
|
15
17
|
{
|
|
16
18
|
"type": "VARIABLE",
|
|
17
19
|
"name": "ANALOG",
|
|
20
|
+
"brief": "",
|
|
21
|
+
"description": "",
|
|
18
22
|
"types": [
|
|
19
23
|
"Hash"
|
|
20
24
|
]
|
|
@@ -22,6 +26,8 @@
|
|
|
22
26
|
{
|
|
23
27
|
"type": "VARIABLE",
|
|
24
28
|
"name": "BUTTON_PRESSED",
|
|
29
|
+
"brief": "",
|
|
30
|
+
"description": "",
|
|
25
31
|
"types": [
|
|
26
32
|
"Hash"
|
|
27
33
|
]
|
|
@@ -29,6 +35,8 @@
|
|
|
29
35
|
{
|
|
30
36
|
"type": "VARIABLE",
|
|
31
37
|
"name": "BUTTON_RELEASED",
|
|
38
|
+
"brief": "",
|
|
39
|
+
"description": "",
|
|
32
40
|
"types": [
|
|
33
41
|
"Hash"
|
|
34
42
|
]
|
|
@@ -36,6 +44,8 @@
|
|
|
36
44
|
{
|
|
37
45
|
"type": "VARIABLE",
|
|
38
46
|
"name": "ANALOG_PRESSED",
|
|
47
|
+
"brief": "",
|
|
48
|
+
"description": "",
|
|
39
49
|
"types": [
|
|
40
50
|
"Hash"
|
|
41
51
|
]
|
|
@@ -43,6 +53,8 @@
|
|
|
43
53
|
{
|
|
44
54
|
"type": "VARIABLE",
|
|
45
55
|
"name": "ANALOG_RELEASED",
|
|
56
|
+
"brief": "",
|
|
57
|
+
"description": "",
|
|
46
58
|
"types": [
|
|
47
59
|
"Hash"
|
|
48
60
|
]
|
|
@@ -50,6 +62,8 @@
|
|
|
50
62
|
{
|
|
51
63
|
"type": "VARIABLE",
|
|
52
64
|
"name": "ANALOG_MOVED",
|
|
65
|
+
"brief": "",
|
|
66
|
+
"description": "",
|
|
53
67
|
"types": [
|
|
54
68
|
"Hash"
|
|
55
69
|
]
|
|
@@ -57,6 +71,8 @@
|
|
|
57
71
|
{
|
|
58
72
|
"type": "VARIABLE",
|
|
59
73
|
"name": "ANALOG_LEFT",
|
|
74
|
+
"brief": "",
|
|
75
|
+
"description": "",
|
|
60
76
|
"types": [
|
|
61
77
|
"Hash"
|
|
62
78
|
]
|
|
@@ -64,6 +80,8 @@
|
|
|
64
80
|
{
|
|
65
81
|
"type": "VARIABLE",
|
|
66
82
|
"name": "ANALOG_RIGHT",
|
|
83
|
+
"brief": "",
|
|
84
|
+
"description": "",
|
|
67
85
|
"types": [
|
|
68
86
|
"Hash"
|
|
69
87
|
]
|
|
@@ -71,6 +89,8 @@
|
|
|
71
89
|
{
|
|
72
90
|
"type": "VARIABLE",
|
|
73
91
|
"name": "ANALOG_UP",
|
|
92
|
+
"brief": "",
|
|
93
|
+
"description": "",
|
|
74
94
|
"types": [
|
|
75
95
|
"Hash"
|
|
76
96
|
]
|
|
@@ -78,23 +98,59 @@
|
|
|
78
98
|
{
|
|
79
99
|
"type": "VARIABLE",
|
|
80
100
|
"name": "ANALOG_DOWN",
|
|
101
|
+
"brief": "",
|
|
102
|
+
"description": "",
|
|
81
103
|
"types": [
|
|
82
104
|
"Hash"
|
|
83
105
|
]
|
|
84
106
|
},
|
|
85
107
|
{
|
|
86
108
|
"type": "TYPEDEF",
|
|
87
|
-
"name": "OnscreenInstance"
|
|
109
|
+
"name": "OnscreenInstance",
|
|
110
|
+
"properties": [
|
|
111
|
+
{
|
|
112
|
+
"name": "reset",
|
|
113
|
+
"brief": "",
|
|
114
|
+
"description": "",
|
|
115
|
+
"types": [
|
|
116
|
+
"() => void"
|
|
117
|
+
]
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "register_button",
|
|
121
|
+
"brief": "",
|
|
122
|
+
"description": "",
|
|
123
|
+
"types": [
|
|
124
|
+
"(node: Opaque<\"node\">, settings: {} | undefined, fn: (action: Hash, node: Opaque<\"node\">, touch: {}) => void) => void"
|
|
125
|
+
]
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "register_analog",
|
|
129
|
+
"brief": "",
|
|
130
|
+
"description": "",
|
|
131
|
+
"types": [
|
|
132
|
+
"(node: Opaque<\"node\">, settings: { radius?: number; threshold?: number; } | undefined, fn: (action: Hash, node: Opaque<\"node\">, touch: {}) => void) => void"
|
|
133
|
+
]
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "on_input",
|
|
137
|
+
"brief": "",
|
|
138
|
+
"description": "",
|
|
139
|
+
"types": [
|
|
140
|
+
"(action_id: Hash, action: {}) => boolean"
|
|
141
|
+
]
|
|
142
|
+
}
|
|
143
|
+
]
|
|
88
144
|
},
|
|
89
145
|
{
|
|
90
146
|
"type": "FUNCTION",
|
|
91
147
|
"name": "create",
|
|
92
|
-
"brief": "",
|
|
93
|
-
"description": "",
|
|
148
|
+
"brief": "Create an instance of the onscreen controls.",
|
|
149
|
+
"description": "Create an instance of the onscreen controls.",
|
|
94
150
|
"parameters": [
|
|
95
151
|
{
|
|
96
152
|
"name": "config",
|
|
97
|
-
"doc": "",
|
|
153
|
+
"doc": "Optional settings. `touch` is the action id bound to single touch.",
|
|
98
154
|
"types": [
|
|
99
155
|
"{ touch: Hash; }"
|
|
100
156
|
],
|
|
@@ -114,7 +170,7 @@
|
|
|
114
170
|
"returnvalues": [
|
|
115
171
|
{
|
|
116
172
|
"name": "",
|
|
117
|
-
"doc": "",
|
|
173
|
+
"doc": "The instance the register and input functions operate on.",
|
|
118
174
|
"types": [
|
|
119
175
|
"OnscreenInstance"
|
|
120
176
|
]
|
package/api-doc/in.state.json
CHANGED
|
@@ -7,13 +7,56 @@
|
|
|
7
7
|
"elements": [
|
|
8
8
|
{
|
|
9
9
|
"type": "TYPEDEF",
|
|
10
|
-
"name": "StateInstance"
|
|
10
|
+
"name": "StateInstance",
|
|
11
|
+
"properties": [
|
|
12
|
+
{
|
|
13
|
+
"name": "acquire",
|
|
14
|
+
"brief": "",
|
|
15
|
+
"description": "",
|
|
16
|
+
"types": [
|
|
17
|
+
"() => void"
|
|
18
|
+
]
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"name": "release",
|
|
22
|
+
"brief": "",
|
|
23
|
+
"description": "",
|
|
24
|
+
"types": [
|
|
25
|
+
"(url?: Url) => void"
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "is_pressed",
|
|
30
|
+
"brief": "",
|
|
31
|
+
"description": "",
|
|
32
|
+
"types": [
|
|
33
|
+
"(action_id: Hash | string) => boolean"
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "on_input",
|
|
38
|
+
"brief": "",
|
|
39
|
+
"description": "",
|
|
40
|
+
"types": [
|
|
41
|
+
"(action_id: Hash | string, action: {}) => void"
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "clear",
|
|
46
|
+
"brief": "",
|
|
47
|
+
"description": "",
|
|
48
|
+
"types": [
|
|
49
|
+
"() => void"
|
|
50
|
+
]
|
|
51
|
+
}
|
|
52
|
+
]
|
|
11
53
|
},
|
|
12
54
|
{
|
|
13
55
|
"type": "FUNCTION",
|
|
14
56
|
"name": "create",
|
|
15
|
-
"brief": "",
|
|
16
|
-
"description": "",
|
|
57
|
+
"brief": "Create an instance of the input state tracker",
|
|
58
|
+
"description": "Create an instance of the input state tracker",
|
|
59
|
+
"docSource": "upstream",
|
|
17
60
|
"parameters": [],
|
|
18
61
|
"returnvalues": [
|
|
19
62
|
{
|
|
@@ -28,8 +71,9 @@
|
|
|
28
71
|
{
|
|
29
72
|
"type": "FUNCTION",
|
|
30
73
|
"name": "acquire",
|
|
31
|
-
"brief": "",
|
|
32
|
-
"description": "",
|
|
74
|
+
"brief": "Acquire input focus for the current script and clear state",
|
|
75
|
+
"description": "Acquire input focus for the current script and clear state",
|
|
76
|
+
"docSource": "upstream",
|
|
33
77
|
"parameters": [
|
|
34
78
|
{
|
|
35
79
|
"name": "url",
|
|
@@ -53,8 +97,9 @@
|
|
|
53
97
|
{
|
|
54
98
|
"type": "FUNCTION",
|
|
55
99
|
"name": "release",
|
|
56
|
-
"brief": "",
|
|
57
|
-
"description": "",
|
|
100
|
+
"brief": "Release input focus for the current script and clear state",
|
|
101
|
+
"description": "Release input focus for the current script and clear state",
|
|
102
|
+
"docSource": "upstream",
|
|
58
103
|
"parameters": [
|
|
59
104
|
{
|
|
60
105
|
"name": "url",
|
|
@@ -78,8 +123,9 @@
|
|
|
78
123
|
{
|
|
79
124
|
"type": "FUNCTION",
|
|
80
125
|
"name": "is_pressed",
|
|
81
|
-
"brief": "",
|
|
82
|
-
"description": "",
|
|
126
|
+
"brief": "Check if an action is pressed/active",
|
|
127
|
+
"description": "Check if an action is pressed/active",
|
|
128
|
+
"docSource": "upstream",
|
|
83
129
|
"parameters": [
|
|
84
130
|
{
|
|
85
131
|
"name": "action_id",
|
|
@@ -111,8 +157,9 @@
|
|
|
111
157
|
{
|
|
112
158
|
"type": "FUNCTION",
|
|
113
159
|
"name": "update",
|
|
114
|
-
"brief": "",
|
|
115
|
-
"description": "",
|
|
160
|
+
"brief": "Forward any calls to on_input from scripts using this module",
|
|
161
|
+
"description": "Forward any calls to on_input from scripts using this module",
|
|
162
|
+
"docSource": "upstream",
|
|
116
163
|
"parameters": [
|
|
117
164
|
{
|
|
118
165
|
"name": "action_id",
|
|
@@ -177,8 +224,9 @@
|
|
|
177
224
|
{
|
|
178
225
|
"type": "FUNCTION",
|
|
179
226
|
"name": "clear",
|
|
180
|
-
"brief": "",
|
|
181
|
-
"description": "",
|
|
227
|
+
"brief": "Clear the state of any currently tracked input states",
|
|
228
|
+
"description": "Clear the state of any currently tracked input states",
|
|
229
|
+
"docSource": "upstream",
|
|
182
230
|
"parameters": [
|
|
183
231
|
{
|
|
184
232
|
"name": "instance",
|
package/api-doc/in.textbox.json
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
{
|
|
9
9
|
"type": "VARIABLE",
|
|
10
10
|
"name": "TOUCH",
|
|
11
|
+
"brief": "",
|
|
12
|
+
"description": "",
|
|
11
13
|
"types": [
|
|
12
14
|
"Hash"
|
|
13
15
|
]
|
|
@@ -15,6 +17,8 @@
|
|
|
15
17
|
{
|
|
16
18
|
"type": "VARIABLE",
|
|
17
19
|
"name": "TYPE",
|
|
20
|
+
"brief": "",
|
|
21
|
+
"description": "",
|
|
18
22
|
"types": [
|
|
19
23
|
"Hash"
|
|
20
24
|
]
|
|
@@ -22,6 +26,8 @@
|
|
|
22
26
|
{
|
|
23
27
|
"type": "VARIABLE",
|
|
24
28
|
"name": "BACKSPACE",
|
|
29
|
+
"brief": "",
|
|
30
|
+
"description": "",
|
|
25
31
|
"types": [
|
|
26
32
|
"Hash"
|
|
27
33
|
]
|
|
@@ -29,24 +35,27 @@
|
|
|
29
35
|
{
|
|
30
36
|
"type": "FUNCTION",
|
|
31
37
|
"name": "acquire",
|
|
32
|
-
"brief": "",
|
|
33
|
-
"description": "",
|
|
38
|
+
"brief": "Convenience function to acquire input focus",
|
|
39
|
+
"description": "Convenience function to acquire input focus",
|
|
40
|
+
"docSource": "upstream",
|
|
34
41
|
"parameters": [],
|
|
35
42
|
"returnvalues": []
|
|
36
43
|
},
|
|
37
44
|
{
|
|
38
45
|
"type": "FUNCTION",
|
|
39
46
|
"name": "release",
|
|
40
|
-
"brief": "",
|
|
41
|
-
"description": "",
|
|
47
|
+
"brief": "Convenience function to release input focus",
|
|
48
|
+
"description": "Convenience function to release input focus",
|
|
49
|
+
"docSource": "upstream",
|
|
42
50
|
"parameters": [],
|
|
43
51
|
"returnvalues": []
|
|
44
52
|
},
|
|
45
53
|
{
|
|
46
54
|
"type": "FUNCTION",
|
|
47
55
|
"name": "register",
|
|
48
|
-
"brief": "",
|
|
49
|
-
"description": "",
|
|
56
|
+
"brief": "Register box and text nodes and optional mask param",
|
|
57
|
+
"description": "Register box and text nodes and optional mask param\nUse is_mask = true if you want to show asterisks (*) instead of the text",
|
|
58
|
+
"docSource": "upstream",
|
|
50
59
|
"parameters": [
|
|
51
60
|
{
|
|
52
61
|
"name": "box_node_or_string",
|
|
@@ -86,8 +95,9 @@
|
|
|
86
95
|
{
|
|
87
96
|
"type": "FUNCTION",
|
|
88
97
|
"name": "unregister",
|
|
89
|
-
"brief": "",
|
|
90
|
-
"description": "",
|
|
98
|
+
"brief": "Unregister a previously registered node or all nodes",
|
|
99
|
+
"description": "Unregister a previously registered node or all nodes\nregistered from the calling script",
|
|
100
|
+
"docSource": "upstream",
|
|
91
101
|
"parameters": [
|
|
92
102
|
{
|
|
93
103
|
"name": "node_or_string",
|
|
@@ -146,8 +156,8 @@
|
|
|
146
156
|
{
|
|
147
157
|
"type": "FUNCTION",
|
|
148
158
|
"name": "text",
|
|
149
|
-
"brief": "",
|
|
150
|
-
"description": "",
|
|
159
|
+
"brief": "Get a registered textbox's text, or set it first when `text` is given.",
|
|
160
|
+
"description": "Get a registered textbox's text, or set it first when `text` is given.\nReturns the text the box holds after the call.",
|
|
151
161
|
"parameters": [
|
|
152
162
|
{
|
|
153
163
|
"name": "node_or_string",
|
|
@@ -179,8 +189,9 @@
|
|
|
179
189
|
{
|
|
180
190
|
"type": "FUNCTION",
|
|
181
191
|
"name": "on_input",
|
|
182
|
-
"brief": "",
|
|
183
|
-
"description": "",
|
|
192
|
+
"brief": "Forward on_input calls to this function to detect input",
|
|
193
|
+
"description": "Forward on_input calls to this function to detect input\nfor registered nodes",
|
|
194
|
+
"docSource": "upstream",
|
|
184
195
|
"parameters": [
|
|
185
196
|
{
|
|
186
197
|
"name": "action_id",
|