@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.
Files changed (120) hide show
  1. package/api-doc/boom.json +3870 -0
  2. package/api-doc/bridge.json +10 -5
  3. package/api-doc/bzAnim.json +338 -0
  4. package/api-doc/decore.json +1 -1
  5. package/api-doc/defcon.json +150 -0
  6. package/api-doc/{defmath.defmath.json → defmath.json} +6 -46
  7. package/api-doc/defsave.json +518 -0
  8. package/api-doc/deftest.json +741 -0
  9. package/api-doc/{dicebag.dicebag.json → dicebag.json} +19 -1
  10. package/api-doc/druid.json +90 -92
  11. package/api-doc/event.json +16 -16
  12. package/api-doc/gooey.json +2050 -0
  13. package/api-doc/in.accelerometer.json +75 -1
  14. package/api-doc/in.button.json +17 -10
  15. package/api-doc/in.cursor.json +26 -0
  16. package/api-doc/in.gesture.json +401 -6
  17. package/api-doc/in.keyboard.json +2 -0
  18. package/api-doc/in.mapper.json +12 -8
  19. package/api-doc/in.onscreen.json +61 -5
  20. package/api-doc/in.state.json +61 -13
  21. package/api-doc/in.textbox.json +23 -12
  22. package/api-doc/in.triggers.json +336 -0
  23. package/api-doc/lang.json +5 -5
  24. package/api-doc/log.json +1 -1
  25. package/api-doc/metrics.fps.json +61 -2
  26. package/api-doc/metrics.mem.json +61 -2
  27. package/api-doc/monarch.monarch.json +249 -7
  28. package/api-doc/monarch.transitions.easings.json +19 -26
  29. package/api-doc/monarch.transitions.gui.json +782 -79
  30. package/api-doc/nakama.engine.defold.json +31 -18
  31. package/api-doc/{nakama.nakama.json → nakama.json} +4752 -2554
  32. package/api-doc/nakama.util.log.json +32 -4
  33. package/api-doc/narrator.json +1 -1
  34. package/api-doc/openapi/nakama.nakama.json +7680 -0
  35. package/api-doc/orthographic.camera.json +96 -98
  36. package/api-doc/orthographic.json +602 -0
  37. package/api-doc/panthera.json +1183 -0
  38. package/api-doc/{persist.persist.json → persist.json} +26 -1
  39. package/api-doc/{platypus.platypus.json → platypus.json} +68 -14
  40. package/api-doc/{rendy.rendy.json → rendy.json} +46 -99
  41. package/api-doc/richtext.color.json +77 -0
  42. package/api-doc/richtext.richtext.json +375 -5
  43. package/api-doc/saver.saver.json +2 -1
  44. package/api-doc/saver.storage.json +2 -1
  45. package/api-doc/{starly.starly.json → starly.json} +1 -1
  46. package/api-doc/{yagames.yagames.json → yagames.json} +784 -189
  47. package/api-doc/{zzfx.api.json → zzfx.json} +9 -9
  48. package/authored-targets.json +403 -0
  49. package/generated/{boom.boom.d.ts → boom.d.ts} +14 -0
  50. package/generated/bridge.d.ts +5 -5
  51. package/generated/{bzAnim.bzLibrary.d.ts → bzAnim.d.ts} +6 -0
  52. package/generated/decore.d.ts +1 -1
  53. package/generated/defcon.d.ts +43 -0
  54. package/generated/{defmath.defmath.d.ts → defmath.d.ts} +3 -2
  55. package/generated/defsave.d.ts +144 -0
  56. package/generated/{dicebag.dicebag.d.ts → dicebag.d.ts} +25 -0
  57. package/generated/druid.d.ts +81 -79
  58. package/generated/event.d.ts +15 -15
  59. package/generated/{gooey.gooey.d.ts → gooey.d.ts} +61 -6
  60. package/generated/in.onscreen.d.ts +5 -0
  61. package/generated/in.textbox.d.ts +4 -0
  62. package/generated/lang.d.ts +5 -5
  63. package/generated/log.d.ts +1 -1
  64. package/generated/metrics.fps.d.ts +19 -1
  65. package/generated/metrics.mem.d.ts +19 -1
  66. package/generated/monarch.monarch.d.ts +44 -1
  67. package/generated/monarch.transitions.easings.d.ts +0 -1
  68. package/generated/monarch.transitions.gui.d.ts +96 -12
  69. package/generated/nakama.d.ts +1158 -0
  70. package/generated/nakama.engine.defold.d.ts +3 -1
  71. package/generated/nakama.util.log.d.ts +6 -0
  72. package/generated/narrator.d.ts +1 -1
  73. package/generated/openapi/nakama.nakama.d.ts +884 -0
  74. package/generated/orthographic.camera.d.ts +24 -38
  75. package/generated/orthographic.d.ts +155 -0
  76. package/generated/panthera.d.ts +170 -0
  77. package/generated/{persist.persist.d.ts → persist.d.ts} +3 -0
  78. package/generated/{platypus.platypus.d.ts → platypus.d.ts} +9 -0
  79. package/generated/{rendy.rendy.d.ts → rendy.d.ts} +33 -80
  80. package/generated/richtext.color.d.ts +15 -0
  81. package/generated/saver.saver.d.ts +2 -0
  82. package/generated/saver.storage.d.ts +2 -0
  83. package/generated/{yagames.yagames.d.ts → yagames.d.ts} +151 -29
  84. package/generated/{zzfx.api.d.ts → zzfx.d.ts} +7 -0
  85. package/library-classification.json +0 -156
  86. package/library-targets.json +1 -218
  87. package/luals-targets.json +56 -3
  88. package/openapi-targets.json +17 -0
  89. package/package.json +7 -57
  90. package/scripts/__snapshots__/parse-luals.test.ts.snap +164 -10
  91. package/scripts/apply-luals-overrides.ts +39 -7
  92. package/scripts/authored-parity.ts +718 -0
  93. package/scripts/emit-library-dts.ts +94 -17
  94. package/scripts/extract-api-doc.ts +189 -38
  95. package/scripts/fidelity-floor.ts +178 -0
  96. package/scripts/import-upstream-docs.ts +125 -0
  97. package/scripts/lower-api-doc.ts +21 -3
  98. package/scripts/luals-fidelity.ts +16 -11
  99. package/scripts/map-luals-types.ts +52 -21
  100. package/scripts/parse-lua-surface.ts +187 -0
  101. package/scripts/parse-luals.ts +50 -4
  102. package/scripts/parse-markdown-api.ts +247 -0
  103. package/scripts/parse-openapi-api.ts +313 -0
  104. package/scripts/sync-authored-types.ts +249 -0
  105. package/scripts/sync-library-types.ts +99 -3
  106. package/scripts/sync-luals-types.ts +14 -1
  107. package/scripts/sync-markdown-types.ts +761 -0
  108. package/scripts/sync-openapi-types.ts +308 -0
  109. package/scripts/sync-script-api-types.ts +16 -17
  110. package/api-doc/boom.boom.json +0 -26
  111. package/api-doc/bzAnim.bzLibrary.json +0 -156
  112. package/api-doc/defcon.console.json +0 -109
  113. package/api-doc/defsave.defsave.json +0 -175
  114. package/api-doc/deftest.deftest.json +0 -71
  115. package/api-doc/gooey.gooey.json +0 -963
  116. package/generated/defcon.console.d.ts +0 -24
  117. package/generated/defsave.defsave.d.ts +0 -31
  118. package/generated/nakama.nakama.d.ts +0 -594
  119. /package/generated/{deftest.deftest.d.ts → deftest.d.ts} +0 -0
  120. /package/generated/{starly.starly.d.ts → starly.d.ts} +0 -0
@@ -8,6 +8,8 @@
8
8
  {
9
9
  "type": "VARIABLE",
10
10
  "name": "KEY_SPACE",
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": "KEY_EXCLAIM",
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": "KEY_QUOTEDBL",
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": "KEY_HASH",
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": "KEY_DOLLAR",
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": "KEY_AMPERSAND",
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": "KEY_QUOTE",
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": "KEY_LPAREN",
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": "KEY_RPAREN",
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": "KEY_ASTERISK",
92
+ "brief": "",
93
+ "description": "",
74
94
  "types": [
75
95
  "Hash"
76
96
  ]
@@ -78,6 +98,8 @@
78
98
  {
79
99
  "type": "VARIABLE",
80
100
  "name": "KEY_PLUS",
101
+ "brief": "",
102
+ "description": "",
81
103
  "types": [
82
104
  "Hash"
83
105
  ]
@@ -85,6 +107,8 @@
85
107
  {
86
108
  "type": "VARIABLE",
87
109
  "name": "KEY_COMMA",
110
+ "brief": "",
111
+ "description": "",
88
112
  "types": [
89
113
  "Hash"
90
114
  ]
@@ -92,6 +116,8 @@
92
116
  {
93
117
  "type": "VARIABLE",
94
118
  "name": "KEY_MINUS",
119
+ "brief": "",
120
+ "description": "",
95
121
  "types": [
96
122
  "Hash"
97
123
  ]
@@ -99,6 +125,8 @@
99
125
  {
100
126
  "type": "VARIABLE",
101
127
  "name": "KEY_PERIOD",
128
+ "brief": "",
129
+ "description": "",
102
130
  "types": [
103
131
  "Hash"
104
132
  ]
@@ -106,6 +134,8 @@
106
134
  {
107
135
  "type": "VARIABLE",
108
136
  "name": "KEY_SLASH",
137
+ "brief": "",
138
+ "description": "",
109
139
  "types": [
110
140
  "Hash"
111
141
  ]
@@ -113,6 +143,8 @@
113
143
  {
114
144
  "type": "VARIABLE",
115
145
  "name": "KEY_0",
146
+ "brief": "",
147
+ "description": "",
116
148
  "types": [
117
149
  "Hash"
118
150
  ]
@@ -120,6 +152,8 @@
120
152
  {
121
153
  "type": "VARIABLE",
122
154
  "name": "KEY_1",
155
+ "brief": "",
156
+ "description": "",
123
157
  "types": [
124
158
  "Hash"
125
159
  ]
@@ -127,6 +161,8 @@
127
161
  {
128
162
  "type": "VARIABLE",
129
163
  "name": "KEY_2",
164
+ "brief": "",
165
+ "description": "",
130
166
  "types": [
131
167
  "Hash"
132
168
  ]
@@ -134,6 +170,8 @@
134
170
  {
135
171
  "type": "VARIABLE",
136
172
  "name": "KEY_3",
173
+ "brief": "",
174
+ "description": "",
137
175
  "types": [
138
176
  "Hash"
139
177
  ]
@@ -141,6 +179,8 @@
141
179
  {
142
180
  "type": "VARIABLE",
143
181
  "name": "KEY_4",
182
+ "brief": "",
183
+ "description": "",
144
184
  "types": [
145
185
  "Hash"
146
186
  ]
@@ -148,6 +188,8 @@
148
188
  {
149
189
  "type": "VARIABLE",
150
190
  "name": "KEY_5",
191
+ "brief": "",
192
+ "description": "",
151
193
  "types": [
152
194
  "Hash"
153
195
  ]
@@ -155,6 +197,8 @@
155
197
  {
156
198
  "type": "VARIABLE",
157
199
  "name": "KEY_6",
200
+ "brief": "",
201
+ "description": "",
158
202
  "types": [
159
203
  "Hash"
160
204
  ]
@@ -162,6 +206,8 @@
162
206
  {
163
207
  "type": "VARIABLE",
164
208
  "name": "KEY_7",
209
+ "brief": "",
210
+ "description": "",
165
211
  "types": [
166
212
  "Hash"
167
213
  ]
@@ -169,6 +215,8 @@
169
215
  {
170
216
  "type": "VARIABLE",
171
217
  "name": "KEY_8",
218
+ "brief": "",
219
+ "description": "",
172
220
  "types": [
173
221
  "Hash"
174
222
  ]
@@ -176,6 +224,8 @@
176
224
  {
177
225
  "type": "VARIABLE",
178
226
  "name": "KEY_9",
227
+ "brief": "",
228
+ "description": "",
179
229
  "types": [
180
230
  "Hash"
181
231
  ]
@@ -183,6 +233,8 @@
183
233
  {
184
234
  "type": "VARIABLE",
185
235
  "name": "KEY_COLON",
236
+ "brief": "",
237
+ "description": "",
186
238
  "types": [
187
239
  "Hash"
188
240
  ]
@@ -190,6 +242,8 @@
190
242
  {
191
243
  "type": "VARIABLE",
192
244
  "name": "KEY_SEMICOLON",
245
+ "brief": "",
246
+ "description": "",
193
247
  "types": [
194
248
  "Hash"
195
249
  ]
@@ -197,6 +251,8 @@
197
251
  {
198
252
  "type": "VARIABLE",
199
253
  "name": "KEY_LESS",
254
+ "brief": "",
255
+ "description": "",
200
256
  "types": [
201
257
  "Hash"
202
258
  ]
@@ -204,6 +260,8 @@
204
260
  {
205
261
  "type": "VARIABLE",
206
262
  "name": "KEY_EQUALS",
263
+ "brief": "",
264
+ "description": "",
207
265
  "types": [
208
266
  "Hash"
209
267
  ]
@@ -211,6 +269,8 @@
211
269
  {
212
270
  "type": "VARIABLE",
213
271
  "name": "KEY_GREATER",
272
+ "brief": "",
273
+ "description": "",
214
274
  "types": [
215
275
  "Hash"
216
276
  ]
@@ -218,6 +278,8 @@
218
278
  {
219
279
  "type": "VARIABLE",
220
280
  "name": "KEY_QUESTION",
281
+ "brief": "",
282
+ "description": "",
221
283
  "types": [
222
284
  "Hash"
223
285
  ]
@@ -225,6 +287,8 @@
225
287
  {
226
288
  "type": "VARIABLE",
227
289
  "name": "KEY_AT",
290
+ "brief": "",
291
+ "description": "",
228
292
  "types": [
229
293
  "Hash"
230
294
  ]
@@ -232,6 +296,8 @@
232
296
  {
233
297
  "type": "VARIABLE",
234
298
  "name": "KEY_A",
299
+ "brief": "",
300
+ "description": "",
235
301
  "types": [
236
302
  "Hash"
237
303
  ]
@@ -239,6 +305,8 @@
239
305
  {
240
306
  "type": "VARIABLE",
241
307
  "name": "KEY_B",
308
+ "brief": "",
309
+ "description": "",
242
310
  "types": [
243
311
  "Hash"
244
312
  ]
@@ -246,6 +314,8 @@
246
314
  {
247
315
  "type": "VARIABLE",
248
316
  "name": "KEY_C",
317
+ "brief": "",
318
+ "description": "",
249
319
  "types": [
250
320
  "Hash"
251
321
  ]
@@ -253,6 +323,8 @@
253
323
  {
254
324
  "type": "VARIABLE",
255
325
  "name": "KEY_D",
326
+ "brief": "",
327
+ "description": "",
256
328
  "types": [
257
329
  "Hash"
258
330
  ]
@@ -260,6 +332,8 @@
260
332
  {
261
333
  "type": "VARIABLE",
262
334
  "name": "KEY_E",
335
+ "brief": "",
336
+ "description": "",
263
337
  "types": [
264
338
  "Hash"
265
339
  ]
@@ -267,6 +341,8 @@
267
341
  {
268
342
  "type": "VARIABLE",
269
343
  "name": "KEY_F",
344
+ "brief": "",
345
+ "description": "",
270
346
  "types": [
271
347
  "Hash"
272
348
  ]
@@ -274,6 +350,8 @@
274
350
  {
275
351
  "type": "VARIABLE",
276
352
  "name": "KEY_G",
353
+ "brief": "",
354
+ "description": "",
277
355
  "types": [
278
356
  "Hash"
279
357
  ]
@@ -281,6 +359,8 @@
281
359
  {
282
360
  "type": "VARIABLE",
283
361
  "name": "KEY_H",
362
+ "brief": "",
363
+ "description": "",
284
364
  "types": [
285
365
  "Hash"
286
366
  ]
@@ -288,6 +368,8 @@
288
368
  {
289
369
  "type": "VARIABLE",
290
370
  "name": "KEY_I",
371
+ "brief": "",
372
+ "description": "",
291
373
  "types": [
292
374
  "Hash"
293
375
  ]
@@ -295,6 +377,8 @@
295
377
  {
296
378
  "type": "VARIABLE",
297
379
  "name": "KEY_J",
380
+ "brief": "",
381
+ "description": "",
298
382
  "types": [
299
383
  "Hash"
300
384
  ]
@@ -302,6 +386,8 @@
302
386
  {
303
387
  "type": "VARIABLE",
304
388
  "name": "KEY_K",
389
+ "brief": "",
390
+ "description": "",
305
391
  "types": [
306
392
  "Hash"
307
393
  ]
@@ -309,6 +395,8 @@
309
395
  {
310
396
  "type": "VARIABLE",
311
397
  "name": "KEY_L",
398
+ "brief": "",
399
+ "description": "",
312
400
  "types": [
313
401
  "Hash"
314
402
  ]
@@ -316,6 +404,8 @@
316
404
  {
317
405
  "type": "VARIABLE",
318
406
  "name": "KEY_M",
407
+ "brief": "",
408
+ "description": "",
319
409
  "types": [
320
410
  "Hash"
321
411
  ]
@@ -323,6 +413,8 @@
323
413
  {
324
414
  "type": "VARIABLE",
325
415
  "name": "KEY_N",
416
+ "brief": "",
417
+ "description": "",
326
418
  "types": [
327
419
  "Hash"
328
420
  ]
@@ -330,6 +422,8 @@
330
422
  {
331
423
  "type": "VARIABLE",
332
424
  "name": "KEY_O",
425
+ "brief": "",
426
+ "description": "",
333
427
  "types": [
334
428
  "Hash"
335
429
  ]
@@ -337,6 +431,8 @@
337
431
  {
338
432
  "type": "VARIABLE",
339
433
  "name": "KEY_P",
434
+ "brief": "",
435
+ "description": "",
340
436
  "types": [
341
437
  "Hash"
342
438
  ]
@@ -344,6 +440,8 @@
344
440
  {
345
441
  "type": "VARIABLE",
346
442
  "name": "KEY_Q",
443
+ "brief": "",
444
+ "description": "",
347
445
  "types": [
348
446
  "Hash"
349
447
  ]
@@ -351,6 +449,8 @@
351
449
  {
352
450
  "type": "VARIABLE",
353
451
  "name": "KEY_R",
452
+ "brief": "",
453
+ "description": "",
354
454
  "types": [
355
455
  "Hash"
356
456
  ]
@@ -358,6 +458,8 @@
358
458
  {
359
459
  "type": "VARIABLE",
360
460
  "name": "KEY_S",
461
+ "brief": "",
462
+ "description": "",
361
463
  "types": [
362
464
  "Hash"
363
465
  ]
@@ -365,6 +467,8 @@
365
467
  {
366
468
  "type": "VARIABLE",
367
469
  "name": "KEY_T",
470
+ "brief": "",
471
+ "description": "",
368
472
  "types": [
369
473
  "Hash"
370
474
  ]
@@ -372,6 +476,8 @@
372
476
  {
373
477
  "type": "VARIABLE",
374
478
  "name": "KEY_U",
479
+ "brief": "",
480
+ "description": "",
375
481
  "types": [
376
482
  "Hash"
377
483
  ]
@@ -379,6 +485,8 @@
379
485
  {
380
486
  "type": "VARIABLE",
381
487
  "name": "KEY_V",
488
+ "brief": "",
489
+ "description": "",
382
490
  "types": [
383
491
  "Hash"
384
492
  ]
@@ -386,6 +494,8 @@
386
494
  {
387
495
  "type": "VARIABLE",
388
496
  "name": "KEY_W",
497
+ "brief": "",
498
+ "description": "",
389
499
  "types": [
390
500
  "Hash"
391
501
  ]
@@ -393,6 +503,8 @@
393
503
  {
394
504
  "type": "VARIABLE",
395
505
  "name": "KEY_X",
506
+ "brief": "",
507
+ "description": "",
396
508
  "types": [
397
509
  "Hash"
398
510
  ]
@@ -400,6 +512,8 @@
400
512
  {
401
513
  "type": "VARIABLE",
402
514
  "name": "KEY_Y",
515
+ "brief": "",
516
+ "description": "",
403
517
  "types": [
404
518
  "Hash"
405
519
  ]
@@ -407,6 +521,8 @@
407
521
  {
408
522
  "type": "VARIABLE",
409
523
  "name": "KEY_Z",
524
+ "brief": "",
525
+ "description": "",
410
526
  "types": [
411
527
  "Hash"
412
528
  ]
@@ -414,6 +530,8 @@
414
530
  {
415
531
  "type": "VARIABLE",
416
532
  "name": "KEY_LBRACKET",
533
+ "brief": "",
534
+ "description": "",
417
535
  "types": [
418
536
  "Hash"
419
537
  ]
@@ -421,6 +539,8 @@
421
539
  {
422
540
  "type": "VARIABLE",
423
541
  "name": "KEY_RBRACKET",
542
+ "brief": "",
543
+ "description": "",
424
544
  "types": [
425
545
  "Hash"
426
546
  ]
@@ -428,6 +548,8 @@
428
548
  {
429
549
  "type": "VARIABLE",
430
550
  "name": "KEY_BACKSLASH",
551
+ "brief": "",
552
+ "description": "",
431
553
  "types": [
432
554
  "Hash"
433
555
  ]
@@ -435,6 +557,8 @@
435
557
  {
436
558
  "type": "VARIABLE",
437
559
  "name": "KEY_CARET",
560
+ "brief": "",
561
+ "description": "",
438
562
  "types": [
439
563
  "Hash"
440
564
  ]
@@ -442,6 +566,8 @@
442
566
  {
443
567
  "type": "VARIABLE",
444
568
  "name": "KEY_UNDERSCORE",
569
+ "brief": "",
570
+ "description": "",
445
571
  "types": [
446
572
  "Hash"
447
573
  ]
@@ -449,6 +575,8 @@
449
575
  {
450
576
  "type": "VARIABLE",
451
577
  "name": "KEY_BACKQUOTE",
578
+ "brief": "",
579
+ "description": "",
452
580
  "types": [
453
581
  "Hash"
454
582
  ]
@@ -456,6 +584,8 @@
456
584
  {
457
585
  "type": "VARIABLE",
458
586
  "name": "KEY_LBRACE",
587
+ "brief": "",
588
+ "description": "",
459
589
  "types": [
460
590
  "Hash"
461
591
  ]
@@ -463,6 +593,8 @@
463
593
  {
464
594
  "type": "VARIABLE",
465
595
  "name": "KEY_RBRACE",
596
+ "brief": "",
597
+ "description": "",
466
598
  "types": [
467
599
  "Hash"
468
600
  ]
@@ -470,6 +602,8 @@
470
602
  {
471
603
  "type": "VARIABLE",
472
604
  "name": "KEY_PIPE",
605
+ "brief": "",
606
+ "description": "",
473
607
  "types": [
474
608
  "Hash"
475
609
  ]
@@ -477,6 +611,8 @@
477
611
  {
478
612
  "type": "VARIABLE",
479
613
  "name": "KEY_TILDE",
614
+ "brief": "",
615
+ "description": "",
480
616
  "types": [
481
617
  "Hash"
482
618
  ]
@@ -484,6 +620,8 @@
484
620
  {
485
621
  "type": "VARIABLE",
486
622
  "name": "KEY_ESC",
623
+ "brief": "",
624
+ "description": "",
487
625
  "types": [
488
626
  "Hash"
489
627
  ]
@@ -491,6 +629,8 @@
491
629
  {
492
630
  "type": "VARIABLE",
493
631
  "name": "KEY_F1",
632
+ "brief": "",
633
+ "description": "",
494
634
  "types": [
495
635
  "Hash"
496
636
  ]
@@ -498,6 +638,8 @@
498
638
  {
499
639
  "type": "VARIABLE",
500
640
  "name": "KEY_F2",
641
+ "brief": "",
642
+ "description": "",
501
643
  "types": [
502
644
  "Hash"
503
645
  ]
@@ -505,6 +647,8 @@
505
647
  {
506
648
  "type": "VARIABLE",
507
649
  "name": "KEY_F3",
650
+ "brief": "",
651
+ "description": "",
508
652
  "types": [
509
653
  "Hash"
510
654
  ]
@@ -512,6 +656,8 @@
512
656
  {
513
657
  "type": "VARIABLE",
514
658
  "name": "KEY_F4",
659
+ "brief": "",
660
+ "description": "",
515
661
  "types": [
516
662
  "Hash"
517
663
  ]
@@ -519,6 +665,8 @@
519
665
  {
520
666
  "type": "VARIABLE",
521
667
  "name": "KEY_F5",
668
+ "brief": "",
669
+ "description": "",
522
670
  "types": [
523
671
  "Hash"
524
672
  ]
@@ -526,6 +674,8 @@
526
674
  {
527
675
  "type": "VARIABLE",
528
676
  "name": "KEY_F6",
677
+ "brief": "",
678
+ "description": "",
529
679
  "types": [
530
680
  "Hash"
531
681
  ]
@@ -533,6 +683,8 @@
533
683
  {
534
684
  "type": "VARIABLE",
535
685
  "name": "KEY_F7",
686
+ "brief": "",
687
+ "description": "",
536
688
  "types": [
537
689
  "Hash"
538
690
  ]
@@ -540,6 +692,8 @@
540
692
  {
541
693
  "type": "VARIABLE",
542
694
  "name": "KEY_F8",
695
+ "brief": "",
696
+ "description": "",
543
697
  "types": [
544
698
  "Hash"
545
699
  ]
@@ -547,6 +701,8 @@
547
701
  {
548
702
  "type": "VARIABLE",
549
703
  "name": "KEY_F9",
704
+ "brief": "",
705
+ "description": "",
550
706
  "types": [
551
707
  "Hash"
552
708
  ]
@@ -554,6 +710,8 @@
554
710
  {
555
711
  "type": "VARIABLE",
556
712
  "name": "KEY_F10",
713
+ "brief": "",
714
+ "description": "",
557
715
  "types": [
558
716
  "Hash"
559
717
  ]
@@ -561,6 +719,8 @@
561
719
  {
562
720
  "type": "VARIABLE",
563
721
  "name": "KEY_F11",
722
+ "brief": "",
723
+ "description": "",
564
724
  "types": [
565
725
  "Hash"
566
726
  ]
@@ -568,6 +728,8 @@
568
728
  {
569
729
  "type": "VARIABLE",
570
730
  "name": "KEY_F12",
731
+ "brief": "",
732
+ "description": "",
571
733
  "types": [
572
734
  "Hash"
573
735
  ]
@@ -575,6 +737,8 @@
575
737
  {
576
738
  "type": "VARIABLE",
577
739
  "name": "KEY_UP",
740
+ "brief": "",
741
+ "description": "",
578
742
  "types": [
579
743
  "Hash"
580
744
  ]
@@ -582,6 +746,8 @@
582
746
  {
583
747
  "type": "VARIABLE",
584
748
  "name": "KEY_DOWN",
749
+ "brief": "",
750
+ "description": "",
585
751
  "types": [
586
752
  "Hash"
587
753
  ]
@@ -589,6 +755,8 @@
589
755
  {
590
756
  "type": "VARIABLE",
591
757
  "name": "KEY_LEFT",
758
+ "brief": "",
759
+ "description": "",
592
760
  "types": [
593
761
  "Hash"
594
762
  ]
@@ -596,6 +764,8 @@
596
764
  {
597
765
  "type": "VARIABLE",
598
766
  "name": "KEY_RIGHT",
767
+ "brief": "",
768
+ "description": "",
599
769
  "types": [
600
770
  "Hash"
601
771
  ]
@@ -603,6 +773,8 @@
603
773
  {
604
774
  "type": "VARIABLE",
605
775
  "name": "KEY_LSHIFT",
776
+ "brief": "",
777
+ "description": "",
606
778
  "types": [
607
779
  "Hash"
608
780
  ]
@@ -610,6 +782,8 @@
610
782
  {
611
783
  "type": "VARIABLE",
612
784
  "name": "KEY_RSHIFT",
785
+ "brief": "",
786
+ "description": "",
613
787
  "types": [
614
788
  "Hash"
615
789
  ]
@@ -617,6 +791,8 @@
617
791
  {
618
792
  "type": "VARIABLE",
619
793
  "name": "KEY_LCTRL",
794
+ "brief": "",
795
+ "description": "",
620
796
  "types": [
621
797
  "Hash"
622
798
  ]
@@ -624,6 +800,8 @@
624
800
  {
625
801
  "type": "VARIABLE",
626
802
  "name": "KEY_RCTRL",
803
+ "brief": "",
804
+ "description": "",
627
805
  "types": [
628
806
  "Hash"
629
807
  ]
@@ -631,6 +809,8 @@
631
809
  {
632
810
  "type": "VARIABLE",
633
811
  "name": "KEY_LALT",
812
+ "brief": "",
813
+ "description": "",
634
814
  "types": [
635
815
  "Hash"
636
816
  ]
@@ -638,6 +818,8 @@
638
818
  {
639
819
  "type": "VARIABLE",
640
820
  "name": "KEY_RALT",
821
+ "brief": "",
822
+ "description": "",
641
823
  "types": [
642
824
  "Hash"
643
825
  ]
@@ -645,6 +827,8 @@
645
827
  {
646
828
  "type": "VARIABLE",
647
829
  "name": "KEY_TAB",
830
+ "brief": "",
831
+ "description": "",
648
832
  "types": [
649
833
  "Hash"
650
834
  ]
@@ -652,6 +836,8 @@
652
836
  {
653
837
  "type": "VARIABLE",
654
838
  "name": "KEY_ENTER",
839
+ "brief": "",
840
+ "description": "",
655
841
  "types": [
656
842
  "Hash"
657
843
  ]
@@ -659,6 +845,8 @@
659
845
  {
660
846
  "type": "VARIABLE",
661
847
  "name": "KEY_BACKSPACE",
848
+ "brief": "",
849
+ "description": "",
662
850
  "types": [
663
851
  "Hash"
664
852
  ]
@@ -666,6 +854,8 @@
666
854
  {
667
855
  "type": "VARIABLE",
668
856
  "name": "KEY_INSERT",
857
+ "brief": "",
858
+ "description": "",
669
859
  "types": [
670
860
  "Hash"
671
861
  ]
@@ -673,6 +863,8 @@
673
863
  {
674
864
  "type": "VARIABLE",
675
865
  "name": "KEY_DEL",
866
+ "brief": "",
867
+ "description": "",
676
868
  "types": [
677
869
  "Hash"
678
870
  ]
@@ -680,6 +872,8 @@
680
872
  {
681
873
  "type": "VARIABLE",
682
874
  "name": "KEY_PAGEUP",
875
+ "brief": "",
876
+ "description": "",
683
877
  "types": [
684
878
  "Hash"
685
879
  ]
@@ -687,6 +881,8 @@
687
881
  {
688
882
  "type": "VARIABLE",
689
883
  "name": "KEY_PAGEDOWN",
884
+ "brief": "",
885
+ "description": "",
690
886
  "types": [
691
887
  "Hash"
692
888
  ]
@@ -694,6 +890,8 @@
694
890
  {
695
891
  "type": "VARIABLE",
696
892
  "name": "KEY_HOME",
893
+ "brief": "",
894
+ "description": "",
697
895
  "types": [
698
896
  "Hash"
699
897
  ]
@@ -701,6 +899,8 @@
701
899
  {
702
900
  "type": "VARIABLE",
703
901
  "name": "KEY_END",
902
+ "brief": "",
903
+ "description": "",
704
904
  "types": [
705
905
  "Hash"
706
906
  ]
@@ -708,6 +908,8 @@
708
908
  {
709
909
  "type": "VARIABLE",
710
910
  "name": "KEY_KP_0",
911
+ "brief": "",
912
+ "description": "",
711
913
  "types": [
712
914
  "Hash"
713
915
  ]
@@ -715,6 +917,8 @@
715
917
  {
716
918
  "type": "VARIABLE",
717
919
  "name": "KEY_KP_1",
920
+ "brief": "",
921
+ "description": "",
718
922
  "types": [
719
923
  "Hash"
720
924
  ]
@@ -722,6 +926,8 @@
722
926
  {
723
927
  "type": "VARIABLE",
724
928
  "name": "KEY_KP_2",
929
+ "brief": "",
930
+ "description": "",
725
931
  "types": [
726
932
  "Hash"
727
933
  ]
@@ -729,6 +935,8 @@
729
935
  {
730
936
  "type": "VARIABLE",
731
937
  "name": "KEY_KP_3",
938
+ "brief": "",
939
+ "description": "",
732
940
  "types": [
733
941
  "Hash"
734
942
  ]
@@ -736,6 +944,8 @@
736
944
  {
737
945
  "type": "VARIABLE",
738
946
  "name": "KEY_KP_4",
947
+ "brief": "",
948
+ "description": "",
739
949
  "types": [
740
950
  "Hash"
741
951
  ]
@@ -743,6 +953,8 @@
743
953
  {
744
954
  "type": "VARIABLE",
745
955
  "name": "KEY_KP_5",
956
+ "brief": "",
957
+ "description": "",
746
958
  "types": [
747
959
  "Hash"
748
960
  ]
@@ -750,6 +962,8 @@
750
962
  {
751
963
  "type": "VARIABLE",
752
964
  "name": "KEY_KP_6",
965
+ "brief": "",
966
+ "description": "",
753
967
  "types": [
754
968
  "Hash"
755
969
  ]
@@ -757,6 +971,8 @@
757
971
  {
758
972
  "type": "VARIABLE",
759
973
  "name": "KEY_KP_7",
974
+ "brief": "",
975
+ "description": "",
760
976
  "types": [
761
977
  "Hash"
762
978
  ]
@@ -764,6 +980,8 @@
764
980
  {
765
981
  "type": "VARIABLE",
766
982
  "name": "KEY_KP_8",
983
+ "brief": "",
984
+ "description": "",
767
985
  "types": [
768
986
  "Hash"
769
987
  ]
@@ -771,6 +989,8 @@
771
989
  {
772
990
  "type": "VARIABLE",
773
991
  "name": "KEY_KP_9",
992
+ "brief": "",
993
+ "description": "",
774
994
  "types": [
775
995
  "Hash"
776
996
  ]
@@ -778,6 +998,8 @@
778
998
  {
779
999
  "type": "VARIABLE",
780
1000
  "name": "KEY_KP_DIVIDE",
1001
+ "brief": "",
1002
+ "description": "",
781
1003
  "types": [
782
1004
  "Hash"
783
1005
  ]
@@ -785,6 +1007,8 @@
785
1007
  {
786
1008
  "type": "VARIABLE",
787
1009
  "name": "KEY_KP_MULTIPLY",
1010
+ "brief": "",
1011
+ "description": "",
788
1012
  "types": [
789
1013
  "Hash"
790
1014
  ]
@@ -792,6 +1016,8 @@
792
1016
  {
793
1017
  "type": "VARIABLE",
794
1018
  "name": "KEY_KP_SUBTRACT",
1019
+ "brief": "",
1020
+ "description": "",
795
1021
  "types": [
796
1022
  "Hash"
797
1023
  ]
@@ -799,6 +1025,8 @@
799
1025
  {
800
1026
  "type": "VARIABLE",
801
1027
  "name": "KEY_KP_ADD",
1028
+ "brief": "",
1029
+ "description": "",
802
1030
  "types": [
803
1031
  "Hash"
804
1032
  ]
@@ -806,6 +1034,8 @@
806
1034
  {
807
1035
  "type": "VARIABLE",
808
1036
  "name": "KEY_KP_DECIMAL",
1037
+ "brief": "",
1038
+ "description": "",
809
1039
  "types": [
810
1040
  "Hash"
811
1041
  ]
@@ -813,6 +1043,8 @@
813
1043
  {
814
1044
  "type": "VARIABLE",
815
1045
  "name": "KEY_KP_EQUAL",
1046
+ "brief": "",
1047
+ "description": "",
816
1048
  "types": [
817
1049
  "Hash"
818
1050
  ]
@@ -820,6 +1052,8 @@
820
1052
  {
821
1053
  "type": "VARIABLE",
822
1054
  "name": "KEY_KP_ENTER",
1055
+ "brief": "",
1056
+ "description": "",
823
1057
  "types": [
824
1058
  "Hash"
825
1059
  ]
@@ -827,6 +1061,8 @@
827
1061
  {
828
1062
  "type": "VARIABLE",
829
1063
  "name": "KEY_KP_NUM_LOCK",
1064
+ "brief": "",
1065
+ "description": "",
830
1066
  "types": [
831
1067
  "Hash"
832
1068
  ]
@@ -834,6 +1070,8 @@
834
1070
  {
835
1071
  "type": "VARIABLE",
836
1072
  "name": "KEY_CAPS_LOCK",
1073
+ "brief": "",
1074
+ "description": "",
837
1075
  "types": [
838
1076
  "Hash"
839
1077
  ]
@@ -841,6 +1079,8 @@
841
1079
  {
842
1080
  "type": "VARIABLE",
843
1081
  "name": "KEY_SCROLL_LOCK",
1082
+ "brief": "",
1083
+ "description": "",
844
1084
  "types": [
845
1085
  "Hash"
846
1086
  ]
@@ -848,6 +1088,8 @@
848
1088
  {
849
1089
  "type": "VARIABLE",
850
1090
  "name": "KEY_PAUSE",
1091
+ "brief": "",
1092
+ "description": "",
851
1093
  "types": [
852
1094
  "Hash"
853
1095
  ]
@@ -855,6 +1097,8 @@
855
1097
  {
856
1098
  "type": "VARIABLE",
857
1099
  "name": "KEY_LSUPER",
1100
+ "brief": "",
1101
+ "description": "",
858
1102
  "types": [
859
1103
  "Hash"
860
1104
  ]
@@ -862,6 +1106,8 @@
862
1106
  {
863
1107
  "type": "VARIABLE",
864
1108
  "name": "KEY_RSUPER",
1109
+ "brief": "",
1110
+ "description": "",
865
1111
  "types": [
866
1112
  "Hash"
867
1113
  ]
@@ -869,6 +1115,8 @@
869
1115
  {
870
1116
  "type": "VARIABLE",
871
1117
  "name": "KEY_MENU",
1118
+ "brief": "",
1119
+ "description": "",
872
1120
  "types": [
873
1121
  "Hash"
874
1122
  ]
@@ -876,6 +1124,8 @@
876
1124
  {
877
1125
  "type": "VARIABLE",
878
1126
  "name": "KEY_BACK",
1127
+ "brief": "",
1128
+ "description": "",
879
1129
  "types": [
880
1130
  "Hash"
881
1131
  ]
@@ -883,6 +1133,8 @@
883
1133
  {
884
1134
  "type": "VARIABLE",
885
1135
  "name": "MOUSE_WHEEL_UP",
1136
+ "brief": "",
1137
+ "description": "",
886
1138
  "types": [
887
1139
  "Hash"
888
1140
  ]
@@ -890,6 +1142,8 @@
890
1142
  {
891
1143
  "type": "VARIABLE",
892
1144
  "name": "MOUSE_WHEEL_DOWN",
1145
+ "brief": "",
1146
+ "description": "",
893
1147
  "types": [
894
1148
  "Hash"
895
1149
  ]
@@ -897,6 +1151,8 @@
897
1151
  {
898
1152
  "type": "VARIABLE",
899
1153
  "name": "MOUSE_BUTTON_LEFT",
1154
+ "brief": "",
1155
+ "description": "",
900
1156
  "types": [
901
1157
  "Hash"
902
1158
  ]
@@ -904,6 +1160,8 @@
904
1160
  {
905
1161
  "type": "VARIABLE",
906
1162
  "name": "MOUSE_BUTTON_MIDDLE",
1163
+ "brief": "",
1164
+ "description": "",
907
1165
  "types": [
908
1166
  "Hash"
909
1167
  ]
@@ -911,6 +1169,8 @@
911
1169
  {
912
1170
  "type": "VARIABLE",
913
1171
  "name": "MOUSE_BUTTON_RIGHT",
1172
+ "brief": "",
1173
+ "description": "",
914
1174
  "types": [
915
1175
  "Hash"
916
1176
  ]
@@ -918,6 +1178,8 @@
918
1178
  {
919
1179
  "type": "VARIABLE",
920
1180
  "name": "MOUSE_BUTTON_1",
1181
+ "brief": "",
1182
+ "description": "",
921
1183
  "types": [
922
1184
  "Hash"
923
1185
  ]
@@ -925,6 +1187,8 @@
925
1187
  {
926
1188
  "type": "VARIABLE",
927
1189
  "name": "MOUSE_BUTTON_2",
1190
+ "brief": "",
1191
+ "description": "",
928
1192
  "types": [
929
1193
  "Hash"
930
1194
  ]
@@ -932,6 +1196,8 @@
932
1196
  {
933
1197
  "type": "VARIABLE",
934
1198
  "name": "MOUSE_BUTTON_3",
1199
+ "brief": "",
1200
+ "description": "",
935
1201
  "types": [
936
1202
  "Hash"
937
1203
  ]
@@ -939,6 +1205,8 @@
939
1205
  {
940
1206
  "type": "VARIABLE",
941
1207
  "name": "MOUSE_BUTTON_4",
1208
+ "brief": "",
1209
+ "description": "",
942
1210
  "types": [
943
1211
  "Hash"
944
1212
  ]
@@ -946,6 +1214,8 @@
946
1214
  {
947
1215
  "type": "VARIABLE",
948
1216
  "name": "MOUSE_BUTTON_5",
1217
+ "brief": "",
1218
+ "description": "",
949
1219
  "types": [
950
1220
  "Hash"
951
1221
  ]
@@ -953,6 +1223,8 @@
953
1223
  {
954
1224
  "type": "VARIABLE",
955
1225
  "name": "MOUSE_BUTTON_6",
1226
+ "brief": "",
1227
+ "description": "",
956
1228
  "types": [
957
1229
  "Hash"
958
1230
  ]
@@ -960,6 +1232,8 @@
960
1232
  {
961
1233
  "type": "VARIABLE",
962
1234
  "name": "MOUSE_BUTTON_7",
1235
+ "brief": "",
1236
+ "description": "",
963
1237
  "types": [
964
1238
  "Hash"
965
1239
  ]
@@ -967,6 +1241,8 @@
967
1241
  {
968
1242
  "type": "VARIABLE",
969
1243
  "name": "MOUSE_BUTTON_8",
1244
+ "brief": "",
1245
+ "description": "",
970
1246
  "types": [
971
1247
  "Hash"
972
1248
  ]
@@ -974,6 +1250,8 @@
974
1250
  {
975
1251
  "type": "VARIABLE",
976
1252
  "name": "GAMEPAD_LSTICK_LEFT",
1253
+ "brief": "",
1254
+ "description": "",
977
1255
  "types": [
978
1256
  "Hash"
979
1257
  ]
@@ -981,6 +1259,8 @@
981
1259
  {
982
1260
  "type": "VARIABLE",
983
1261
  "name": "GAMEPAD_LSTICK_RIGHT",
1262
+ "brief": "",
1263
+ "description": "",
984
1264
  "types": [
985
1265
  "Hash"
986
1266
  ]
@@ -988,6 +1268,8 @@
988
1268
  {
989
1269
  "type": "VARIABLE",
990
1270
  "name": "GAMEPAD_LSTICK_DOWN",
1271
+ "brief": "",
1272
+ "description": "",
991
1273
  "types": [
992
1274
  "Hash"
993
1275
  ]
@@ -995,6 +1277,8 @@
995
1277
  {
996
1278
  "type": "VARIABLE",
997
1279
  "name": "GAMEPAD_LSTICK_UP",
1280
+ "brief": "",
1281
+ "description": "",
998
1282
  "types": [
999
1283
  "Hash"
1000
1284
  ]
@@ -1002,6 +1286,8 @@
1002
1286
  {
1003
1287
  "type": "VARIABLE",
1004
1288
  "name": "GAMEPAD_LSTICK_CLICK",
1289
+ "brief": "",
1290
+ "description": "",
1005
1291
  "types": [
1006
1292
  "Hash"
1007
1293
  ]
@@ -1009,6 +1295,8 @@
1009
1295
  {
1010
1296
  "type": "VARIABLE",
1011
1297
  "name": "GAMEPAD_LTRIGGER",
1298
+ "brief": "",
1299
+ "description": "",
1012
1300
  "types": [
1013
1301
  "Hash"
1014
1302
  ]
@@ -1016,6 +1304,8 @@
1016
1304
  {
1017
1305
  "type": "VARIABLE",
1018
1306
  "name": "GAMEPAD_LSHOULDER",
1307
+ "brief": "",
1308
+ "description": "",
1019
1309
  "types": [
1020
1310
  "Hash"
1021
1311
  ]
@@ -1023,6 +1313,8 @@
1023
1313
  {
1024
1314
  "type": "VARIABLE",
1025
1315
  "name": "GAMEPAD_LPAD_LEFT",
1316
+ "brief": "",
1317
+ "description": "",
1026
1318
  "types": [
1027
1319
  "Hash"
1028
1320
  ]
@@ -1030,6 +1322,8 @@
1030
1322
  {
1031
1323
  "type": "VARIABLE",
1032
1324
  "name": "GAMEPAD_LPAD_RIGHT",
1325
+ "brief": "",
1326
+ "description": "",
1033
1327
  "types": [
1034
1328
  "Hash"
1035
1329
  ]
@@ -1037,6 +1331,8 @@
1037
1331
  {
1038
1332
  "type": "VARIABLE",
1039
1333
  "name": "GAMEPAD_LPAD_DOWN",
1334
+ "brief": "",
1335
+ "description": "",
1040
1336
  "types": [
1041
1337
  "Hash"
1042
1338
  ]
@@ -1044,6 +1340,8 @@
1044
1340
  {
1045
1341
  "type": "VARIABLE",
1046
1342
  "name": "GAMEPAD_LPAD_UP",
1343
+ "brief": "",
1344
+ "description": "",
1047
1345
  "types": [
1048
1346
  "Hash"
1049
1347
  ]
@@ -1051,6 +1349,8 @@
1051
1349
  {
1052
1350
  "type": "VARIABLE",
1053
1351
  "name": "GAMEPAD_RSTICK_LEFT",
1352
+ "brief": "",
1353
+ "description": "",
1054
1354
  "types": [
1055
1355
  "Hash"
1056
1356
  ]
@@ -1058,6 +1358,8 @@
1058
1358
  {
1059
1359
  "type": "VARIABLE",
1060
1360
  "name": "GAMEPAD_RSTICK_RIGHT",
1361
+ "brief": "",
1362
+ "description": "",
1061
1363
  "types": [
1062
1364
  "Hash"
1063
1365
  ]
@@ -1065,6 +1367,8 @@
1065
1367
  {
1066
1368
  "type": "VARIABLE",
1067
1369
  "name": "GAMEPAD_RSTICK_DOWN",
1370
+ "brief": "",
1371
+ "description": "",
1068
1372
  "types": [
1069
1373
  "Hash"
1070
1374
  ]
@@ -1072,6 +1376,8 @@
1072
1376
  {
1073
1377
  "type": "VARIABLE",
1074
1378
  "name": "GAMEPAD_RSTICK_UP",
1379
+ "brief": "",
1380
+ "description": "",
1075
1381
  "types": [
1076
1382
  "Hash"
1077
1383
  ]
@@ -1079,6 +1385,8 @@
1079
1385
  {
1080
1386
  "type": "VARIABLE",
1081
1387
  "name": "GAMEPAD_RSTICK_CLICK",
1388
+ "brief": "",
1389
+ "description": "",
1082
1390
  "types": [
1083
1391
  "Hash"
1084
1392
  ]
@@ -1086,6 +1394,8 @@
1086
1394
  {
1087
1395
  "type": "VARIABLE",
1088
1396
  "name": "GAMEPAD_RTRIGGER",
1397
+ "brief": "",
1398
+ "description": "",
1089
1399
  "types": [
1090
1400
  "Hash"
1091
1401
  ]
@@ -1093,6 +1403,8 @@
1093
1403
  {
1094
1404
  "type": "VARIABLE",
1095
1405
  "name": "GAMEPAD_RSHOULDER",
1406
+ "brief": "",
1407
+ "description": "",
1096
1408
  "types": [
1097
1409
  "Hash"
1098
1410
  ]
@@ -1100,6 +1412,8 @@
1100
1412
  {
1101
1413
  "type": "VARIABLE",
1102
1414
  "name": "GAMEPAD_RPAD_LEFT",
1415
+ "brief": "",
1416
+ "description": "",
1103
1417
  "types": [
1104
1418
  "Hash"
1105
1419
  ]
@@ -1107,6 +1421,8 @@
1107
1421
  {
1108
1422
  "type": "VARIABLE",
1109
1423
  "name": "GAMEPAD_RPAD_RIGHT",
1424
+ "brief": "",
1425
+ "description": "",
1110
1426
  "types": [
1111
1427
  "Hash"
1112
1428
  ]
@@ -1114,6 +1430,8 @@
1114
1430
  {
1115
1431
  "type": "VARIABLE",
1116
1432
  "name": "GAMEPAD_RPAD_DOWN",
1433
+ "brief": "",
1434
+ "description": "",
1117
1435
  "types": [
1118
1436
  "Hash"
1119
1437
  ]
@@ -1121,6 +1439,8 @@
1121
1439
  {
1122
1440
  "type": "VARIABLE",
1123
1441
  "name": "GAMEPAD_RPAD_UP",
1442
+ "brief": "",
1443
+ "description": "",
1124
1444
  "types": [
1125
1445
  "Hash"
1126
1446
  ]
@@ -1128,6 +1448,8 @@
1128
1448
  {
1129
1449
  "type": "VARIABLE",
1130
1450
  "name": "GAMEPAD_START",
1451
+ "brief": "",
1452
+ "description": "",
1131
1453
  "types": [
1132
1454
  "Hash"
1133
1455
  ]
@@ -1135,6 +1457,8 @@
1135
1457
  {
1136
1458
  "type": "VARIABLE",
1137
1459
  "name": "GAMEPAD_BACK",
1460
+ "brief": "",
1461
+ "description": "",
1138
1462
  "types": [
1139
1463
  "Hash"
1140
1464
  ]
@@ -1142,6 +1466,8 @@
1142
1466
  {
1143
1467
  "type": "VARIABLE",
1144
1468
  "name": "GAMEPAD_GUIDE",
1469
+ "brief": "",
1470
+ "description": "",
1145
1471
  "types": [
1146
1472
  "Hash"
1147
1473
  ]
@@ -1149,6 +1475,8 @@
1149
1475
  {
1150
1476
  "type": "VARIABLE",
1151
1477
  "name": "GAMEPAD_CONNECTED",
1478
+ "brief": "",
1479
+ "description": "",
1152
1480
  "types": [
1153
1481
  "Hash"
1154
1482
  ]
@@ -1156,6 +1484,8 @@
1156
1484
  {
1157
1485
  "type": "VARIABLE",
1158
1486
  "name": "GAMEPAD_DISCONNECTED",
1487
+ "brief": "",
1488
+ "description": "",
1159
1489
  "types": [
1160
1490
  "Hash"
1161
1491
  ]
@@ -1163,6 +1493,8 @@
1163
1493
  {
1164
1494
  "type": "VARIABLE",
1165
1495
  "name": "TOUCH_MULTI",
1496
+ "brief": "",
1497
+ "description": "",
1166
1498
  "types": [
1167
1499
  "Hash"
1168
1500
  ]
@@ -1170,6 +1502,8 @@
1170
1502
  {
1171
1503
  "type": "VARIABLE",
1172
1504
  "name": "TEXT",
1505
+ "brief": "",
1506
+ "description": "",
1173
1507
  "types": [
1174
1508
  "Hash"
1175
1509
  ]
@@ -1177,6 +1511,8 @@
1177
1511
  {
1178
1512
  "type": "VARIABLE",
1179
1513
  "name": "MARKED_TEXT",
1514
+ "brief": "",
1515
+ "description": "",
1180
1516
  "types": [
1181
1517
  "Hash"
1182
1518
  ]