@defold-typescript/library-types 0.18.1

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.
Files changed (101) hide show
  1. package/NOTICE +52 -0
  2. package/README.md +78 -0
  3. package/api-doc/boom.boom.json +26 -0
  4. package/api-doc/bridge.bridge.json +1653 -0
  5. package/api-doc/bzAnim.bzLibrary.json +156 -0
  6. package/api-doc/defcon.console.json +109 -0
  7. package/api-doc/defmath.defmath.json +1381 -0
  8. package/api-doc/defsave.defsave.json +175 -0
  9. package/api-doc/deftest.deftest.json +71 -0
  10. package/api-doc/dicebag.dicebag.json +323 -0
  11. package/api-doc/event.event.json +238 -0
  12. package/api-doc/gooey.gooey.json +963 -0
  13. package/api-doc/immutable.immutable.json +63 -0
  14. package/api-doc/in.accelerometer.json +281 -0
  15. package/api-doc/in.button.json +148 -0
  16. package/api-doc/in.cursor.json +203 -0
  17. package/api-doc/in.gesture.json +206 -0
  18. package/api-doc/in.keyboard.json +45 -0
  19. package/api-doc/in.mapper.json +141 -0
  20. package/api-doc/in.onscreen.json +265 -0
  21. package/api-doc/in.state.json +195 -0
  22. package/api-doc/in.textbox.json +213 -0
  23. package/api-doc/in.triggers.json +1260 -0
  24. package/api-doc/lang.lang.json +411 -0
  25. package/api-doc/log.log.json +50 -0
  26. package/api-doc/metrics.fps.json +88 -0
  27. package/api-doc/metrics.mem.json +80 -0
  28. package/api-doc/monarch.monarch.json +1065 -0
  29. package/api-doc/monarch.transitions.easings.json +206 -0
  30. package/api-doc/monarch.transitions.gui.json +445 -0
  31. package/api-doc/nakama.engine.defold.json +165 -0
  32. package/api-doc/nakama.nakama.json +6574 -0
  33. package/api-doc/nakama.util.log.json +25 -0
  34. package/api-doc/narrator.narrator.json +150 -0
  35. package/api-doc/orthographic.camera.json +1019 -0
  36. package/api-doc/persist.persist.json +142 -0
  37. package/api-doc/platypus.platypus.json +631 -0
  38. package/api-doc/proto.proto.json +355 -0
  39. package/api-doc/rendy.rendy.json +408 -0
  40. package/api-doc/richtext.color.json +219 -0
  41. package/api-doc/richtext.richtext.json +382 -0
  42. package/api-doc/richtext.tags.json +67 -0
  43. package/api-doc/saver.saver.json +553 -0
  44. package/api-doc/saver.storage.json +174 -0
  45. package/api-doc/squid.squid.json +660 -0
  46. package/api-doc/starly.starly.json +488 -0
  47. package/api-doc/tweener.tweener.json +419 -0
  48. package/api-doc/yagames.yagames.json +1465 -0
  49. package/api-doc/zzfx.api.json +85 -0
  50. package/generated/boom.boom.d.ts +1585 -0
  51. package/generated/bridge.bridge.d.ts +533 -0
  52. package/generated/bzAnim.bzLibrary.d.ts +93 -0
  53. package/generated/defcon.console.d.ts +24 -0
  54. package/generated/defmath.defmath.d.ts +194 -0
  55. package/generated/defsave.defsave.d.ts +31 -0
  56. package/generated/deftest.deftest.d.ts +47 -0
  57. package/generated/dicebag.dicebag.d.ts +90 -0
  58. package/generated/event.event.d.ts +54 -0
  59. package/generated/gooey.gooey.d.ts +261 -0
  60. package/generated/immutable.immutable.d.ts +13 -0
  61. package/generated/in.accelerometer.d.ts +37 -0
  62. package/generated/in.button.d.ts +20 -0
  63. package/generated/in.cursor.d.ts +33 -0
  64. package/generated/in.gesture.d.ts +64 -0
  65. package/generated/in.keyboard.d.ts +18 -0
  66. package/generated/in.mapper.d.ts +23 -0
  67. package/generated/in.onscreen.d.ts +58 -0
  68. package/generated/in.state.d.ts +34 -0
  69. package/generated/in.textbox.d.ts +26 -0
  70. package/generated/in.triggers.d.ts +180 -0
  71. package/generated/lang.lang.d.ts +33 -0
  72. package/generated/log.log.d.ts +40 -0
  73. package/generated/metrics.fps.d.ts +16 -0
  74. package/generated/metrics.mem.d.ts +16 -0
  75. package/generated/monarch.monarch.d.ts +412 -0
  76. package/generated/monarch.transitions.easings.d.ts +65 -0
  77. package/generated/monarch.transitions.gui.d.ts +197 -0
  78. package/generated/nakama.engine.defold.d.ts +24 -0
  79. package/generated/nakama.nakama.d.ts +594 -0
  80. package/generated/nakama.util.log.d.ts +10 -0
  81. package/generated/narrator.narrator.d.ts +66 -0
  82. package/generated/orthographic.camera.d.ts +308 -0
  83. package/generated/persist.persist.d.ts +34 -0
  84. package/generated/platypus.platypus.d.ts +76 -0
  85. package/generated/proto.proto.d.ts +36 -0
  86. package/generated/rendy.rendy.d.ts +184 -0
  87. package/generated/richtext.color.d.ts +33 -0
  88. package/generated/richtext.richtext.d.ts +126 -0
  89. package/generated/richtext.tags.d.ts +12 -0
  90. package/generated/saver.saver.d.ts +44 -0
  91. package/generated/saver.storage.d.ts +16 -0
  92. package/generated/squid.squid.d.ts +106 -0
  93. package/generated/starly.starly.d.ts +148 -0
  94. package/generated/tweener.tweener.d.ts +151 -0
  95. package/generated/yagames.yagames.d.ts +279 -0
  96. package/generated/zzfx.api.d.ts +20 -0
  97. package/library-classification.json +726 -0
  98. package/library-targets.json +291 -0
  99. package/package.json +180 -0
  100. package/scripts/extract-api-doc.ts +418 -0
  101. package/scripts/sync-library-types.ts +542 -0
@@ -0,0 +1,419 @@
1
+ {
2
+ "info": {
3
+ "namespace": "tweener.tweener",
4
+ "brief": "Timer Based Defold Tween Library",
5
+ "description": "Timer Based Defold Tween Library"
6
+ },
7
+ "elements": [
8
+ {
9
+ "type": "TYPEDEF",
10
+ "name": "TweenFunc"
11
+ },
12
+ {
13
+ "type": "TYPEDEF",
14
+ "name": "AnyTweenFunc"
15
+ },
16
+ {
17
+ "type": "VARIABLE",
18
+ "name": "insine",
19
+ "types": [
20
+ "TweenFunc"
21
+ ]
22
+ },
23
+ {
24
+ "type": "VARIABLE",
25
+ "name": "inquad",
26
+ "types": [
27
+ "TweenFunc"
28
+ ]
29
+ },
30
+ {
31
+ "type": "VARIABLE",
32
+ "name": "incubic",
33
+ "types": [
34
+ "TweenFunc"
35
+ ]
36
+ },
37
+ {
38
+ "type": "VARIABLE",
39
+ "name": "incirc",
40
+ "types": [
41
+ "TweenFunc"
42
+ ]
43
+ },
44
+ {
45
+ "type": "VARIABLE",
46
+ "name": "inquart",
47
+ "types": [
48
+ "TweenFunc"
49
+ ]
50
+ },
51
+ {
52
+ "type": "VARIABLE",
53
+ "name": "inquint",
54
+ "types": [
55
+ "TweenFunc"
56
+ ]
57
+ },
58
+ {
59
+ "type": "VARIABLE",
60
+ "name": "inexpo",
61
+ "types": [
62
+ "TweenFunc"
63
+ ]
64
+ },
65
+ {
66
+ "type": "VARIABLE",
67
+ "name": "inback",
68
+ "types": [
69
+ "TweenFunc"
70
+ ]
71
+ },
72
+ {
73
+ "type": "VARIABLE",
74
+ "name": "inelastic",
75
+ "types": [
76
+ "TweenFunc"
77
+ ]
78
+ },
79
+ {
80
+ "type": "VARIABLE",
81
+ "name": "inbounce",
82
+ "types": [
83
+ "TweenFunc"
84
+ ]
85
+ },
86
+ {
87
+ "type": "VARIABLE",
88
+ "name": "outsine",
89
+ "types": [
90
+ "TweenFunc"
91
+ ]
92
+ },
93
+ {
94
+ "type": "VARIABLE",
95
+ "name": "outquad",
96
+ "types": [
97
+ "TweenFunc"
98
+ ]
99
+ },
100
+ {
101
+ "type": "VARIABLE",
102
+ "name": "outcubic",
103
+ "types": [
104
+ "TweenFunc"
105
+ ]
106
+ },
107
+ {
108
+ "type": "VARIABLE",
109
+ "name": "outcirc",
110
+ "types": [
111
+ "TweenFunc"
112
+ ]
113
+ },
114
+ {
115
+ "type": "VARIABLE",
116
+ "name": "outquart",
117
+ "types": [
118
+ "TweenFunc"
119
+ ]
120
+ },
121
+ {
122
+ "type": "VARIABLE",
123
+ "name": "outquint",
124
+ "types": [
125
+ "TweenFunc"
126
+ ]
127
+ },
128
+ {
129
+ "type": "VARIABLE",
130
+ "name": "outexpo",
131
+ "types": [
132
+ "TweenFunc"
133
+ ]
134
+ },
135
+ {
136
+ "type": "VARIABLE",
137
+ "name": "outback",
138
+ "types": [
139
+ "TweenFunc"
140
+ ]
141
+ },
142
+ {
143
+ "type": "VARIABLE",
144
+ "name": "outelastic",
145
+ "types": [
146
+ "TweenFunc"
147
+ ]
148
+ },
149
+ {
150
+ "type": "VARIABLE",
151
+ "name": "outbounce",
152
+ "types": [
153
+ "TweenFunc"
154
+ ]
155
+ },
156
+ {
157
+ "type": "VARIABLE",
158
+ "name": "inoutsine",
159
+ "types": [
160
+ "TweenFunc"
161
+ ]
162
+ },
163
+ {
164
+ "type": "VARIABLE",
165
+ "name": "inoutquad",
166
+ "types": [
167
+ "TweenFunc"
168
+ ]
169
+ },
170
+ {
171
+ "type": "VARIABLE",
172
+ "name": "inoutcubic",
173
+ "types": [
174
+ "TweenFunc"
175
+ ]
176
+ },
177
+ {
178
+ "type": "VARIABLE",
179
+ "name": "inoutcirc",
180
+ "types": [
181
+ "TweenFunc"
182
+ ]
183
+ },
184
+ {
185
+ "type": "VARIABLE",
186
+ "name": "inoutquart",
187
+ "types": [
188
+ "TweenFunc"
189
+ ]
190
+ },
191
+ {
192
+ "type": "VARIABLE",
193
+ "name": "inoutquint",
194
+ "types": [
195
+ "TweenFunc"
196
+ ]
197
+ },
198
+ {
199
+ "type": "VARIABLE",
200
+ "name": "inoutexpo",
201
+ "types": [
202
+ "TweenFunc"
203
+ ]
204
+ },
205
+ {
206
+ "type": "VARIABLE",
207
+ "name": "inoutback",
208
+ "types": [
209
+ "TweenFunc"
210
+ ]
211
+ },
212
+ {
213
+ "type": "VARIABLE",
214
+ "name": "inoutelastic",
215
+ "types": [
216
+ "TweenFunc"
217
+ ]
218
+ },
219
+ {
220
+ "type": "VARIABLE",
221
+ "name": "inoutbounce",
222
+ "types": [
223
+ "TweenFunc"
224
+ ]
225
+ },
226
+ {
227
+ "type": "VARIABLE",
228
+ "name": "outinsine",
229
+ "types": [
230
+ "TweenFunc"
231
+ ]
232
+ },
233
+ {
234
+ "type": "VARIABLE",
235
+ "name": "outinquad",
236
+ "types": [
237
+ "TweenFunc"
238
+ ]
239
+ },
240
+ {
241
+ "type": "VARIABLE",
242
+ "name": "outincubic",
243
+ "types": [
244
+ "TweenFunc"
245
+ ]
246
+ },
247
+ {
248
+ "type": "VARIABLE",
249
+ "name": "outincirc",
250
+ "types": [
251
+ "TweenFunc"
252
+ ]
253
+ },
254
+ {
255
+ "type": "VARIABLE",
256
+ "name": "outinquart",
257
+ "types": [
258
+ "TweenFunc"
259
+ ]
260
+ },
261
+ {
262
+ "type": "VARIABLE",
263
+ "name": "outinquint",
264
+ "types": [
265
+ "TweenFunc"
266
+ ]
267
+ },
268
+ {
269
+ "type": "VARIABLE",
270
+ "name": "outinexpo",
271
+ "types": [
272
+ "TweenFunc"
273
+ ]
274
+ },
275
+ {
276
+ "type": "VARIABLE",
277
+ "name": "outinback",
278
+ "types": [
279
+ "TweenFunc"
280
+ ]
281
+ },
282
+ {
283
+ "type": "VARIABLE",
284
+ "name": "outinelastic",
285
+ "types": [
286
+ "TweenFunc"
287
+ ]
288
+ },
289
+ {
290
+ "type": "VARIABLE",
291
+ "name": "outinbounce",
292
+ "types": [
293
+ "TweenFunc"
294
+ ]
295
+ },
296
+ {
297
+ "type": "FUNCTION",
298
+ "name": "tween",
299
+ "brief": "",
300
+ "description": "",
301
+ "parameters": [
302
+ {
303
+ "name": "tween_function",
304
+ "doc": "",
305
+ "types": [
306
+ "AnyTweenFunc"
307
+ ],
308
+ "is_optional": "False"
309
+ },
310
+ {
311
+ "name": "from",
312
+ "doc": "",
313
+ "types": [
314
+ "number"
315
+ ],
316
+ "is_optional": "False"
317
+ },
318
+ {
319
+ "name": "to",
320
+ "doc": "",
321
+ "types": [
322
+ "number"
323
+ ],
324
+ "is_optional": "False"
325
+ },
326
+ {
327
+ "name": "time",
328
+ "doc": "",
329
+ "types": [
330
+ "number"
331
+ ],
332
+ "is_optional": "False"
333
+ },
334
+ {
335
+ "name": "callback",
336
+ "doc": "",
337
+ "types": [
338
+ "(value: number, is_final_call: boolean) => void"
339
+ ],
340
+ "is_optional": "False"
341
+ },
342
+ {
343
+ "name": "dt",
344
+ "doc": "",
345
+ "types": [
346
+ "number"
347
+ ],
348
+ "is_optional": "True"
349
+ }
350
+ ],
351
+ "returnvalues": [
352
+ {
353
+ "name": "",
354
+ "doc": "",
355
+ "types": [
356
+ "Hash"
357
+ ]
358
+ }
359
+ ]
360
+ },
361
+ {
362
+ "type": "FUNCTION",
363
+ "name": "ease",
364
+ "brief": "",
365
+ "description": "",
366
+ "parameters": [
367
+ {
368
+ "name": "tween_function",
369
+ "doc": "",
370
+ "types": [
371
+ "AnyTweenFunc"
372
+ ],
373
+ "is_optional": "False"
374
+ },
375
+ {
376
+ "name": "from",
377
+ "doc": "",
378
+ "types": [
379
+ "number"
380
+ ],
381
+ "is_optional": "False"
382
+ },
383
+ {
384
+ "name": "to",
385
+ "doc": "",
386
+ "types": [
387
+ "number"
388
+ ],
389
+ "is_optional": "False"
390
+ },
391
+ {
392
+ "name": "time",
393
+ "doc": "",
394
+ "types": [
395
+ "number"
396
+ ],
397
+ "is_optional": "False"
398
+ },
399
+ {
400
+ "name": "time_elapsed",
401
+ "doc": "",
402
+ "types": [
403
+ "number"
404
+ ],
405
+ "is_optional": "False"
406
+ }
407
+ ],
408
+ "returnvalues": [
409
+ {
410
+ "name": "",
411
+ "doc": "",
412
+ "types": [
413
+ "number"
414
+ ]
415
+ }
416
+ ]
417
+ }
418
+ ]
419
+ }