brs-js 3.0.1 → 3.2.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.
@@ -1,8 +1,3044 @@
1
+ import type { BrdbValue } from './schema';
1
2
  /** Component type name -> data struct name ("None" = no data struct). */
2
3
  export declare const COMPONENT_TYPE_STRUCTS: ReadonlyMap<string, string>;
4
+ /** Component data struct name -> the game's default field values (the
5
+ * reference crate's STRUCT_DEFAULTS). The writer fills omitted component
6
+ * fields from here; fields with no default zero-fill. */
7
+ export declare const COMPONENT_STRUCT_DEFAULTS: ReadonlyMap<string, Readonly<Record<string, BrdbValue>>>;
3
8
  /** Known wire port names (a save's port registry is built from the ports
4
9
  * its wires actually use, but names must come from this vocabulary). */
5
10
  export declare const WIRE_PORT_NAMES: readonly string[];
6
11
  /** Entity type name -> data class name. */
7
12
  export declare const ENTITY_TYPE_STRUCTS: ReadonlyMap<string, string>;
13
+ export interface ComponentPortInfo {
14
+ /** brick assets this component lives on */
15
+ readonly bricks: readonly string[];
16
+ /** wire input port names */
17
+ readonly inputs: readonly string[];
18
+ /** wire output port names */
19
+ readonly outputs: readonly string[];
20
+ }
21
+ /** Component type name -> host brick assets and wire port names, from a
22
+ * live game dump (data/componentInventory.json). */
23
+ export declare const COMPONENT_WIRE_PORTS: ReadonlyMap<string, ComponentPortInfo>;
24
+ /** Ergonomic authoring constants per component type:
25
+ * `COMPONENTS.PlayAudioAt.NAME` (component type name), `.BRICK` (host
26
+ * brick asset; `.BRICKS` lists all hosts), `.PORTS.*` (wire port names,
27
+ * e.g. `COMPONENTS.PlayAudioAt.PORTS.EXEC`). */
28
+ export declare const COMPONENTS: {
29
+ readonly CharacterZoneEvent_Entered: {
30
+ readonly NAME: "BrickComponentType_Internal_CharacterZoneEvent_Entered";
31
+ readonly BRICK: "B_1x1_Gate_Internal_CharacterZoneEvent_Entered";
32
+ readonly BRICKS: readonly ["B_1x1_Gate_Internal_CharacterZoneEvent_Entered"];
33
+ readonly PORTS: {
34
+ readonly Zone: "Zone";
35
+ readonly bCollisionEnabled_Player: "bCollisionEnabled_Player";
36
+ readonly bCollisionEnabled_Player1: "bCollisionEnabled_Player1";
37
+ readonly bCollisionEnabled_Player2: "bCollisionEnabled_Player2";
38
+ readonly bCollisionEnabled_Player3: "bCollisionEnabled_Player3";
39
+ readonly Character: "Character";
40
+ readonly Exec: "Exec";
41
+ };
42
+ };
43
+ readonly CharacterZoneEvent_Left: {
44
+ readonly NAME: "BrickComponentType_Internal_CharacterZoneEvent_Left";
45
+ readonly BRICK: "B_1x1_Gate_Internal_CharacterZoneEvent_Left";
46
+ readonly BRICKS: readonly ["B_1x1_Gate_Internal_CharacterZoneEvent_Left"];
47
+ readonly PORTS: {
48
+ readonly Zone: "Zone";
49
+ readonly bCollisionEnabled_Player: "bCollisionEnabled_Player";
50
+ readonly bCollisionEnabled_Player1: "bCollisionEnabled_Player1";
51
+ readonly bCollisionEnabled_Player2: "bCollisionEnabled_Player2";
52
+ readonly bCollisionEnabled_Player3: "bCollisionEnabled_Player3";
53
+ readonly Character: "Character";
54
+ readonly Exec: "Exec";
55
+ };
56
+ };
57
+ readonly MicrochipInput: {
58
+ readonly NAME: "BrickComponentType_Internal_MicrochipInput";
59
+ readonly BRICK: "B_1x1_Gate_MicrochipInput";
60
+ readonly BRICKS: readonly ["B_1x1_Gate_MicrochipInput"];
61
+ readonly PORTS: {
62
+ readonly RER_Input: "RER_Input";
63
+ readonly RER_Output: "RER_Output";
64
+ };
65
+ };
66
+ readonly MicrochipOutput: {
67
+ readonly NAME: "BrickComponentType_Internal_MicrochipOutput";
68
+ readonly BRICK: "B_1x1_Gate_MicrochipOutput";
69
+ readonly BRICKS: readonly ["B_1x1_Gate_MicrochipOutput"];
70
+ readonly PORTS: {
71
+ readonly RER_Input: "RER_Input";
72
+ readonly RER_Output: "RER_Output";
73
+ };
74
+ };
75
+ readonly ReadBrickGrid: {
76
+ readonly NAME: "BrickComponentType_Internal_ReadBrickGrid";
77
+ readonly BRICK: "B_1x1_Gate_Internal_ReadBrickGrid";
78
+ readonly BRICKS: readonly ["B_1x1_Gate_Internal_ReadBrickGrid"];
79
+ readonly PORTS: {
80
+ readonly BrickGrid: "BrickGrid";
81
+ };
82
+ };
83
+ readonly TeleportDestination: {
84
+ readonly NAME: "BrickComponentType_Internal_TeleportDestination";
85
+ readonly BRICK: "B_DestinationPoint";
86
+ readonly BRICKS: readonly ["B_DestinationPoint"];
87
+ readonly PORTS: {
88
+ readonly ThisDestination: "ThisDestination";
89
+ };
90
+ };
91
+ readonly ZoneEvent_BrickChanged: {
92
+ readonly NAME: "BrickComponentType_Internal_ZoneEvent_BrickChanged";
93
+ readonly BRICK: "B_1x1_Gate_Internal_ZoneEvent_BrickChanged";
94
+ readonly BRICKS: readonly ["B_1x1_Gate_Internal_ZoneEvent_BrickChanged"];
95
+ readonly PORTS: {
96
+ readonly Zone: "Zone";
97
+ readonly Exec: "Exec";
98
+ };
99
+ };
100
+ readonly ZoneEvent_BrickRemoved: {
101
+ readonly NAME: "BrickComponentType_Internal_ZoneEvent_BrickRemoved";
102
+ readonly BRICK: "B_1x1_Gate_Internal_ZoneEvent_BrickRemoved";
103
+ readonly BRICKS: readonly ["B_1x1_Gate_Internal_ZoneEvent_BrickRemoved"];
104
+ readonly PORTS: {
105
+ readonly Zone: "Zone";
106
+ readonly Exec: "Exec";
107
+ };
108
+ };
109
+ readonly PrefabSpawn: {
110
+ readonly NAME: "BrickComponentType_PrefabSpawn";
111
+ readonly BRICK: "B_1x1F_Round";
112
+ readonly BRICKS: readonly ["B_1x1F_Round"];
113
+ readonly PORTS: {
114
+ readonly Prefab: "Prefab";
115
+ readonly Prefab_Path: "Prefab.Path";
116
+ readonly RespawnTime: "RespawnTime";
117
+ readonly SpawnOffset: "SpawnOffset";
118
+ readonly SpawnOffset_X: "SpawnOffset.X";
119
+ readonly SpawnOffset_Y: "SpawnOffset.Y";
120
+ readonly SpawnOffset_Z: "SpawnOffset.Z";
121
+ readonly SpawnOffsetRotation: "SpawnOffsetRotation";
122
+ readonly SpawnOffsetRotation_Pitch: "SpawnOffsetRotation.Pitch";
123
+ readonly SpawnOffsetRotation_Roll: "SpawnOffsetRotation.Roll";
124
+ readonly SpawnOffsetRotation_Yaw: "SpawnOffsetRotation.Yaw";
125
+ readonly bSpawnEnable: "bSpawnEnable";
126
+ readonly SpawnedEntity: "SpawnedEntity";
127
+ };
128
+ };
129
+ readonly AudioReference: {
130
+ readonly NAME: "BrickComponentType_WireGraph_AudioReference";
131
+ readonly BRICK: "B_1x1_Gate_AudioReference";
132
+ readonly BRICKS: readonly ["B_1x1_Gate_AudioReference"];
133
+ readonly PORTS: {
134
+ readonly Value: "Value";
135
+ };
136
+ };
137
+ readonly DeltaTime: {
138
+ readonly NAME: "BrickComponentType_WireGraph_DeltaTime";
139
+ readonly BRICK: "B_1x1_Gate_DeltaTime";
140
+ readonly BRICKS: readonly ["B_1x1_Gate_DeltaTime"];
141
+ readonly PORTS: {
142
+ readonly DeltaTime: "DeltaTime";
143
+ };
144
+ };
145
+ readonly Exec_ArrayVar_Append: {
146
+ readonly NAME: "BrickComponentType_WireGraph_Exec_ArrayVar_Append";
147
+ readonly BRICK: "B_1x1_Gate_Exec_ArrayVar_Append";
148
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_ArrayVar_Append"];
149
+ readonly PORTS: {
150
+ readonly ArrayVarRef: "ArrayVarRef";
151
+ readonly Exec: "Exec";
152
+ readonly SourceRef: "SourceRef";
153
+ readonly ExecOut: "ExecOut";
154
+ };
155
+ };
156
+ readonly Exec_ArrayVar_Average: {
157
+ readonly NAME: "BrickComponentType_WireGraph_Exec_ArrayVar_Average";
158
+ readonly BRICK: "B_1x1_Gate_Exec_ArrayVar_Average";
159
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_ArrayVar_Average"];
160
+ readonly PORTS: {
161
+ readonly ArrayVarRef: "ArrayVarRef";
162
+ readonly Exec: "Exec";
163
+ readonly ExecOut: "ExecOut";
164
+ readonly Value: "Value";
165
+ readonly bIsEmpty: "bIsEmpty";
166
+ };
167
+ };
168
+ readonly Exec_ArrayVar_Clear: {
169
+ readonly NAME: "BrickComponentType_WireGraph_Exec_ArrayVar_Clear";
170
+ readonly BRICK: "B_1x1_Gate_Exec_ArrayVar_Clear";
171
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_ArrayVar_Clear"];
172
+ readonly PORTS: {
173
+ readonly ArrayVarRef: "ArrayVarRef";
174
+ readonly Exec: "Exec";
175
+ readonly ExecOut: "ExecOut";
176
+ };
177
+ };
178
+ readonly Exec_ArrayVar_CopyFrom: {
179
+ readonly NAME: "BrickComponentType_WireGraph_Exec_ArrayVar_CopyFrom";
180
+ readonly BRICK: "B_1x1_Gate_Exec_ArrayVar_CopyFrom";
181
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_ArrayVar_CopyFrom"];
182
+ readonly PORTS: {
183
+ readonly ArrayVarRef: "ArrayVarRef";
184
+ readonly Exec: "Exec";
185
+ readonly SourceRef: "SourceRef";
186
+ readonly ExecOut: "ExecOut";
187
+ };
188
+ };
189
+ readonly Exec_ArrayVar_Fill: {
190
+ readonly NAME: "BrickComponentType_WireGraph_Exec_ArrayVar_Fill";
191
+ readonly BRICK: "B_1x1_Gate_Exec_ArrayVar_Fill";
192
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_ArrayVar_Fill"];
193
+ readonly PORTS: {
194
+ readonly ArrayVarRef: "ArrayVarRef";
195
+ readonly Exec: "Exec";
196
+ readonly Value: "Value";
197
+ readonly ExecOut: "ExecOut";
198
+ };
199
+ };
200
+ readonly Exec_ArrayVar_Find: {
201
+ readonly NAME: "BrickComponentType_WireGraph_Exec_ArrayVar_Find";
202
+ readonly BRICK: "B_1x1_Gate_Exec_ArrayVar_Find";
203
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_ArrayVar_Find"];
204
+ readonly PORTS: {
205
+ readonly ArrayVarRef: "ArrayVarRef";
206
+ readonly Exec: "Exec";
207
+ readonly Value: "Value";
208
+ readonly ExecOut: "ExecOut";
209
+ readonly Index: "Index";
210
+ readonly bFound: "bFound";
211
+ };
212
+ };
213
+ readonly Exec_ArrayVar_Get: {
214
+ readonly NAME: "BrickComponentType_WireGraph_Exec_ArrayVar_Get";
215
+ readonly BRICK: "B_1x1_Gate_Exec_ArrayVar_Get";
216
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_ArrayVar_Get"];
217
+ readonly PORTS: {
218
+ readonly ArrayVarRef: "ArrayVarRef";
219
+ readonly Exec: "Exec";
220
+ readonly Index: "Index";
221
+ readonly ExecOut: "ExecOut";
222
+ readonly Value: "Value";
223
+ readonly bOutOfBounds: "bOutOfBounds";
224
+ };
225
+ };
226
+ readonly Exec_ArrayVar_GetLength: {
227
+ readonly NAME: "BrickComponentType_WireGraph_Exec_ArrayVar_GetLength";
228
+ readonly BRICK: "B_1x1_Gate_Exec_ArrayVar_GetLength";
229
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_ArrayVar_GetLength"];
230
+ readonly PORTS: {
231
+ readonly ArrayVarRef: "ArrayVarRef";
232
+ readonly Exec: "Exec";
233
+ readonly ExecOut: "ExecOut";
234
+ readonly Length: "Length";
235
+ };
236
+ };
237
+ readonly Exec_ArrayVar_Insert: {
238
+ readonly NAME: "BrickComponentType_WireGraph_Exec_ArrayVar_Insert";
239
+ readonly BRICK: "B_1x1_Gate_Exec_ArrayVar_Insert";
240
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_ArrayVar_Insert"];
241
+ readonly PORTS: {
242
+ readonly ArrayVarRef: "ArrayVarRef";
243
+ readonly Exec: "Exec";
244
+ readonly Index: "Index";
245
+ readonly Value: "Value";
246
+ readonly ExecOut: "ExecOut";
247
+ readonly bOutOfBounds: "bOutOfBounds";
248
+ };
249
+ };
250
+ readonly Exec_ArrayVar_Max: {
251
+ readonly NAME: "BrickComponentType_WireGraph_Exec_ArrayVar_Max";
252
+ readonly BRICK: "B_1x1_Gate_Exec_ArrayVar_Max";
253
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_ArrayVar_Max"];
254
+ readonly PORTS: {
255
+ readonly ArrayVarRef: "ArrayVarRef";
256
+ readonly Exec: "Exec";
257
+ readonly ExecOut: "ExecOut";
258
+ readonly Value: "Value";
259
+ readonly bIsEmpty: "bIsEmpty";
260
+ };
261
+ };
262
+ readonly Exec_ArrayVar_Min: {
263
+ readonly NAME: "BrickComponentType_WireGraph_Exec_ArrayVar_Min";
264
+ readonly BRICK: "B_1x1_Gate_Exec_ArrayVar_Min";
265
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_ArrayVar_Min"];
266
+ readonly PORTS: {
267
+ readonly ArrayVarRef: "ArrayVarRef";
268
+ readonly Exec: "Exec";
269
+ readonly ExecOut: "ExecOut";
270
+ readonly Value: "Value";
271
+ readonly bIsEmpty: "bIsEmpty";
272
+ };
273
+ };
274
+ readonly Exec_ArrayVar_Pop: {
275
+ readonly NAME: "BrickComponentType_WireGraph_Exec_ArrayVar_Pop";
276
+ readonly BRICK: "B_1x1_Gate_Exec_ArrayVar_Pop";
277
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_ArrayVar_Pop"];
278
+ readonly PORTS: {
279
+ readonly ArrayVarRef: "ArrayVarRef";
280
+ readonly Exec: "Exec";
281
+ readonly ExecOut: "ExecOut";
282
+ readonly Value: "Value";
283
+ readonly bIsEmpty: "bIsEmpty";
284
+ };
285
+ };
286
+ readonly Exec_ArrayVar_Push: {
287
+ readonly NAME: "BrickComponentType_WireGraph_Exec_ArrayVar_Push";
288
+ readonly BRICK: "B_1x1_Gate_Exec_ArrayVar_Push";
289
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_ArrayVar_Push"];
290
+ readonly PORTS: {
291
+ readonly ArrayVarRef: "ArrayVarRef";
292
+ readonly Exec: "Exec";
293
+ readonly Value: "Value";
294
+ readonly ExecOut: "ExecOut";
295
+ };
296
+ };
297
+ readonly Exec_ArrayVar_RemoveAtIndex: {
298
+ readonly NAME: "BrickComponentType_WireGraph_Exec_ArrayVar_RemoveAtIndex";
299
+ readonly BRICK: "B_1x1_Gate_Exec_ArrayVar_RemoveAtIndex";
300
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_ArrayVar_RemoveAtIndex"];
301
+ readonly PORTS: {
302
+ readonly ArrayVarRef: "ArrayVarRef";
303
+ readonly Exec: "Exec";
304
+ readonly Index: "Index";
305
+ readonly ExecOut: "ExecOut";
306
+ readonly bOutOfBounds: "bOutOfBounds";
307
+ };
308
+ };
309
+ readonly Exec_ArrayVar_Resize: {
310
+ readonly NAME: "BrickComponentType_WireGraph_Exec_ArrayVar_Resize";
311
+ readonly BRICK: "B_1x1_Gate_Exec_ArrayVar_Resize";
312
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_ArrayVar_Resize"];
313
+ readonly PORTS: {
314
+ readonly ArrayVarRef: "ArrayVarRef";
315
+ readonly Exec: "Exec";
316
+ readonly Size: "Size";
317
+ readonly Value: "Value";
318
+ readonly ExecOut: "ExecOut";
319
+ };
320
+ };
321
+ readonly Exec_ArrayVar_Reverse: {
322
+ readonly NAME: "BrickComponentType_WireGraph_Exec_ArrayVar_Reverse";
323
+ readonly BRICK: "B_1x1_Gate_Exec_ArrayVar_Reverse";
324
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_ArrayVar_Reverse"];
325
+ readonly PORTS: {
326
+ readonly ArrayVarRef: "ArrayVarRef";
327
+ readonly Exec: "Exec";
328
+ readonly ExecOut: "ExecOut";
329
+ };
330
+ };
331
+ readonly Exec_ArrayVar_SetAtIndex: {
332
+ readonly NAME: "BrickComponentType_WireGraph_Exec_ArrayVar_SetAtIndex";
333
+ readonly BRICK: "B_1x1_Gate_Exec_ArrayVar_SetAtIndex";
334
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_ArrayVar_SetAtIndex"];
335
+ readonly PORTS: {
336
+ readonly ArrayVarRef: "ArrayVarRef";
337
+ readonly Exec: "Exec";
338
+ readonly Index: "Index";
339
+ readonly Value: "Value";
340
+ readonly ExecOut: "ExecOut";
341
+ };
342
+ };
343
+ readonly Exec_ArrayVar_Shuffle: {
344
+ readonly NAME: "BrickComponentType_WireGraph_Exec_ArrayVar_Shuffle";
345
+ readonly BRICK: "B_1x1_Gate_Exec_ArrayVar_Shuffle";
346
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_ArrayVar_Shuffle"];
347
+ readonly PORTS: {
348
+ readonly ArrayVarRef: "ArrayVarRef";
349
+ readonly Exec: "Exec";
350
+ readonly ExecOut: "ExecOut";
351
+ };
352
+ };
353
+ readonly Exec_ArrayVar_Slice: {
354
+ readonly NAME: "BrickComponentType_WireGraph_Exec_ArrayVar_Slice";
355
+ readonly BRICK: "B_1x1_Gate_Exec_ArrayVar_Slice";
356
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_ArrayVar_Slice"];
357
+ readonly PORTS: {
358
+ readonly ArrayVarRef: "ArrayVarRef";
359
+ readonly Count: "Count";
360
+ readonly Exec: "Exec";
361
+ readonly SourceRef: "SourceRef";
362
+ readonly Start: "Start";
363
+ readonly ExecOut: "ExecOut";
364
+ readonly bOutOfBounds: "bOutOfBounds";
365
+ };
366
+ };
367
+ readonly Exec_ArrayVar_Sort: {
368
+ readonly NAME: "BrickComponentType_WireGraph_Exec_ArrayVar_Sort";
369
+ readonly BRICK: "B_1x1_Gate_Exec_ArrayVar_Sort";
370
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_ArrayVar_Sort"];
371
+ readonly PORTS: {
372
+ readonly ArrayVarRef: "ArrayVarRef";
373
+ readonly Exec: "Exec";
374
+ readonly bDescending: "bDescending";
375
+ readonly ExecOut: "ExecOut";
376
+ };
377
+ };
378
+ readonly Exec_ArrayVar_Sum: {
379
+ readonly NAME: "BrickComponentType_WireGraph_Exec_ArrayVar_Sum";
380
+ readonly BRICK: "B_1x1_Gate_Exec_ArrayVar_Sum";
381
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_ArrayVar_Sum"];
382
+ readonly PORTS: {
383
+ readonly ArrayVarRef: "ArrayVarRef";
384
+ readonly Exec: "Exec";
385
+ readonly ExecOut: "ExecOut";
386
+ readonly Value: "Value";
387
+ };
388
+ };
389
+ readonly Exec_ArrayVar_Swap: {
390
+ readonly NAME: "BrickComponentType_WireGraph_Exec_ArrayVar_Swap";
391
+ readonly BRICK: "B_1x1_Gate_Exec_ArrayVar_Swap";
392
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_ArrayVar_Swap"];
393
+ readonly PORTS: {
394
+ readonly ArrayVarRef: "ArrayVarRef";
395
+ readonly Exec: "Exec";
396
+ readonly IndexA: "IndexA";
397
+ readonly IndexB: "IndexB";
398
+ readonly ExecOut: "ExecOut";
399
+ readonly bOutOfBounds: "bOutOfBounds";
400
+ };
401
+ };
402
+ readonly Exec_Branch: {
403
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Branch";
404
+ readonly BRICK: "B_1x1_Gate_Exec_Branch";
405
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Branch"];
406
+ readonly PORTS: {
407
+ readonly Exec: "Exec";
408
+ readonly bCond: "bCond";
409
+ readonly ExecOutA: "ExecOutA";
410
+ readonly ExecOutB: "ExecOutB";
411
+ };
412
+ };
413
+ readonly Exec_Character_GetAim: {
414
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Character_GetAim";
415
+ readonly BRICK: "B_1x1_Gate_Exec_Character_GetAim";
416
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Character_GetAim"];
417
+ readonly PORTS: {
418
+ readonly Character: "Character";
419
+ readonly Exec: "Exec";
420
+ readonly Direction: "Direction";
421
+ readonly ExecOut: "ExecOut";
422
+ readonly Origin: "Origin";
423
+ };
424
+ };
425
+ readonly Exec_Character_GetDamage: {
426
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Character_GetDamage";
427
+ readonly BRICK: "B_1x1_Gate_Exec_Character_GetDamage";
428
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Character_GetDamage"];
429
+ readonly PORTS: {
430
+ readonly Character: "Character";
431
+ readonly Exec: "Exec";
432
+ readonly Damage: "Damage";
433
+ readonly DamageLimit: "DamageLimit";
434
+ readonly ExecOut: "ExecOut";
435
+ };
436
+ };
437
+ readonly Exec_Character_GetFromController: {
438
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Character_GetFromController";
439
+ readonly BRICK: "B_1x1_Gate_Exec_Character_GetFromController";
440
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Character_GetFromController"];
441
+ readonly PORTS: {
442
+ readonly Controller: "Controller";
443
+ readonly Exec: "Exec";
444
+ readonly Character: "Character";
445
+ readonly ExecOut: "ExecOut";
446
+ };
447
+ };
448
+ readonly Exec_Character_IncDamage: {
449
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Character_IncDamage";
450
+ readonly BRICK: "B_1x1_Gate_Exec_Character_IncDamage";
451
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Character_IncDamage"];
452
+ readonly PORTS: {
453
+ readonly Amount: "Amount";
454
+ readonly Character: "Character";
455
+ readonly Exec: "Exec";
456
+ readonly ExecOut: "ExecOut";
457
+ };
458
+ };
459
+ readonly Exec_Character_SetDamage: {
460
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Character_SetDamage";
461
+ readonly BRICK: "B_1x1_Gate_Exec_Character_SetDamage";
462
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Character_SetDamage"];
463
+ readonly PORTS: {
464
+ readonly Character: "Character";
465
+ readonly Damage: "Damage";
466
+ readonly Exec: "Exec";
467
+ readonly ExecOut: "ExecOut";
468
+ };
469
+ };
470
+ readonly Exec_Character_SetTempPermission: {
471
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Character_SetTempPermission";
472
+ readonly BRICK: "B_1x1_Gate_Exec_Character_SetTempPermission";
473
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Character_SetTempPermission"];
474
+ readonly PORTS: {
475
+ readonly Character: "Character";
476
+ readonly Exec: "Exec";
477
+ readonly bPermissionEnable: "bPermissionEnable";
478
+ readonly ExecOut: "ExecOut";
479
+ };
480
+ };
481
+ readonly Exec_Character_ShowHint: {
482
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Character_ShowHint";
483
+ readonly BRICK: "B_1x1_Gate_Exec_Character_ShowHint";
484
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Character_ShowHint"];
485
+ readonly PORTS: {
486
+ readonly Character: "Character";
487
+ readonly Exec: "Exec";
488
+ readonly HintText: "HintText";
489
+ readonly HintTitle: "HintTitle";
490
+ readonly ExecOut: "ExecOut";
491
+ };
492
+ };
493
+ readonly Exec_ChatCommand: {
494
+ readonly NAME: "BrickComponentType_WireGraph_Exec_ChatCommand";
495
+ readonly BRICK: "B_1x1_Gate_Exec_ChatCommand";
496
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_ChatCommand"];
497
+ readonly PORTS: {
498
+ readonly Arguments: "Arguments";
499
+ readonly Controller: "Controller";
500
+ readonly ExecOut: "ExecOut";
501
+ };
502
+ };
503
+ readonly Exec_Controller_DisplayText: {
504
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Controller_DisplayText";
505
+ readonly BRICK: "B_1x1_Gate_Exec_Controller_DisplayText";
506
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Controller_DisplayText"];
507
+ readonly PORTS: {
508
+ readonly AnchorX: "AnchorX";
509
+ readonly AnchorY: "AnchorY";
510
+ readonly Angle: "Angle";
511
+ readonly Controller: "Controller";
512
+ readonly Exec: "Exec";
513
+ readonly FontColor: "FontColor";
514
+ readonly FontColor_A: "FontColor.A";
515
+ readonly FontColor_B: "FontColor.B";
516
+ readonly FontColor_G: "FontColor.G";
517
+ readonly FontColor_R: "FontColor.R";
518
+ readonly FontSize: "FontSize";
519
+ readonly Lifetime: "Lifetime";
520
+ readonly OutlineColor: "OutlineColor";
521
+ readonly OutlineColor_A: "OutlineColor.A";
522
+ readonly OutlineColor_B: "OutlineColor.B";
523
+ readonly OutlineColor_G: "OutlineColor.G";
524
+ readonly OutlineColor_R: "OutlineColor.R";
525
+ readonly OutlineSize: "OutlineSize";
526
+ readonly PositionX: "PositionX";
527
+ readonly PositionY: "PositionY";
528
+ readonly ScaleX: "ScaleX";
529
+ readonly ScaleY: "ScaleY";
530
+ readonly Text: "Text";
531
+ readonly TextId: "TextId";
532
+ readonly Transition: "Transition";
533
+ readonly ExecOut: "ExecOut";
534
+ readonly TextIdOut: "TextIdOut";
535
+ };
536
+ };
537
+ readonly Exec_Controller_GetDisplayName: {
538
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Controller_GetDisplayName";
539
+ readonly BRICK: "B_1x1_Gate_Exec_Controller_GetDisplayName";
540
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Controller_GetDisplayName"];
541
+ readonly PORTS: {
542
+ readonly Controller: "Controller";
543
+ readonly Exec: "Exec";
544
+ readonly DisplayName: "DisplayName";
545
+ readonly ExecOut: "ExecOut";
546
+ };
547
+ };
548
+ readonly Exec_Controller_GetFromEntity: {
549
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Controller_GetFromEntity";
550
+ readonly BRICK: "B_1x1_Gate_Exec_Controller_GetFromEntity";
551
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Controller_GetFromEntity"];
552
+ readonly PORTS: {
553
+ readonly Entity: "Entity";
554
+ readonly Exec: "Exec";
555
+ readonly Controller: "Controller";
556
+ readonly ExecOut: "ExecOut";
557
+ };
558
+ };
559
+ readonly Exec_Controller_GetUserId: {
560
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Controller_GetUserId";
561
+ readonly BRICK: "B_1x1_Gate_Exec_Controller_GetUserId";
562
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Controller_GetUserId"];
563
+ readonly PORTS: {
564
+ readonly Controller: "Controller";
565
+ readonly Exec: "Exec";
566
+ readonly ExecOut: "ExecOut";
567
+ readonly UserId: "UserId";
568
+ };
569
+ };
570
+ readonly Exec_Controller_GetUserName: {
571
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Controller_GetUserName";
572
+ readonly BRICK: "B_1x1_Gate_Exec_Controller_GetUserName";
573
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Controller_GetUserName"];
574
+ readonly PORTS: {
575
+ readonly Controller: "Controller";
576
+ readonly Exec: "Exec";
577
+ readonly ExecOut: "ExecOut";
578
+ readonly UserName: "UserName";
579
+ };
580
+ };
581
+ readonly Exec_Controller_HasPermission: {
582
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Controller_HasPermission";
583
+ readonly BRICK: "B_1x1_Gate_Exec_Controller_HasPermission";
584
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Controller_HasPermission"];
585
+ readonly PORTS: {
586
+ readonly Controller: "Controller";
587
+ readonly Exec: "Exec";
588
+ readonly ExecOut: "ExecOut";
589
+ readonly bHasPermission: "bHasPermission";
590
+ };
591
+ };
592
+ readonly Exec_Controller_IsTrustedByBrickOwner: {
593
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Controller_IsTrustedByBrickOwner";
594
+ readonly BRICK: "B_1x1_Gate_Exec_Controller_IsTrustedByBrickOwner";
595
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Controller_IsTrustedByBrickOwner"];
596
+ readonly PORTS: {
597
+ readonly Controller: "Controller";
598
+ readonly Exec: "Exec";
599
+ readonly ExecOut: "ExecOut";
600
+ readonly bIsTrusted: "bIsTrusted";
601
+ };
602
+ };
603
+ readonly Exec_Controller_SetCanRespawn: {
604
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Controller_SetCanRespawn";
605
+ readonly BRICK: "B_1x1_Gate_Exec_Controller_SetCanRespawn";
606
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Controller_SetCanRespawn"];
607
+ readonly PORTS: {
608
+ readonly Controller: "Controller";
609
+ readonly Exec: "Exec";
610
+ readonly bCanRespawn: "bCanRespawn";
611
+ readonly ExecOut: "ExecOut";
612
+ };
613
+ };
614
+ readonly Exec_Controller_ShowStatusMessage: {
615
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Controller_ShowStatusMessage";
616
+ readonly BRICK: "B_1x1_Gate_Exec_Controller_ShowStatusMessage";
617
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Controller_ShowStatusMessage"];
618
+ readonly PORTS: {
619
+ readonly Controller: "Controller";
620
+ readonly Exec: "Exec";
621
+ readonly Message: "Message";
622
+ readonly ExecOut: "ExecOut";
623
+ };
624
+ };
625
+ readonly Exec_Entity_AddLocationRotation: {
626
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Entity_AddLocationRotation";
627
+ readonly BRICK: "B_1x1_Gate_Exec_Entity_AddLocationRotation";
628
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Entity_AddLocationRotation"];
629
+ readonly PORTS: {
630
+ readonly Entity: "Entity";
631
+ readonly Exec: "Exec";
632
+ readonly Rotation: "Rotation";
633
+ readonly Rotation_Pitch: "Rotation.Pitch";
634
+ readonly Rotation_Roll: "Rotation.Roll";
635
+ readonly Rotation_Yaw: "Rotation.Yaw";
636
+ readonly Vector: "Vector";
637
+ readonly Vector_X: "Vector.X";
638
+ readonly Vector_Y: "Vector.Y";
639
+ readonly Vector_Z: "Vector.Z";
640
+ readonly ExecOut: "ExecOut";
641
+ };
642
+ };
643
+ readonly Exec_Entity_AddVelocity: {
644
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Entity_AddVelocity";
645
+ readonly BRICK: "B_1x1_Gate_Exec_Entity_AddVelocity";
646
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Entity_AddVelocity"];
647
+ readonly PORTS: {
648
+ readonly Entity: "Entity";
649
+ readonly Exec: "Exec";
650
+ readonly Rotation: "Rotation";
651
+ readonly Rotation_X: "Rotation.X";
652
+ readonly Rotation_Y: "Rotation.Y";
653
+ readonly Rotation_Z: "Rotation.Z";
654
+ readonly Vector: "Vector";
655
+ readonly Vector_X: "Vector.X";
656
+ readonly Vector_Y: "Vector.Y";
657
+ readonly Vector_Z: "Vector.Z";
658
+ readonly ExecOut: "ExecOut";
659
+ };
660
+ };
661
+ readonly Exec_Entity_GetAngularVelocity: {
662
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Entity_GetAngularVelocity";
663
+ readonly BRICK: "B_1x1_Gate_Exec_Entity_GetAngularVelocity";
664
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Entity_GetAngularVelocity"];
665
+ readonly PORTS: {
666
+ readonly Entity: "Entity";
667
+ readonly Exec: "Exec";
668
+ readonly AngularVelocity: "AngularVelocity";
669
+ readonly ExecOut: "ExecOut";
670
+ };
671
+ };
672
+ readonly Exec_Entity_GetLinearVelocity: {
673
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Entity_GetLinearVelocity";
674
+ readonly BRICK: "B_1x1_Gate_Exec_Entity_GetLinearVelocity";
675
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Entity_GetLinearVelocity"];
676
+ readonly PORTS: {
677
+ readonly Entity: "Entity";
678
+ readonly Exec: "Exec";
679
+ readonly ExecOut: "ExecOut";
680
+ readonly LinearVelocity: "LinearVelocity";
681
+ };
682
+ };
683
+ readonly Exec_Entity_GetLocation: {
684
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Entity_GetLocation";
685
+ readonly BRICK: "B_1x1_Gate_Exec_Entity_GetLocation";
686
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Entity_GetLocation"];
687
+ readonly PORTS: {
688
+ readonly Entity: "Entity";
689
+ readonly Exec: "Exec";
690
+ readonly ExecOut: "ExecOut";
691
+ readonly Vector: "Vector";
692
+ };
693
+ };
694
+ readonly Exec_Entity_GetLocationRotation: {
695
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Entity_GetLocationRotation";
696
+ readonly BRICK: "B_1x1_Gate_Exec_Entity_GetLocationRotation";
697
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Entity_GetLocationRotation"];
698
+ readonly PORTS: {
699
+ readonly Entity: "Entity";
700
+ readonly Exec: "Exec";
701
+ readonly ExecOut: "ExecOut";
702
+ readonly Rotation: "Rotation";
703
+ readonly Vector: "Vector";
704
+ };
705
+ };
706
+ readonly Exec_Entity_GetRotation: {
707
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Entity_GetRotation";
708
+ readonly BRICK: "B_1x1_Gate_Exec_Entity_GetRotation";
709
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Entity_GetRotation"];
710
+ readonly PORTS: {
711
+ readonly Entity: "Entity";
712
+ readonly Exec: "Exec";
713
+ readonly ExecOut: "ExecOut";
714
+ readonly Rotation: "Rotation";
715
+ };
716
+ };
717
+ readonly Exec_Entity_GetVelocity: {
718
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Entity_GetVelocity";
719
+ readonly BRICK: "B_1x1_Gate_Exec_Entity_GetVelocity";
720
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Entity_GetVelocity"];
721
+ readonly PORTS: {
722
+ readonly Entity: "Entity";
723
+ readonly Exec: "Exec";
724
+ readonly ExecOut: "ExecOut";
725
+ readonly Rotation: "Rotation";
726
+ readonly Vector: "Vector";
727
+ };
728
+ };
729
+ readonly Exec_Entity_RelativeTeleport: {
730
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Entity_RelativeTeleport";
731
+ readonly BRICK: "B_1x1_Gate_Exec_Entity_RelativeTeleport";
732
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Entity_RelativeTeleport"];
733
+ readonly PORTS: {
734
+ readonly Destination: "Destination";
735
+ readonly Entity: "Entity";
736
+ readonly Exec: "Exec";
737
+ readonly Source: "Source";
738
+ readonly ExecOut: "ExecOut";
739
+ };
740
+ };
741
+ readonly Exec_Entity_SetAngularVelocity: {
742
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Entity_SetAngularVelocity";
743
+ readonly BRICK: "B_1x1_Gate_Exec_Entity_SetAngularVelocity";
744
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Entity_SetAngularVelocity"];
745
+ readonly PORTS: {
746
+ readonly AngularVelocity: "AngularVelocity";
747
+ readonly AngularVelocity_X: "AngularVelocity.X";
748
+ readonly AngularVelocity_Y: "AngularVelocity.Y";
749
+ readonly AngularVelocity_Z: "AngularVelocity.Z";
750
+ readonly Entity: "Entity";
751
+ readonly Exec: "Exec";
752
+ readonly ExecOut: "ExecOut";
753
+ };
754
+ };
755
+ readonly Exec_Entity_SetFrozen: {
756
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Entity_SetFrozen";
757
+ readonly BRICK: "B_1x1_Gate_Exec_Entity_SetFrozen";
758
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Entity_SetFrozen"];
759
+ readonly PORTS: {
760
+ readonly Entity: "Entity";
761
+ readonly Exec: "Exec";
762
+ readonly bFrozen: "bFrozen";
763
+ readonly ExecOut: "ExecOut";
764
+ };
765
+ };
766
+ readonly Exec_Entity_SetGravityDirection: {
767
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Entity_SetGravityDirection";
768
+ readonly BRICK: "B_1x1_Gate_Exec_Entity_SetGravityDirection";
769
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Entity_SetGravityDirection"];
770
+ readonly PORTS: {
771
+ readonly Entity: "Entity";
772
+ readonly Exec: "Exec";
773
+ readonly Rotation: "Rotation";
774
+ readonly Rotation_Pitch: "Rotation.Pitch";
775
+ readonly Rotation_Roll: "Rotation.Roll";
776
+ readonly Rotation_Yaw: "Rotation.Yaw";
777
+ readonly ExecOut: "ExecOut";
778
+ };
779
+ };
780
+ readonly Exec_Entity_SetLinearVelocity: {
781
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Entity_SetLinearVelocity";
782
+ readonly BRICK: "B_1x1_Gate_Exec_Entity_SetLinearVelocity";
783
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Entity_SetLinearVelocity"];
784
+ readonly PORTS: {
785
+ readonly Entity: "Entity";
786
+ readonly Exec: "Exec";
787
+ readonly LinearVelocity: "LinearVelocity";
788
+ readonly LinearVelocity_X: "LinearVelocity.X";
789
+ readonly LinearVelocity_Y: "LinearVelocity.Y";
790
+ readonly LinearVelocity_Z: "LinearVelocity.Z";
791
+ readonly ExecOut: "ExecOut";
792
+ };
793
+ };
794
+ readonly Exec_Entity_SetLocation: {
795
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Entity_SetLocation";
796
+ readonly BRICK: "B_1x1_Gate_Exec_Entity_SetLocation";
797
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Entity_SetLocation"];
798
+ readonly PORTS: {
799
+ readonly Entity: "Entity";
800
+ readonly Exec: "Exec";
801
+ readonly Vector: "Vector";
802
+ readonly Vector_X: "Vector.X";
803
+ readonly Vector_Y: "Vector.Y";
804
+ readonly Vector_Z: "Vector.Z";
805
+ readonly ExecOut: "ExecOut";
806
+ };
807
+ };
808
+ readonly Exec_Entity_SetLocationRotation: {
809
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Entity_SetLocationRotation";
810
+ readonly BRICK: "B_1x1_Gate_Exec_Entity_SetLocationRotation";
811
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Entity_SetLocationRotation"];
812
+ readonly PORTS: {
813
+ readonly Entity: "Entity";
814
+ readonly Exec: "Exec";
815
+ readonly Rotation: "Rotation";
816
+ readonly Rotation_Pitch: "Rotation.Pitch";
817
+ readonly Rotation_Roll: "Rotation.Roll";
818
+ readonly Rotation_Yaw: "Rotation.Yaw";
819
+ readonly Vector: "Vector";
820
+ readonly Vector_X: "Vector.X";
821
+ readonly Vector_Y: "Vector.Y";
822
+ readonly Vector_Z: "Vector.Z";
823
+ readonly ExecOut: "ExecOut";
824
+ };
825
+ };
826
+ readonly Exec_Entity_SetRotation: {
827
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Entity_SetRotation";
828
+ readonly BRICK: "B_1x1_Gate_Exec_Entity_SetRotation";
829
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Entity_SetRotation"];
830
+ readonly PORTS: {
831
+ readonly Entity: "Entity";
832
+ readonly Exec: "Exec";
833
+ readonly Rotation: "Rotation";
834
+ readonly Rotation_Pitch: "Rotation.Pitch";
835
+ readonly Rotation_Roll: "Rotation.Roll";
836
+ readonly Rotation_Yaw: "Rotation.Yaw";
837
+ readonly ExecOut: "ExecOut";
838
+ };
839
+ };
840
+ readonly Exec_Entity_SetVelocity: {
841
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Entity_SetVelocity";
842
+ readonly BRICK: "B_1x1_Gate_Exec_Entity_SetVelocity";
843
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Entity_SetVelocity"];
844
+ readonly PORTS: {
845
+ readonly Entity: "Entity";
846
+ readonly Exec: "Exec";
847
+ readonly Rotation: "Rotation";
848
+ readonly Rotation_X: "Rotation.X";
849
+ readonly Rotation_Y: "Rotation.Y";
850
+ readonly Rotation_Z: "Rotation.Z";
851
+ readonly Vector: "Vector";
852
+ readonly Vector_X: "Vector.X";
853
+ readonly Vector_Y: "Vector.Y";
854
+ readonly Vector_Z: "Vector.Z";
855
+ readonly ExecOut: "ExecOut";
856
+ };
857
+ };
858
+ readonly Exec_Entity_Teleport: {
859
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Entity_Teleport";
860
+ readonly BRICK: "B_1x1_Gate_Exec_Entity_Teleport";
861
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Entity_Teleport"];
862
+ readonly PORTS: {
863
+ readonly Destination: "Destination";
864
+ readonly Entity: "Entity";
865
+ readonly Exec: "Exec";
866
+ readonly ExecOut: "ExecOut";
867
+ };
868
+ };
869
+ readonly Exec_Gamemode_FillArrayFromPlayers: {
870
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Gamemode_FillArrayFromPlayers";
871
+ readonly BRICK: "B_1x1_Gate_Exec_Gamemode_FillArrayFromPlayers";
872
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Gamemode_FillArrayFromPlayers"];
873
+ readonly PORTS: {
874
+ readonly ArrayVarRef: "ArrayVarRef";
875
+ readonly Exec: "Exec";
876
+ readonly ExecOut: "ExecOut";
877
+ };
878
+ };
879
+ readonly Exec_Gamemode_FillArrayFromTeamMembers: {
880
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Gamemode_FillArrayFromTeamMembers";
881
+ readonly BRICK: "B_1x1_Gate_Exec_Gamemode_FillArrayFromTeamMembers";
882
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Gamemode_FillArrayFromTeamMembers"];
883
+ readonly PORTS: {
884
+ readonly ArrayVarRef: "ArrayVarRef";
885
+ readonly Exec: "Exec";
886
+ readonly Team: "Team";
887
+ readonly ExecOut: "ExecOut";
888
+ };
889
+ };
890
+ readonly Exec_Gamemode_GetCurrentRound: {
891
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Gamemode_GetCurrentRound";
892
+ readonly BRICK: "B_1x1_Gate_Exec_Gamemode_GetCurrentRound";
893
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Gamemode_GetCurrentRound"];
894
+ readonly PORTS: {
895
+ readonly Exec: "Exec";
896
+ readonly ExecOut: "ExecOut";
897
+ readonly RoundNumber: "RoundNumber";
898
+ };
899
+ };
900
+ readonly Exec_Gamemode_GetLeaderboardValue: {
901
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Gamemode_GetLeaderboardValue";
902
+ readonly BRICK: "B_1x1_Gate_Exec_Gamemode_GetLeaderboardValue";
903
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Gamemode_GetLeaderboardValue"];
904
+ readonly PORTS: {
905
+ readonly Controller: "Controller";
906
+ readonly Exec: "Exec";
907
+ readonly Key: "Key";
908
+ readonly ExecOut: "ExecOut";
909
+ readonly Value: "Value";
910
+ };
911
+ };
912
+ readonly Exec_Gamemode_GetTeam: {
913
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Gamemode_GetTeam";
914
+ readonly BRICK: "B_1x1_Gate_Exec_Gamemode_GetTeam";
915
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Gamemode_GetTeam"];
916
+ readonly PORTS: {
917
+ readonly Character: "Character";
918
+ readonly Exec: "Exec";
919
+ readonly ExecOut: "ExecOut";
920
+ readonly Team: "Team";
921
+ };
922
+ };
923
+ readonly Exec_Gamemode_GetTeamByName: {
924
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Gamemode_GetTeamByName";
925
+ readonly BRICK: "B_1x1_Gate_Exec_Gamemode_GetTeamByName";
926
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Gamemode_GetTeamByName"];
927
+ readonly PORTS: {
928
+ readonly Exec: "Exec";
929
+ readonly TeamName: "TeamName";
930
+ readonly ExecOut: "ExecOut";
931
+ readonly Team: "Team";
932
+ };
933
+ };
934
+ readonly Exec_Gamemode_GetTeamLeaderboardValue: {
935
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Gamemode_GetTeamLeaderboardValue";
936
+ readonly BRICK: "B_1x1_Gate_Exec_Gamemode_GetTeamLeaderboardValue";
937
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Gamemode_GetTeamLeaderboardValue"];
938
+ readonly PORTS: {
939
+ readonly Exec: "Exec";
940
+ readonly Key: "Key";
941
+ readonly Team: "Team";
942
+ readonly ExecOut: "ExecOut";
943
+ readonly Value: "Value";
944
+ };
945
+ };
946
+ readonly Exec_Gamemode_GetTeamName: {
947
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Gamemode_GetTeamName";
948
+ readonly BRICK: "B_1x1_Gate_Exec_Gamemode_GetTeamName";
949
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Gamemode_GetTeamName"];
950
+ readonly PORTS: {
951
+ readonly Exec: "Exec";
952
+ readonly Team: "Team";
953
+ readonly ExecOut: "ExecOut";
954
+ readonly Name: "Name";
955
+ };
956
+ };
957
+ readonly Exec_Gamemode_IncrementLeaderboardValue: {
958
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Gamemode_IncrementLeaderboardValue";
959
+ readonly BRICK: "B_1x1_Gate_Exec_Gamemode_IncrementLeaderboardValue";
960
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Gamemode_IncrementLeaderboardValue"];
961
+ readonly PORTS: {
962
+ readonly Controller: "Controller";
963
+ readonly Exec: "Exec";
964
+ readonly Key: "Key";
965
+ readonly Value: "Value";
966
+ readonly ExecOut: "ExecOut";
967
+ };
968
+ };
969
+ readonly Exec_Gamemode_IncrementTeamLeaderboardValue: {
970
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Gamemode_IncrementTeamLeaderboardValue";
971
+ readonly BRICK: "B_1x1_Gate_Exec_Gamemode_IncrementTeamLeaderboardValue";
972
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Gamemode_IncrementTeamLeaderboardValue"];
973
+ readonly PORTS: {
974
+ readonly Exec: "Exec";
975
+ readonly Key: "Key";
976
+ readonly Team: "Team";
977
+ readonly Value: "Value";
978
+ readonly ExecOut: "ExecOut";
979
+ };
980
+ };
981
+ readonly Exec_Gamemode_PlayerWins: {
982
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Gamemode_PlayerWins";
983
+ readonly BRICK: "B_1x1_Gate_Exec_Gamemode_PlayerWins";
984
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Gamemode_PlayerWins"];
985
+ readonly PORTS: {
986
+ readonly Exec: "Exec";
987
+ readonly Player: "Player";
988
+ readonly bTeamWinsInstead: "bTeamWinsInstead";
989
+ readonly ExecOut: "ExecOut";
990
+ };
991
+ };
992
+ readonly Exec_Gamemode_SetLeaderboardValue: {
993
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Gamemode_SetLeaderboardValue";
994
+ readonly BRICK: "B_1x1_Gate_Exec_Gamemode_SetLeaderboardValue";
995
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Gamemode_SetLeaderboardValue"];
996
+ readonly PORTS: {
997
+ readonly Controller: "Controller";
998
+ readonly Exec: "Exec";
999
+ readonly Key: "Key";
1000
+ readonly Value: "Value";
1001
+ readonly ExecOut: "ExecOut";
1002
+ };
1003
+ };
1004
+ readonly Exec_Gamemode_SetTeam: {
1005
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Gamemode_SetTeam";
1006
+ readonly BRICK: "B_1x1_Gate_Exec_Gamemode_SetTeam";
1007
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Gamemode_SetTeam"];
1008
+ readonly PORTS: {
1009
+ readonly Controller: "Controller";
1010
+ readonly Exec: "Exec";
1011
+ readonly Team: "Team";
1012
+ readonly bPinPlayerToTeam: "bPinPlayerToTeam";
1013
+ readonly ExecOut: "ExecOut";
1014
+ };
1015
+ };
1016
+ readonly Exec_Gamemode_SetTeamLeaderboardValue: {
1017
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Gamemode_SetTeamLeaderboardValue";
1018
+ readonly BRICK: "B_1x1_Gate_Exec_Gamemode_SetTeamLeaderboardValue";
1019
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Gamemode_SetTeamLeaderboardValue"];
1020
+ readonly PORTS: {
1021
+ readonly Exec: "Exec";
1022
+ readonly Key: "Key";
1023
+ readonly Team: "Team";
1024
+ readonly Value: "Value";
1025
+ readonly ExecOut: "ExecOut";
1026
+ };
1027
+ };
1028
+ readonly Exec_Gamemode_SetTeamPinned: {
1029
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Gamemode_SetTeamPinned";
1030
+ readonly BRICK: "B_1x1_Gate_Exec_Gamemode_SetTeamPinned";
1031
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Gamemode_SetTeamPinned"];
1032
+ readonly PORTS: {
1033
+ readonly Controller: "Controller";
1034
+ readonly Exec: "Exec";
1035
+ readonly bPinned: "bPinned";
1036
+ readonly ExecOut: "ExecOut";
1037
+ };
1038
+ };
1039
+ readonly Exec_Gamemode_TeamWins: {
1040
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Gamemode_TeamWins";
1041
+ readonly BRICK: "B_1x1_Gate_Exec_Gamemode_TeamWins";
1042
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Gamemode_TeamWins"];
1043
+ readonly PORTS: {
1044
+ readonly Exec: "Exec";
1045
+ readonly Team: "Team";
1046
+ readonly ExecOut: "ExecOut";
1047
+ };
1048
+ };
1049
+ readonly Exec_PlayGlobalAudio: {
1050
+ readonly NAME: "BrickComponentType_WireGraph_Exec_PlayGlobalAudio";
1051
+ readonly BRICK: "B_1x1_Gate_Exec_PlayGlobalAudio";
1052
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_PlayGlobalAudio"];
1053
+ readonly PORTS: {
1054
+ readonly Exec: "Exec";
1055
+ readonly PitchMultiplier: "PitchMultiplier";
1056
+ readonly VolumeMultiplier: "VolumeMultiplier";
1057
+ readonly ExecOut: "ExecOut";
1058
+ };
1059
+ };
1060
+ readonly Exec_PrefabSpawner: {
1061
+ readonly NAME: "BrickComponentType_WireGraph_Exec_PrefabSpawner";
1062
+ readonly BRICK: "B_1x1_Gate_Exec_PrefabSpawner";
1063
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_PrefabSpawner"];
1064
+ readonly PORTS: {
1065
+ readonly Exec: "Exec";
1066
+ readonly Lifetime: "Lifetime";
1067
+ readonly Limit: "Limit";
1068
+ readonly SpawnOffset: "SpawnOffset";
1069
+ readonly SpawnOffset_X: "SpawnOffset.X";
1070
+ readonly SpawnOffset_Y: "SpawnOffset.Y";
1071
+ readonly SpawnOffset_Z: "SpawnOffset.Z";
1072
+ readonly SpawnOffsetRotation: "SpawnOffsetRotation";
1073
+ readonly SpawnOffsetRotation_Pitch: "SpawnOffsetRotation.Pitch";
1074
+ readonly SpawnOffsetRotation_Roll: "SpawnOffsetRotation.Roll";
1075
+ readonly SpawnOffsetRotation_Yaw: "SpawnOffsetRotation.Yaw";
1076
+ readonly Entity: "Entity";
1077
+ readonly ExecOut: "ExecOut";
1078
+ };
1079
+ };
1080
+ readonly Exec_PrintToConsole: {
1081
+ readonly NAME: "BrickComponentType_WireGraph_Exec_PrintToConsole";
1082
+ readonly BRICK: "B_1x1_Gate_Exec_PrintToConsole";
1083
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_PrintToConsole"];
1084
+ readonly PORTS: {
1085
+ readonly Exec: "Exec";
1086
+ readonly Text: "Text";
1087
+ readonly ExecOut: "ExecOut";
1088
+ };
1089
+ };
1090
+ readonly Exec_Random: {
1091
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Random";
1092
+ readonly BRICK: "B_1x1_Gate_Exec_Random";
1093
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Random"];
1094
+ readonly PORTS: {
1095
+ readonly Exec: "Exec";
1096
+ readonly Max: "Max";
1097
+ readonly Min: "Min";
1098
+ readonly ExecOut: "ExecOut";
1099
+ readonly Output: "Output";
1100
+ };
1101
+ };
1102
+ readonly Exec_Sweep: {
1103
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Sweep";
1104
+ readonly BRICK: "B_1x1_Gate_Exec_Sweep";
1105
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Sweep"];
1106
+ readonly PORTS: {
1107
+ readonly Direction: "Direction";
1108
+ readonly Direction_X: "Direction.X";
1109
+ readonly Direction_Y: "Direction.Y";
1110
+ readonly Direction_Z: "Direction.Z";
1111
+ readonly Distance: "Distance";
1112
+ readonly Exec: "Exec";
1113
+ readonly IgnoreEntity: "IgnoreEntity";
1114
+ readonly Origin: "Origin";
1115
+ readonly Origin_X: "Origin.X";
1116
+ readonly Origin_Y: "Origin.Y";
1117
+ readonly Origin_Z: "Origin.Z";
1118
+ readonly Radius: "Radius";
1119
+ readonly bRelative: "bRelative";
1120
+ readonly ExecOut: "ExecOut";
1121
+ readonly Hit: "Hit";
1122
+ readonly HitDistance: "HitDistance";
1123
+ readonly HitEntity: "HitEntity";
1124
+ readonly HitLocation: "HitLocation";
1125
+ readonly HitNormal: "HitNormal";
1126
+ readonly Miss: "Miss";
1127
+ };
1128
+ };
1129
+ readonly Exec_Union: {
1130
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Union";
1131
+ readonly BRICK: "B_1x1_Gate_Exec_Union";
1132
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Union"];
1133
+ readonly PORTS: {
1134
+ readonly ExecA: "ExecA";
1135
+ readonly ExecB: "ExecB";
1136
+ readonly ExecOut: "ExecOut";
1137
+ };
1138
+ };
1139
+ readonly Exec_Var_Get: {
1140
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Var_Get";
1141
+ readonly BRICK: "B_1x1_Gate_Exec_Var_Get";
1142
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Var_Get"];
1143
+ readonly PORTS: {
1144
+ readonly Exec: "Exec";
1145
+ readonly VarRef: "VarRef";
1146
+ readonly ExecOut: "ExecOut";
1147
+ readonly Value: "Value";
1148
+ };
1149
+ };
1150
+ readonly Exec_Var_Increment: {
1151
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Var_Increment";
1152
+ readonly BRICK: "B_1x1_Gate_Exec_Var_Increment";
1153
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Var_Increment"];
1154
+ readonly PORTS: {
1155
+ readonly Exec: "Exec";
1156
+ readonly Value: "Value";
1157
+ readonly VarRef: "VarRef";
1158
+ readonly ExecOut: "ExecOut";
1159
+ };
1160
+ };
1161
+ readonly Exec_Var_Set: {
1162
+ readonly NAME: "BrickComponentType_WireGraph_Exec_Var_Set";
1163
+ readonly BRICK: "B_1x1_Gate_Exec_Var_Set";
1164
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Var_Set"];
1165
+ readonly PORTS: {
1166
+ readonly Exec: "Exec";
1167
+ readonly Value: "Value";
1168
+ readonly VarRef: "VarRef";
1169
+ readonly ExecOut: "ExecOut";
1170
+ };
1171
+ };
1172
+ readonly Expr_BitwiseAND: {
1173
+ readonly NAME: "BrickComponentType_WireGraph_Expr_BitwiseAND";
1174
+ readonly BRICK: "B_1x1_Gate_Expr_BitwiseAND";
1175
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_BitwiseAND"];
1176
+ readonly PORTS: {
1177
+ readonly InputA: "InputA";
1178
+ readonly InputB: "InputB";
1179
+ readonly Output: "Output";
1180
+ };
1181
+ };
1182
+ readonly Expr_BitwiseBitCount: {
1183
+ readonly NAME: "BrickComponentType_WireGraph_Expr_BitwiseBitCount";
1184
+ readonly BRICK: "B_1x1_Gate_Expr_BitwiseBitCount";
1185
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_BitwiseBitCount"];
1186
+ readonly PORTS: {
1187
+ readonly Input: "Input";
1188
+ readonly Output: "Output";
1189
+ };
1190
+ };
1191
+ readonly Expr_BitwiseNAND: {
1192
+ readonly NAME: "BrickComponentType_WireGraph_Expr_BitwiseNAND";
1193
+ readonly BRICK: "B_1x1_Gate_Expr_BitwiseNAND";
1194
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_BitwiseNAND"];
1195
+ readonly PORTS: {
1196
+ readonly InputA: "InputA";
1197
+ readonly InputB: "InputB";
1198
+ readonly Output: "Output";
1199
+ };
1200
+ };
1201
+ readonly Expr_BitwiseNOR: {
1202
+ readonly NAME: "BrickComponentType_WireGraph_Expr_BitwiseNOR";
1203
+ readonly BRICK: "B_1x1_Gate_Expr_BitwiseNOR";
1204
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_BitwiseNOR"];
1205
+ readonly PORTS: {
1206
+ readonly InputA: "InputA";
1207
+ readonly InputB: "InputB";
1208
+ readonly Output: "Output";
1209
+ };
1210
+ };
1211
+ readonly Expr_BitwiseNOT: {
1212
+ readonly NAME: "BrickComponentType_WireGraph_Expr_BitwiseNOT";
1213
+ readonly BRICK: "B_1x1_Gate_Expr_BitwiseNOT";
1214
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_BitwiseNOT"];
1215
+ readonly PORTS: {
1216
+ readonly Input: "Input";
1217
+ readonly Output: "Output";
1218
+ };
1219
+ };
1220
+ readonly Expr_BitwiseOR: {
1221
+ readonly NAME: "BrickComponentType_WireGraph_Expr_BitwiseOR";
1222
+ readonly BRICK: "B_1x1_Gate_Expr_BitwiseOR";
1223
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_BitwiseOR"];
1224
+ readonly PORTS: {
1225
+ readonly InputA: "InputA";
1226
+ readonly InputB: "InputB";
1227
+ readonly Output: "Output";
1228
+ };
1229
+ };
1230
+ readonly Expr_BitwiseShiftLeft: {
1231
+ readonly NAME: "BrickComponentType_WireGraph_Expr_BitwiseShiftLeft";
1232
+ readonly BRICK: "B_1x1_Gate_Expr_BitwiseShiftLeft";
1233
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_BitwiseShiftLeft"];
1234
+ readonly PORTS: {
1235
+ readonly InputA: "InputA";
1236
+ readonly InputB: "InputB";
1237
+ readonly Output: "Output";
1238
+ };
1239
+ };
1240
+ readonly Expr_BitwiseShiftRight: {
1241
+ readonly NAME: "BrickComponentType_WireGraph_Expr_BitwiseShiftRight";
1242
+ readonly BRICK: "B_1x1_Gate_Expr_BitwiseShiftRight";
1243
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_BitwiseShiftRight"];
1244
+ readonly PORTS: {
1245
+ readonly InputA: "InputA";
1246
+ readonly InputB: "InputB";
1247
+ readonly Output: "Output";
1248
+ };
1249
+ };
1250
+ readonly Expr_BitwiseXOR: {
1251
+ readonly NAME: "BrickComponentType_WireGraph_Expr_BitwiseXOR";
1252
+ readonly BRICK: "B_1x1_Gate_Expr_BitwiseXOR";
1253
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_BitwiseXOR"];
1254
+ readonly PORTS: {
1255
+ readonly InputA: "InputA";
1256
+ readonly InputB: "InputB";
1257
+ readonly Output: "Output";
1258
+ };
1259
+ };
1260
+ readonly Expr_Ceil: {
1261
+ readonly NAME: "BrickComponentType_WireGraph_Expr_Ceil";
1262
+ readonly BRICK: "B_1x1_Gate_Expr_Ceil";
1263
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_Ceil"];
1264
+ readonly PORTS: {
1265
+ readonly Input: "Input";
1266
+ readonly Output: "Output";
1267
+ };
1268
+ };
1269
+ readonly Expr_CompareEqual: {
1270
+ readonly NAME: "BrickComponentType_WireGraph_Expr_CompareEqual";
1271
+ readonly BRICK: "B_1x1_Gate_Expr_CompareEqual";
1272
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_CompareEqual"];
1273
+ readonly PORTS: {
1274
+ readonly InputA: "InputA";
1275
+ readonly InputB: "InputB";
1276
+ readonly bOutput: "bOutput";
1277
+ };
1278
+ };
1279
+ readonly Expr_CompareGreater: {
1280
+ readonly NAME: "BrickComponentType_WireGraph_Expr_CompareGreater";
1281
+ readonly BRICK: "B_1x1_Gate_Expr_CompareGreater";
1282
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_CompareGreater"];
1283
+ readonly PORTS: {
1284
+ readonly InputA: "InputA";
1285
+ readonly InputB: "InputB";
1286
+ readonly bOutput: "bOutput";
1287
+ };
1288
+ };
1289
+ readonly Expr_CompareGreaterOrEqual: {
1290
+ readonly NAME: "BrickComponentType_WireGraph_Expr_CompareGreaterOrEqual";
1291
+ readonly BRICK: "B_1x1_Gate_Expr_CompareGreaterOrEqual";
1292
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_CompareGreaterOrEqual"];
1293
+ readonly PORTS: {
1294
+ readonly InputA: "InputA";
1295
+ readonly InputB: "InputB";
1296
+ readonly bOutput: "bOutput";
1297
+ };
1298
+ };
1299
+ readonly Expr_CompareLess: {
1300
+ readonly NAME: "BrickComponentType_WireGraph_Expr_CompareLess";
1301
+ readonly BRICK: "B_1x1_Gate_Expr_CompareLess";
1302
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_CompareLess"];
1303
+ readonly PORTS: {
1304
+ readonly InputA: "InputA";
1305
+ readonly InputB: "InputB";
1306
+ readonly bOutput: "bOutput";
1307
+ };
1308
+ };
1309
+ readonly Expr_CompareLessOrEqual: {
1310
+ readonly NAME: "BrickComponentType_WireGraph_Expr_CompareLessOrEqual";
1311
+ readonly BRICK: "B_1x1_Gate_Expr_CompareLessOrEqual";
1312
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_CompareLessOrEqual"];
1313
+ readonly PORTS: {
1314
+ readonly InputA: "InputA";
1315
+ readonly InputB: "InputB";
1316
+ readonly bOutput: "bOutput";
1317
+ };
1318
+ };
1319
+ readonly Expr_CompareNotEqual: {
1320
+ readonly NAME: "BrickComponentType_WireGraph_Expr_CompareNotEqual";
1321
+ readonly BRICK: "B_1x1_Gate_Expr_CompareNotEqual";
1322
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_CompareNotEqual"];
1323
+ readonly PORTS: {
1324
+ readonly InputA: "InputA";
1325
+ readonly InputB: "InputB";
1326
+ readonly bOutput: "bOutput";
1327
+ };
1328
+ };
1329
+ readonly Expr_EdgeDetector: {
1330
+ readonly NAME: "BrickComponentType_WireGraph_Expr_EdgeDetector";
1331
+ readonly BRICK: "B_1x1_Gate_Expr_EdgeDetector";
1332
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_EdgeDetector"];
1333
+ readonly PORTS: {
1334
+ readonly Input: "Input";
1335
+ readonly bPulseOnFallingEdge: "bPulseOnFallingEdge";
1336
+ readonly bPulseOnRisingEdge: "bPulseOnRisingEdge";
1337
+ };
1338
+ };
1339
+ readonly Expr_Floor: {
1340
+ readonly NAME: "BrickComponentType_WireGraph_Expr_Floor";
1341
+ readonly BRICK: "B_1x1_Gate_Expr_Floor";
1342
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_Floor"];
1343
+ readonly PORTS: {
1344
+ readonly Input: "Input";
1345
+ readonly Output: "Output";
1346
+ };
1347
+ };
1348
+ readonly Expr_LogicalAND: {
1349
+ readonly NAME: "BrickComponentType_WireGraph_Expr_LogicalAND";
1350
+ readonly BRICK: "B_1x1_Gate_Expr_LogicalAND";
1351
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_LogicalAND"];
1352
+ readonly PORTS: {
1353
+ readonly bInputA: "bInputA";
1354
+ readonly bInputB: "bInputB";
1355
+ readonly bOutput: "bOutput";
1356
+ };
1357
+ };
1358
+ readonly Expr_LogicalNAND: {
1359
+ readonly NAME: "BrickComponentType_WireGraph_Expr_LogicalNAND";
1360
+ readonly BRICK: "B_1x1_Gate_Expr_LogicalNAND";
1361
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_LogicalNAND"];
1362
+ readonly PORTS: {
1363
+ readonly bInputA: "bInputA";
1364
+ readonly bInputB: "bInputB";
1365
+ readonly bOutput: "bOutput";
1366
+ };
1367
+ };
1368
+ readonly Expr_LogicalNOR: {
1369
+ readonly NAME: "BrickComponentType_WireGraph_Expr_LogicalNOR";
1370
+ readonly BRICK: "B_1x1_Gate_Expr_LogicalNOR";
1371
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_LogicalNOR"];
1372
+ readonly PORTS: {
1373
+ readonly bInputA: "bInputA";
1374
+ readonly bInputB: "bInputB";
1375
+ readonly bOutput: "bOutput";
1376
+ };
1377
+ };
1378
+ readonly Expr_LogicalNOT: {
1379
+ readonly NAME: "BrickComponentType_WireGraph_Expr_LogicalNOT";
1380
+ readonly BRICK: "B_1x1_Gate_Expr_LogicalNOT";
1381
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_LogicalNOT"];
1382
+ readonly PORTS: {
1383
+ readonly bInput: "bInput";
1384
+ readonly bOutput: "bOutput";
1385
+ };
1386
+ };
1387
+ readonly Expr_LogicalOR: {
1388
+ readonly NAME: "BrickComponentType_WireGraph_Expr_LogicalOR";
1389
+ readonly BRICK: "B_1x1_Gate_Expr_LogicalOR";
1390
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_LogicalOR"];
1391
+ readonly PORTS: {
1392
+ readonly bInputA: "bInputA";
1393
+ readonly bInputB: "bInputB";
1394
+ readonly bOutput: "bOutput";
1395
+ };
1396
+ };
1397
+ readonly Expr_LogicalXOR: {
1398
+ readonly NAME: "BrickComponentType_WireGraph_Expr_LogicalXOR";
1399
+ readonly BRICK: "B_1x1_Gate_Expr_LogicalXOR";
1400
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_LogicalXOR"];
1401
+ readonly PORTS: {
1402
+ readonly bInputA: "bInputA";
1403
+ readonly bInputB: "bInputB";
1404
+ readonly bOutput: "bOutput";
1405
+ };
1406
+ };
1407
+ readonly Expr_MakeColor: {
1408
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MakeColor";
1409
+ readonly BRICK: "B_1x1_Gate_Expr_MakeColor";
1410
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MakeColor"];
1411
+ readonly PORTS: {
1412
+ readonly A: "A";
1413
+ readonly B: "B";
1414
+ readonly G: "G";
1415
+ readonly R: "R";
1416
+ readonly Output: "Output";
1417
+ };
1418
+ };
1419
+ readonly Expr_MakeVector: {
1420
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MakeVector";
1421
+ readonly BRICK: "B_1x1_Gate_Expr_MakeVector";
1422
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MakeVector"];
1423
+ readonly PORTS: {
1424
+ readonly X: "X";
1425
+ readonly Y: "Y";
1426
+ readonly Z: "Z";
1427
+ readonly Output: "Output";
1428
+ };
1429
+ };
1430
+ readonly Expr_MathAbs: {
1431
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathAbs";
1432
+ readonly BRICK: "B_1x1_Gate_Expr_MathAbs";
1433
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathAbs"];
1434
+ readonly PORTS: {
1435
+ readonly Input: "Input";
1436
+ readonly Output: "Output";
1437
+ };
1438
+ };
1439
+ readonly Expr_MathAcos: {
1440
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathAcos";
1441
+ readonly BRICK: "B_1x1_Gate_Expr_MathAcos";
1442
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathAcos"];
1443
+ readonly PORTS: {
1444
+ readonly Input: "Input";
1445
+ readonly Output: "Output";
1446
+ };
1447
+ };
1448
+ readonly Expr_MathAcosh: {
1449
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathAcosh";
1450
+ readonly BRICK: "B_1x1_Gate_Expr_MathAcosh";
1451
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathAcosh"];
1452
+ readonly PORTS: {
1453
+ readonly Input: "Input";
1454
+ readonly Output: "Output";
1455
+ };
1456
+ };
1457
+ readonly Expr_MathAdd: {
1458
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathAdd";
1459
+ readonly BRICK: "B_1x1_Gate_Expr_MathAdd";
1460
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathAdd"];
1461
+ readonly PORTS: {
1462
+ readonly InputA: "InputA";
1463
+ readonly InputB: "InputB";
1464
+ readonly Output: "Output";
1465
+ };
1466
+ };
1467
+ readonly Expr_MathAsin: {
1468
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathAsin";
1469
+ readonly BRICK: "B_1x1_Gate_Expr_MathAsin";
1470
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathAsin"];
1471
+ readonly PORTS: {
1472
+ readonly Input: "Input";
1473
+ readonly Output: "Output";
1474
+ };
1475
+ };
1476
+ readonly Expr_MathAsinh: {
1477
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathAsinh";
1478
+ readonly BRICK: "B_1x1_Gate_Expr_MathAsinh";
1479
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathAsinh"];
1480
+ readonly PORTS: {
1481
+ readonly Input: "Input";
1482
+ readonly Output: "Output";
1483
+ };
1484
+ };
1485
+ readonly Expr_MathAtan: {
1486
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathAtan";
1487
+ readonly BRICK: "B_1x1_Gate_Expr_MathAtan";
1488
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathAtan"];
1489
+ readonly PORTS: {
1490
+ readonly Input: "Input";
1491
+ readonly Output: "Output";
1492
+ };
1493
+ };
1494
+ readonly Expr_MathAtan2: {
1495
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathAtan2";
1496
+ readonly BRICK: "B_1x1_Gate_Expr_MathAtan2";
1497
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathAtan2"];
1498
+ readonly PORTS: {
1499
+ readonly X: "X";
1500
+ readonly Y: "Y";
1501
+ readonly Output: "Output";
1502
+ };
1503
+ };
1504
+ readonly Expr_MathAtanh: {
1505
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathAtanh";
1506
+ readonly BRICK: "B_1x1_Gate_Expr_MathAtanh";
1507
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathAtanh"];
1508
+ readonly PORTS: {
1509
+ readonly Input: "Input";
1510
+ readonly Output: "Output";
1511
+ };
1512
+ };
1513
+ readonly Expr_MathBlend: {
1514
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathBlend";
1515
+ readonly BRICK: "B_1x1_Gate_Expr_MathBlend";
1516
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathBlend"];
1517
+ readonly PORTS: {
1518
+ readonly Blend: "Blend";
1519
+ readonly InputA: "InputA";
1520
+ readonly InputB: "InputB";
1521
+ readonly Output: "Output";
1522
+ };
1523
+ };
1524
+ readonly Expr_MathClamp: {
1525
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathClamp";
1526
+ readonly BRICK: "B_1x1_Gate_Expr_MathClamp";
1527
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathClamp"];
1528
+ readonly PORTS: {
1529
+ readonly Input: "Input";
1530
+ readonly Max: "Max";
1531
+ readonly Min: "Min";
1532
+ readonly Output: "Output";
1533
+ };
1534
+ };
1535
+ readonly Expr_MathCos: {
1536
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathCos";
1537
+ readonly BRICK: "B_1x1_Gate_Expr_MathCos";
1538
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathCos"];
1539
+ readonly PORTS: {
1540
+ readonly Input: "Input";
1541
+ readonly Output: "Output";
1542
+ };
1543
+ };
1544
+ readonly Expr_MathCosh: {
1545
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathCosh";
1546
+ readonly BRICK: "B_1x1_Gate_Expr_MathCosh";
1547
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathCosh"];
1548
+ readonly PORTS: {
1549
+ readonly Input: "Input";
1550
+ readonly Output: "Output";
1551
+ };
1552
+ };
1553
+ readonly Expr_MathDegreesToRadians: {
1554
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathDegreesToRadians";
1555
+ readonly BRICK: "B_1x1_Gate_Expr_MathDegreesToRadians";
1556
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathDegreesToRadians"];
1557
+ readonly PORTS: {
1558
+ readonly Input: "Input";
1559
+ readonly Output: "Output";
1560
+ };
1561
+ };
1562
+ readonly Expr_MathDivide: {
1563
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathDivide";
1564
+ readonly BRICK: "B_1x1_Gate_Expr_MathDivide";
1565
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathDivide"];
1566
+ readonly PORTS: {
1567
+ readonly InputA: "InputA";
1568
+ readonly InputB: "InputB";
1569
+ readonly Output: "Output";
1570
+ };
1571
+ };
1572
+ readonly Expr_MathEasing: {
1573
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathEasing";
1574
+ readonly BRICK: "B_1x1_Gate_Expr_MathEasing";
1575
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathEasing"];
1576
+ readonly PORTS: {
1577
+ readonly Blend: "Blend";
1578
+ readonly Direction: "Direction";
1579
+ readonly Function: "Function";
1580
+ readonly InputA: "InputA";
1581
+ readonly InputB: "InputB";
1582
+ readonly Output: "Output";
1583
+ };
1584
+ };
1585
+ readonly Expr_MathExp: {
1586
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathExp";
1587
+ readonly BRICK: "B_1x1_Gate_Expr_MathExp";
1588
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathExp"];
1589
+ readonly PORTS: {
1590
+ readonly Input: "Input";
1591
+ readonly Output: "Output";
1592
+ };
1593
+ };
1594
+ readonly Expr_MathLn: {
1595
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathLn";
1596
+ readonly BRICK: "B_1x1_Gate_Expr_MathLn";
1597
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathLn"];
1598
+ readonly PORTS: {
1599
+ readonly Input: "Input";
1600
+ readonly Output: "Output";
1601
+ };
1602
+ };
1603
+ readonly Expr_MathLogBase: {
1604
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathLogBase";
1605
+ readonly BRICK: "B_1x1_Gate_Expr_MathLogBase";
1606
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathLogBase"];
1607
+ readonly PORTS: {
1608
+ readonly Base: "Base";
1609
+ readonly Input: "Input";
1610
+ readonly Output: "Output";
1611
+ };
1612
+ };
1613
+ readonly Expr_MathMax: {
1614
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathMax";
1615
+ readonly BRICK: "B_1x1_Gate_Expr_MathMax";
1616
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathMax"];
1617
+ readonly PORTS: {
1618
+ readonly InputA: "InputA";
1619
+ readonly InputB: "InputB";
1620
+ readonly Output: "Output";
1621
+ };
1622
+ };
1623
+ readonly Expr_MathMin: {
1624
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathMin";
1625
+ readonly BRICK: "B_1x1_Gate_Expr_MathMin";
1626
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathMin"];
1627
+ readonly PORTS: {
1628
+ readonly InputA: "InputA";
1629
+ readonly InputB: "InputB";
1630
+ readonly Output: "Output";
1631
+ };
1632
+ };
1633
+ readonly Expr_MathModulo: {
1634
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathModulo";
1635
+ readonly BRICK: "B_1x1_Gate_Expr_MathModulo";
1636
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathModulo"];
1637
+ readonly PORTS: {
1638
+ readonly InputA: "InputA";
1639
+ readonly InputB: "InputB";
1640
+ readonly Output: "Output";
1641
+ };
1642
+ };
1643
+ readonly Expr_MathModuloFloored: {
1644
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathModuloFloored";
1645
+ readonly BRICK: "B_1x1_Gate_Expr_MathModuloFloored";
1646
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathModuloFloored"];
1647
+ readonly PORTS: {
1648
+ readonly InputA: "InputA";
1649
+ readonly InputB: "InputB";
1650
+ readonly Output: "Output";
1651
+ };
1652
+ };
1653
+ readonly Expr_MathMultiply: {
1654
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathMultiply";
1655
+ readonly BRICK: "B_1x1_Gate_Expr_MathMultiply";
1656
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathMultiply"];
1657
+ readonly PORTS: {
1658
+ readonly InputA: "InputA";
1659
+ readonly InputB: "InputB";
1660
+ readonly Output: "Output";
1661
+ };
1662
+ };
1663
+ readonly Expr_MathNegate: {
1664
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathNegate";
1665
+ readonly BRICK: "B_1x1_Gate_Expr_MathNegate";
1666
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathNegate"];
1667
+ readonly PORTS: {
1668
+ readonly Input: "Input";
1669
+ readonly Output: "Output";
1670
+ };
1671
+ };
1672
+ readonly Expr_MathPow: {
1673
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathPow";
1674
+ readonly BRICK: "B_1x1_Gate_Expr_MathPow";
1675
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathPow"];
1676
+ readonly PORTS: {
1677
+ readonly Exponent: "Exponent";
1678
+ readonly Input: "Input";
1679
+ readonly Output: "Output";
1680
+ };
1681
+ };
1682
+ readonly Expr_MathRadiansToDegrees: {
1683
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathRadiansToDegrees";
1684
+ readonly BRICK: "B_1x1_Gate_Expr_MathRadiansToDegrees";
1685
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathRadiansToDegrees"];
1686
+ readonly PORTS: {
1687
+ readonly Input: "Input";
1688
+ readonly Output: "Output";
1689
+ };
1690
+ };
1691
+ readonly Expr_MathSign: {
1692
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathSign";
1693
+ readonly BRICK: "B_1x1_Gate_Expr_MathSign";
1694
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathSign"];
1695
+ readonly PORTS: {
1696
+ readonly Input: "Input";
1697
+ readonly Output: "Output";
1698
+ };
1699
+ };
1700
+ readonly Expr_MathSin: {
1701
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathSin";
1702
+ readonly BRICK: "B_1x1_Gate_Expr_MathSin";
1703
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathSin"];
1704
+ readonly PORTS: {
1705
+ readonly Input: "Input";
1706
+ readonly Output: "Output";
1707
+ };
1708
+ };
1709
+ readonly Expr_MathSinh: {
1710
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathSinh";
1711
+ readonly BRICK: "B_1x1_Gate_Expr_MathSinh";
1712
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathSinh"];
1713
+ readonly PORTS: {
1714
+ readonly Input: "Input";
1715
+ readonly Output: "Output";
1716
+ };
1717
+ };
1718
+ readonly Expr_MathSqrt: {
1719
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathSqrt";
1720
+ readonly BRICK: "B_1x1_Gate_Expr_MathSqrt";
1721
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathSqrt"];
1722
+ readonly PORTS: {
1723
+ readonly Input: "Input";
1724
+ readonly Output: "Output";
1725
+ };
1726
+ };
1727
+ readonly Expr_MathSubtract: {
1728
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathSubtract";
1729
+ readonly BRICK: "B_1x1_Gate_Expr_MathSubtract";
1730
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathSubtract"];
1731
+ readonly PORTS: {
1732
+ readonly InputA: "InputA";
1733
+ readonly InputB: "InputB";
1734
+ readonly Output: "Output";
1735
+ };
1736
+ };
1737
+ readonly Expr_MathTan: {
1738
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathTan";
1739
+ readonly BRICK: "B_1x1_Gate_Expr_MathTan";
1740
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathTan"];
1741
+ readonly PORTS: {
1742
+ readonly Input: "Input";
1743
+ readonly Output: "Output";
1744
+ };
1745
+ };
1746
+ readonly Expr_MathTanh: {
1747
+ readonly NAME: "BrickComponentType_WireGraph_Expr_MathTanh";
1748
+ readonly BRICK: "B_1x1_Gate_Expr_MathTanh";
1749
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_MathTanh"];
1750
+ readonly PORTS: {
1751
+ readonly Input: "Input";
1752
+ readonly Output: "Output";
1753
+ };
1754
+ };
1755
+ readonly Expr_NearlyEqual: {
1756
+ readonly NAME: "BrickComponentType_WireGraph_Expr_NearlyEqual";
1757
+ readonly BRICK: "B_1x1_Gate_Expr_NearlyEqual";
1758
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_NearlyEqual"];
1759
+ readonly PORTS: {
1760
+ readonly InputA: "InputA";
1761
+ readonly InputB: "InputB";
1762
+ readonly Tolerance: "Tolerance";
1763
+ readonly bOutput: "bOutput";
1764
+ };
1765
+ };
1766
+ readonly Expr_Round: {
1767
+ readonly NAME: "BrickComponentType_WireGraph_Expr_Round";
1768
+ readonly BRICK: "B_1x1_Gate_Expr_Round";
1769
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_Round"];
1770
+ readonly PORTS: {
1771
+ readonly Input: "Input";
1772
+ readonly Output: "Output";
1773
+ };
1774
+ };
1775
+ readonly Expr_Select: {
1776
+ readonly NAME: "BrickComponentType_WireGraph_Expr_Select";
1777
+ readonly BRICK: "B_1x1_Gate_Expr_Select";
1778
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_Select"];
1779
+ readonly PORTS: {
1780
+ readonly InputA: "InputA";
1781
+ readonly InputB: "InputB";
1782
+ readonly bSelectB: "bSelectB";
1783
+ readonly Output: "Output";
1784
+ };
1785
+ };
1786
+ readonly Expr_SplitColor: {
1787
+ readonly NAME: "BrickComponentType_WireGraph_Expr_SplitColor";
1788
+ readonly BRICK: "B_1x1_Gate_Expr_SplitColor";
1789
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_SplitColor"];
1790
+ readonly PORTS: {
1791
+ readonly Input: "Input";
1792
+ readonly Input_A: "Input.A";
1793
+ readonly Input_B: "Input.B";
1794
+ readonly Input_G: "Input.G";
1795
+ readonly Input_R: "Input.R";
1796
+ readonly A: "A";
1797
+ readonly B: "B";
1798
+ readonly G: "G";
1799
+ readonly R: "R";
1800
+ };
1801
+ };
1802
+ readonly Expr_SplitVector: {
1803
+ readonly NAME: "BrickComponentType_WireGraph_Expr_SplitVector";
1804
+ readonly BRICK: "B_1x1_Gate_Expr_SplitVector";
1805
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_SplitVector"];
1806
+ readonly PORTS: {
1807
+ readonly Input: "Input";
1808
+ readonly Input_X: "Input.X";
1809
+ readonly Input_Y: "Input.Y";
1810
+ readonly Input_Z: "Input.Z";
1811
+ readonly X: "X";
1812
+ readonly Y: "Y";
1813
+ readonly Z: "Z";
1814
+ };
1815
+ };
1816
+ readonly Expr_String_Concatenate: {
1817
+ readonly NAME: "BrickComponentType_WireGraph_Expr_String_Concatenate";
1818
+ readonly BRICK: "B_1x1_Gate_Expr_String_Concatenate";
1819
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_String_Concatenate"];
1820
+ readonly PORTS: {
1821
+ readonly InputA: "InputA";
1822
+ readonly InputB: "InputB";
1823
+ readonly Separator: "Separator";
1824
+ readonly Output: "Output";
1825
+ };
1826
+ };
1827
+ readonly Expr_String_Contains: {
1828
+ readonly NAME: "BrickComponentType_WireGraph_Expr_String_Contains";
1829
+ readonly BRICK: "B_1x1_Gate_Expr_String_Contains";
1830
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_String_Contains"];
1831
+ readonly PORTS: {
1832
+ readonly Input: "Input";
1833
+ readonly Search: "Search";
1834
+ readonly bCaseSensitive: "bCaseSensitive";
1835
+ readonly Output: "Output";
1836
+ };
1837
+ };
1838
+ readonly Expr_String_EndsWith: {
1839
+ readonly NAME: "BrickComponentType_WireGraph_Expr_String_EndsWith";
1840
+ readonly BRICK: "B_1x1_Gate_Expr_String_EndsWith";
1841
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_String_EndsWith"];
1842
+ readonly PORTS: {
1843
+ readonly Input: "Input";
1844
+ readonly Suffix: "Suffix";
1845
+ readonly bCaseSensitive: "bCaseSensitive";
1846
+ readonly Output: "Output";
1847
+ };
1848
+ };
1849
+ readonly Expr_String_Find: {
1850
+ readonly NAME: "BrickComponentType_WireGraph_Expr_String_Find";
1851
+ readonly BRICK: "B_1x1_Gate_Expr_String_Find";
1852
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_String_Find"];
1853
+ readonly PORTS: {
1854
+ readonly Input: "Input";
1855
+ readonly Search: "Search";
1856
+ readonly bCaseSensitive: "bCaseSensitive";
1857
+ readonly Output: "Output";
1858
+ };
1859
+ };
1860
+ readonly Expr_String_FormatText: {
1861
+ readonly NAME: "BrickComponentType_WireGraph_Expr_String_FormatText";
1862
+ readonly BRICK: "B_1x1_Gate_Expr_String_FormatText";
1863
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_String_FormatText"];
1864
+ readonly PORTS: {
1865
+ readonly FormatString: "FormatString";
1866
+ readonly InputA: "InputA";
1867
+ readonly InputB: "InputB";
1868
+ readonly InputC: "InputC";
1869
+ readonly InputD: "InputD";
1870
+ readonly InputE: "InputE";
1871
+ readonly InputF: "InputF";
1872
+ readonly InputG: "InputG";
1873
+ readonly Output: "Output";
1874
+ };
1875
+ };
1876
+ readonly Expr_String_Length: {
1877
+ readonly NAME: "BrickComponentType_WireGraph_Expr_String_Length";
1878
+ readonly BRICK: "B_1x1_Gate_Expr_String_Length";
1879
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_String_Length"];
1880
+ readonly PORTS: {
1881
+ readonly Input: "Input";
1882
+ readonly Output: "Output";
1883
+ };
1884
+ };
1885
+ readonly Expr_String_ParseInt: {
1886
+ readonly NAME: "BrickComponentType_WireGraph_Expr_String_ParseInt";
1887
+ readonly BRICK: "B_1x1_Gate_Expr_String_ParseInt";
1888
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_String_ParseInt"];
1889
+ readonly PORTS: {
1890
+ readonly Input: "Input";
1891
+ readonly Value: "Value";
1892
+ readonly bSuccess: "bSuccess";
1893
+ };
1894
+ };
1895
+ readonly Expr_String_ParseNumber: {
1896
+ readonly NAME: "BrickComponentType_WireGraph_Expr_String_ParseNumber";
1897
+ readonly BRICK: "B_1x1_Gate_Expr_String_ParseNumber";
1898
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_String_ParseNumber"];
1899
+ readonly PORTS: {
1900
+ readonly Input: "Input";
1901
+ readonly Value: "Value";
1902
+ readonly bSuccess: "bSuccess";
1903
+ };
1904
+ };
1905
+ readonly Expr_String_Replace: {
1906
+ readonly NAME: "BrickComponentType_WireGraph_Expr_String_Replace";
1907
+ readonly BRICK: "B_1x1_Gate_Expr_String_Replace";
1908
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_String_Replace"];
1909
+ readonly PORTS: {
1910
+ readonly Input: "Input";
1911
+ readonly Replacement: "Replacement";
1912
+ readonly Search: "Search";
1913
+ readonly bCaseSensitive: "bCaseSensitive";
1914
+ readonly Output: "Output";
1915
+ };
1916
+ };
1917
+ readonly Expr_String_Split: {
1918
+ readonly NAME: "BrickComponentType_WireGraph_Expr_String_Split";
1919
+ readonly BRICK: "B_1x1_Gate_Expr_String_Split";
1920
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_String_Split"];
1921
+ readonly PORTS: {
1922
+ readonly Delimiter: "Delimiter";
1923
+ readonly Input: "Input";
1924
+ readonly bCaseSensitive: "bCaseSensitive";
1925
+ readonly Left: "Left";
1926
+ readonly Right: "Right";
1927
+ readonly bFound: "bFound";
1928
+ };
1929
+ };
1930
+ readonly Expr_String_StartsWith: {
1931
+ readonly NAME: "BrickComponentType_WireGraph_Expr_String_StartsWith";
1932
+ readonly BRICK: "B_1x1_Gate_Expr_String_StartsWith";
1933
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_String_StartsWith"];
1934
+ readonly PORTS: {
1935
+ readonly Input: "Input";
1936
+ readonly Prefix: "Prefix";
1937
+ readonly bCaseSensitive: "bCaseSensitive";
1938
+ readonly Output: "Output";
1939
+ };
1940
+ };
1941
+ readonly Expr_String_Substring: {
1942
+ readonly NAME: "BrickComponentType_WireGraph_Expr_String_Substring";
1943
+ readonly BRICK: "B_1x1_Gate_Expr_String_Substring";
1944
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_String_Substring"];
1945
+ readonly PORTS: {
1946
+ readonly Input: "Input";
1947
+ readonly Length: "Length";
1948
+ readonly Start: "Start";
1949
+ readonly Output: "Output";
1950
+ };
1951
+ };
1952
+ readonly Expr_String_ToLower: {
1953
+ readonly NAME: "BrickComponentType_WireGraph_Expr_String_ToLower";
1954
+ readonly BRICK: "B_1x1_Gate_Expr_String_ToLower";
1955
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_String_ToLower"];
1956
+ readonly PORTS: {
1957
+ readonly Input: "Input";
1958
+ readonly Output: "Output";
1959
+ };
1960
+ };
1961
+ readonly Expr_String_ToUpper: {
1962
+ readonly NAME: "BrickComponentType_WireGraph_Expr_String_ToUpper";
1963
+ readonly BRICK: "B_1x1_Gate_Expr_String_ToUpper";
1964
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_String_ToUpper"];
1965
+ readonly PORTS: {
1966
+ readonly Input: "Input";
1967
+ readonly Output: "Output";
1968
+ };
1969
+ };
1970
+ readonly Expr_String_Trim: {
1971
+ readonly NAME: "BrickComponentType_WireGraph_Expr_String_Trim";
1972
+ readonly BRICK: "B_1x1_Gate_Expr_String_Trim";
1973
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_String_Trim"];
1974
+ readonly PORTS: {
1975
+ readonly Input: "Input";
1976
+ readonly Output: "Output";
1977
+ };
1978
+ };
1979
+ readonly Expr_Swap: {
1980
+ readonly NAME: "BrickComponentType_WireGraph_Expr_Swap";
1981
+ readonly BRICK: "B_1x1_Gate_Expr_Swap";
1982
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_Swap"];
1983
+ readonly PORTS: {
1984
+ readonly InputA: "InputA";
1985
+ readonly InputB: "InputB";
1986
+ readonly bSwap: "bSwap";
1987
+ readonly Output: "Output";
1988
+ readonly OutputB: "OutputB";
1989
+ };
1990
+ };
1991
+ readonly Expr_VecCrossProduct: {
1992
+ readonly NAME: "BrickComponentType_WireGraph_Expr_VecCrossProduct";
1993
+ readonly BRICK: "B_1x1_Gate_Expr_VecCrossProduct";
1994
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_VecCrossProduct"];
1995
+ readonly PORTS: {
1996
+ readonly InputA: "InputA";
1997
+ readonly InputA_X: "InputA.X";
1998
+ readonly InputA_Y: "InputA.Y";
1999
+ readonly InputA_Z: "InputA.Z";
2000
+ readonly InputB: "InputB";
2001
+ readonly InputB_X: "InputB.X";
2002
+ readonly InputB_Y: "InputB.Y";
2003
+ readonly InputB_Z: "InputB.Z";
2004
+ readonly Output: "Output";
2005
+ };
2006
+ };
2007
+ readonly Expr_VecDistance: {
2008
+ readonly NAME: "BrickComponentType_WireGraph_Expr_VecDistance";
2009
+ readonly BRICK: "B_1x1_Gate_Expr_VecDistance";
2010
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_VecDistance"];
2011
+ readonly PORTS: {
2012
+ readonly InputA: "InputA";
2013
+ readonly InputA_X: "InputA.X";
2014
+ readonly InputA_Y: "InputA.Y";
2015
+ readonly InputA_Z: "InputA.Z";
2016
+ readonly InputB: "InputB";
2017
+ readonly InputB_X: "InputB.X";
2018
+ readonly InputB_Y: "InputB.Y";
2019
+ readonly InputB_Z: "InputB.Z";
2020
+ readonly Output: "Output";
2021
+ };
2022
+ };
2023
+ readonly Expr_VecDistanceSquared: {
2024
+ readonly NAME: "BrickComponentType_WireGraph_Expr_VecDistanceSquared";
2025
+ readonly BRICK: "B_1x1_Gate_Expr_VecDistanceSquared";
2026
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_VecDistanceSquared"];
2027
+ readonly PORTS: {
2028
+ readonly InputA: "InputA";
2029
+ readonly InputA_X: "InputA.X";
2030
+ readonly InputA_Y: "InputA.Y";
2031
+ readonly InputA_Z: "InputA.Z";
2032
+ readonly InputB: "InputB";
2033
+ readonly InputB_X: "InputB.X";
2034
+ readonly InputB_Y: "InputB.Y";
2035
+ readonly InputB_Z: "InputB.Z";
2036
+ readonly Output: "Output";
2037
+ };
2038
+ };
2039
+ readonly Expr_VecDotProduct: {
2040
+ readonly NAME: "BrickComponentType_WireGraph_Expr_VecDotProduct";
2041
+ readonly BRICK: "B_1x1_Gate_Expr_VecDotProduct";
2042
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_VecDotProduct"];
2043
+ readonly PORTS: {
2044
+ readonly InputA: "InputA";
2045
+ readonly InputA_X: "InputA.X";
2046
+ readonly InputA_Y: "InputA.Y";
2047
+ readonly InputA_Z: "InputA.Z";
2048
+ readonly InputB: "InputB";
2049
+ readonly InputB_X: "InputB.X";
2050
+ readonly InputB_Y: "InputB.Y";
2051
+ readonly InputB_Z: "InputB.Z";
2052
+ readonly Output: "Output";
2053
+ };
2054
+ };
2055
+ readonly Expr_VecMagnitude: {
2056
+ readonly NAME: "BrickComponentType_WireGraph_Expr_VecMagnitude";
2057
+ readonly BRICK: "B_1x1_Gate_Expr_VecMagnitude";
2058
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_VecMagnitude"];
2059
+ readonly PORTS: {
2060
+ readonly Input: "Input";
2061
+ readonly Input_X: "Input.X";
2062
+ readonly Input_Y: "Input.Y";
2063
+ readonly Input_Z: "Input.Z";
2064
+ readonly Output: "Output";
2065
+ };
2066
+ };
2067
+ readonly Expr_VecMagnitudeSquared: {
2068
+ readonly NAME: "BrickComponentType_WireGraph_Expr_VecMagnitudeSquared";
2069
+ readonly BRICK: "B_1x1_Gate_Expr_VecMagnitudeSquared";
2070
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_VecMagnitudeSquared"];
2071
+ readonly PORTS: {
2072
+ readonly Input: "Input";
2073
+ readonly Input_X: "Input.X";
2074
+ readonly Input_Y: "Input.Y";
2075
+ readonly Input_Z: "Input.Z";
2076
+ readonly Output: "Output";
2077
+ };
2078
+ };
2079
+ readonly Expr_VecNormalize: {
2080
+ readonly NAME: "BrickComponentType_WireGraph_Expr_VecNormalize";
2081
+ readonly BRICK: "B_1x1_Gate_Expr_VecNormalize";
2082
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_VecNormalize"];
2083
+ readonly PORTS: {
2084
+ readonly Input: "Input";
2085
+ readonly Input_X: "Input.X";
2086
+ readonly Input_Y: "Input.Y";
2087
+ readonly Input_Z: "Input.Z";
2088
+ readonly Output: "Output";
2089
+ };
2090
+ };
2091
+ readonly Expr_VecRotationToDirection: {
2092
+ readonly NAME: "BrickComponentType_WireGraph_Expr_VecRotationToDirection";
2093
+ readonly BRICK: "B_1x1_Gate_Expr_VecRotationToDirection";
2094
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_VecRotationToDirection"];
2095
+ readonly PORTS: {
2096
+ readonly Input: "Input";
2097
+ readonly Input_X: "Input.X";
2098
+ readonly Input_Y: "Input.Y";
2099
+ readonly Input_Z: "Input.Z";
2100
+ readonly Output: "Output";
2101
+ };
2102
+ };
2103
+ readonly Expr_VecScale: {
2104
+ readonly NAME: "BrickComponentType_WireGraph_Expr_VecScale";
2105
+ readonly BRICK: "B_1x1_Gate_Expr_VecScale";
2106
+ readonly BRICKS: readonly ["B_1x1_Gate_Expr_VecScale"];
2107
+ readonly PORTS: {
2108
+ readonly Input: "Input";
2109
+ readonly Input_X: "Input.X";
2110
+ readonly Input_Y: "Input.Y";
2111
+ readonly Input_Z: "Input.Z";
2112
+ readonly Scalar: "Scalar";
2113
+ readonly Output: "Output";
2114
+ };
2115
+ };
2116
+ readonly Fake_Gamemode_CharacterDiedEvent: {
2117
+ readonly NAME: "BrickComponentType_WireGraph_Fake_Gamemode_CharacterDiedEvent";
2118
+ readonly BRICK: "B_1x1_Gate_Fake_Gamemode_CharacterDiedEvent";
2119
+ readonly BRICKS: readonly ["B_1x1_Gate_Fake_Gamemode_CharacterDiedEvent"];
2120
+ readonly PORTS: {
2121
+ readonly Character: "Character";
2122
+ readonly ExecOut: "ExecOut";
2123
+ };
2124
+ };
2125
+ readonly Fake_Gamemode_CharacterSpawnedEvent: {
2126
+ readonly NAME: "BrickComponentType_WireGraph_Fake_Gamemode_CharacterSpawnedEvent";
2127
+ readonly BRICK: "B_1x1_Gate_Fake_Gamemode_CharacterSpawnedEvent";
2128
+ readonly BRICKS: readonly ["B_1x1_Gate_Fake_Gamemode_CharacterSpawnedEvent"];
2129
+ readonly PORTS: {
2130
+ readonly Character: "Character";
2131
+ readonly ExecOut: "ExecOut";
2132
+ };
2133
+ };
2134
+ readonly Fake_Gamemode_ControllerJoinedEvent: {
2135
+ readonly NAME: "BrickComponentType_WireGraph_Fake_Gamemode_ControllerJoinedEvent";
2136
+ readonly BRICK: "B_1x1_Gate_Fake_Gamemode_ControllerJoinedEvent";
2137
+ readonly BRICKS: readonly ["B_1x1_Gate_Fake_Gamemode_ControllerJoinedEvent"];
2138
+ readonly PORTS: {
2139
+ readonly Controller: "Controller";
2140
+ readonly ExecOut: "ExecOut";
2141
+ };
2142
+ };
2143
+ readonly Fake_Gamemode_ControllerLeftEvent: {
2144
+ readonly NAME: "BrickComponentType_WireGraph_Fake_Gamemode_ControllerLeftEvent";
2145
+ readonly BRICK: "B_1x1_Gate_Fake_Gamemode_ControllerLeftEvent";
2146
+ readonly BRICKS: readonly ["B_1x1_Gate_Fake_Gamemode_ControllerLeftEvent"];
2147
+ readonly PORTS: {
2148
+ readonly Controller: "Controller";
2149
+ readonly ExecOut: "ExecOut";
2150
+ };
2151
+ };
2152
+ readonly Fake_Gamemode_RoundEndEvent: {
2153
+ readonly NAME: "BrickComponentType_WireGraph_Fake_Gamemode_RoundEndEvent";
2154
+ readonly BRICK: "B_1x1_Gate_Fake_Gamemode_RoundEndEvent";
2155
+ readonly BRICKS: readonly ["B_1x1_Gate_Fake_Gamemode_RoundEndEvent"];
2156
+ readonly PORTS: {
2157
+ readonly Exec: "Exec";
2158
+ readonly ExecOut: "ExecOut";
2159
+ readonly RoundNumber: "RoundNumber";
2160
+ };
2161
+ };
2162
+ readonly Fake_Gamemode_RoundStartEvent: {
2163
+ readonly NAME: "BrickComponentType_WireGraph_Fake_Gamemode_RoundStartEvent";
2164
+ readonly BRICK: "B_1x1_Gate_Fake_Gamemode_RoundStartEvent";
2165
+ readonly BRICKS: readonly ["B_1x1_Gate_Fake_Gamemode_RoundStartEvent"];
2166
+ readonly PORTS: {
2167
+ readonly Exec: "Exec";
2168
+ readonly ExecOut: "ExecOut";
2169
+ readonly RoundNumber: "RoundNumber";
2170
+ };
2171
+ };
2172
+ readonly FontReference: {
2173
+ readonly NAME: "BrickComponentType_WireGraph_FontReference";
2174
+ readonly BRICK: "B_1x1_Gate_FontReference";
2175
+ readonly BRICKS: readonly ["B_1x1_Gate_FontReference"];
2176
+ readonly PORTS: {
2177
+ readonly Value: "Value";
2178
+ };
2179
+ };
2180
+ readonly ItemReference: {
2181
+ readonly NAME: "BrickComponentType_WireGraph_ItemReference";
2182
+ readonly BRICK: "B_1x1_Gate_ItemReference";
2183
+ readonly BRICKS: readonly ["B_1x1_Gate_ItemReference"];
2184
+ readonly PORTS: {
2185
+ readonly Value: "Value";
2186
+ };
2187
+ };
2188
+ readonly OneShotAudioReference: {
2189
+ readonly NAME: "BrickComponentType_WireGraph_OneShotAudioReference";
2190
+ readonly BRICK: "B_1x1_Gate_OneShotAudioReference";
2191
+ readonly BRICKS: readonly ["B_1x1_Gate_OneShotAudioReference"];
2192
+ readonly PORTS: {
2193
+ readonly Value: "Value";
2194
+ };
2195
+ };
2196
+ readonly ParticleReference: {
2197
+ readonly NAME: "BrickComponentType_WireGraph_ParticleReference";
2198
+ readonly BRICK: "B_1x1_Gate_ParticleReference";
2199
+ readonly BRICKS: readonly ["B_1x1_Gate_ParticleReference"];
2200
+ readonly PORTS: {
2201
+ readonly Value: "Value";
2202
+ };
2203
+ };
2204
+ readonly PickupReference: {
2205
+ readonly NAME: "BrickComponentType_WireGraph_PickupReference";
2206
+ readonly BRICK: "B_1x1_Gate_PickupReference";
2207
+ readonly BRICKS: readonly ["B_1x1_Gate_PickupReference"];
2208
+ readonly PORTS: {
2209
+ readonly Value: "Value";
2210
+ };
2211
+ };
2212
+ readonly ProjectileReference: {
2213
+ readonly NAME: "BrickComponentType_WireGraph_ProjectileReference";
2214
+ readonly BRICK: "B_1x1_Gate_ProjectileReference";
2215
+ readonly BRICKS: readonly ["B_1x1_Gate_ProjectileReference"];
2216
+ readonly PORTS: {
2217
+ readonly Value: "Value";
2218
+ };
2219
+ };
2220
+ readonly ServerUptime: {
2221
+ readonly NAME: "BrickComponentType_WireGraph_ServerUptime";
2222
+ readonly BRICK: "B_1x1_Gate_ServerUptime";
2223
+ readonly BRICKS: readonly ["B_1x1_Gate_ServerUptime"];
2224
+ readonly PORTS: {
2225
+ readonly Uptime: "Uptime";
2226
+ };
2227
+ };
2228
+ readonly WheelEngineAudioReference: {
2229
+ readonly NAME: "BrickComponentType_WireGraph_WheelEngineAudioReference";
2230
+ readonly BRICK: "B_1x1_Gate_WheelEngineAudioReference";
2231
+ readonly BRICKS: readonly ["B_1x1_Gate_WheelEngineAudioReference"];
2232
+ readonly PORTS: {
2233
+ readonly Value: "Value";
2234
+ };
2235
+ };
2236
+ readonly ArrayVar: {
2237
+ readonly NAME: "BrickComponentType_WireGraphPseudo_ArrayVar";
2238
+ readonly BRICK: "B_1x1_Gate_Variable_Array";
2239
+ readonly BRICKS: readonly ["B_1x1_Gate_Variable_Array"];
2240
+ readonly PORTS: {
2241
+ readonly ArrayVarRef: "ArrayVarRef";
2242
+ };
2243
+ };
2244
+ readonly BufferSeconds: {
2245
+ readonly NAME: "BrickComponentType_WireGraphPseudo_BufferSeconds";
2246
+ readonly BRICK: "B_1x1_Gate_Pseudo_BufferSeconds";
2247
+ readonly BRICKS: readonly ["B_1x1_Gate_Pseudo_BufferSeconds"];
2248
+ readonly PORTS: {
2249
+ readonly Input: "Input";
2250
+ readonly SecondsToWait: "SecondsToWait";
2251
+ readonly ZeroSecondsToWait: "ZeroSecondsToWait";
2252
+ readonly Output: "Output";
2253
+ };
2254
+ };
2255
+ readonly BufferTicks: {
2256
+ readonly NAME: "BrickComponentType_WireGraphPseudo_BufferTicks";
2257
+ readonly BRICK: "B_1x1_Gate_Pseudo_BufferTicks";
2258
+ readonly BRICKS: readonly ["B_1x1_Gate_Pseudo_BufferTicks"];
2259
+ readonly PORTS: {
2260
+ readonly Input: "Input";
2261
+ readonly TicksToWait: "TicksToWait";
2262
+ readonly ZeroTicksToWait: "ZeroTicksToWait";
2263
+ readonly Output: "Output";
2264
+ };
2265
+ };
2266
+ readonly Dampen: {
2267
+ readonly NAME: "BrickComponentType_WireGraphPseudo_Dampen";
2268
+ readonly BRICK: "B_1x1_Gate_Pseudo_Dampen";
2269
+ readonly BRICKS: readonly ["B_1x1_Gate_Pseudo_Dampen"];
2270
+ readonly PORTS: {
2271
+ readonly SmoothTime: "SmoothTime";
2272
+ readonly Target: "Target";
2273
+ readonly Value: "Value";
2274
+ };
2275
+ };
2276
+ readonly QueueSeconds: {
2277
+ readonly NAME: "BrickComponentType_WireGraphPseudo_QueueSeconds";
2278
+ readonly BRICK: "B_1x1_Gate_Pseudo_QueueSeconds";
2279
+ readonly BRICKS: readonly ["B_1x1_Gate_Pseudo_QueueSeconds"];
2280
+ readonly PORTS: {
2281
+ readonly DataIn1: "DataIn1";
2282
+ readonly DataIn2: "DataIn2";
2283
+ readonly DataIn3: "DataIn3";
2284
+ readonly DataIn4: "DataIn4";
2285
+ readonly DataIn5: "DataIn5";
2286
+ readonly DataIn6: "DataIn6";
2287
+ readonly DataIn7: "DataIn7";
2288
+ readonly DataIn8: "DataIn8";
2289
+ readonly ExecIn: "ExecIn";
2290
+ readonly SecondsToWait: "SecondsToWait";
2291
+ readonly DataOut1: "DataOut1";
2292
+ readonly DataOut2: "DataOut2";
2293
+ readonly DataOut3: "DataOut3";
2294
+ readonly DataOut4: "DataOut4";
2295
+ readonly DataOut5: "DataOut5";
2296
+ readonly DataOut6: "DataOut6";
2297
+ readonly DataOut7: "DataOut7";
2298
+ readonly DataOut8: "DataOut8";
2299
+ readonly ExecOut: "ExecOut";
2300
+ };
2301
+ };
2302
+ readonly QueueTicks: {
2303
+ readonly NAME: "BrickComponentType_WireGraphPseudo_QueueTicks";
2304
+ readonly BRICK: "B_1x1_Gate_Pseudo_QueueTicks";
2305
+ readonly BRICKS: readonly ["B_1x1_Gate_Pseudo_QueueTicks"];
2306
+ readonly PORTS: {
2307
+ readonly DataIn1: "DataIn1";
2308
+ readonly DataIn2: "DataIn2";
2309
+ readonly DataIn3: "DataIn3";
2310
+ readonly DataIn4: "DataIn4";
2311
+ readonly DataIn5: "DataIn5";
2312
+ readonly DataIn6: "DataIn6";
2313
+ readonly DataIn7: "DataIn7";
2314
+ readonly DataIn8: "DataIn8";
2315
+ readonly ExecIn: "ExecIn";
2316
+ readonly TicksToWait: "TicksToWait";
2317
+ readonly DataOut1: "DataOut1";
2318
+ readonly DataOut2: "DataOut2";
2319
+ readonly DataOut3: "DataOut3";
2320
+ readonly DataOut4: "DataOut4";
2321
+ readonly DataOut5: "DataOut5";
2322
+ readonly DataOut6: "DataOut6";
2323
+ readonly DataOut7: "DataOut7";
2324
+ readonly DataOut8: "DataOut8";
2325
+ readonly ExecOut: "ExecOut";
2326
+ };
2327
+ };
2328
+ readonly Timer: {
2329
+ readonly NAME: "BrickComponentType_WireGraphPseudo_Timer";
2330
+ readonly BRICK: "B_1x1_Gate_Pseudo_Timer";
2331
+ readonly BRICKS: readonly ["B_1x1_Gate_Pseudo_Timer"];
2332
+ readonly PORTS: {
2333
+ readonly Limit: "Limit";
2334
+ readonly Pause: "Pause";
2335
+ readonly Restart: "Restart";
2336
+ readonly Resume: "Resume";
2337
+ readonly Expired: "Expired";
2338
+ readonly Time: "Time";
2339
+ };
2340
+ };
2341
+ readonly Tween: {
2342
+ readonly NAME: "BrickComponentType_WireGraphPseudo_Tween";
2343
+ readonly BRICK: "B_1x1_Gate_Pseudo_Tween";
2344
+ readonly BRICKS: readonly ["B_1x1_Gate_Pseudo_Tween"];
2345
+ readonly PORTS: {
2346
+ readonly Direction: "Direction";
2347
+ readonly Duration: "Duration";
2348
+ readonly Function: "Function";
2349
+ readonly Target: "Target";
2350
+ readonly Arrived: "Arrived";
2351
+ readonly Value: "Value";
2352
+ };
2353
+ };
2354
+ readonly Var: {
2355
+ readonly NAME: "BrickComponentType_WireGraphPseudo_Var";
2356
+ readonly BRICK: "B_1x1_Gate_Variable";
2357
+ readonly BRICKS: readonly ["B_1x1_Gate_Variable"];
2358
+ readonly PORTS: {
2359
+ readonly Value: "Value";
2360
+ readonly VarRef: "VarRef";
2361
+ };
2362
+ };
2363
+ readonly AudioEmitter: {
2364
+ readonly NAME: "Component_AudioEmitter";
2365
+ readonly BRICK: "B_1x1F_Speaker";
2366
+ readonly BRICKS: readonly ["B_1x1F_Speaker", "B_2x2F_Speaker"];
2367
+ readonly PORTS: {
2368
+ readonly AudioDescriptor: "AudioDescriptor";
2369
+ readonly FocusAzimuth: "FocusAzimuth";
2370
+ readonly InnerRadius: "InnerRadius";
2371
+ readonly MaxDistance: "MaxDistance";
2372
+ readonly NonFocusAzimuth: "NonFocusAzimuth";
2373
+ readonly NonFocusVolumeAttenuation: "NonFocusVolumeAttenuation";
2374
+ readonly PitchMultiplier: "PitchMultiplier";
2375
+ readonly VolumeMultiplier: "VolumeMultiplier";
2376
+ readonly bEnabled: "bEnabled";
2377
+ readonly bSpatialization: "bSpatialization";
2378
+ };
2379
+ };
2380
+ readonly BotSpawn: {
2381
+ readonly NAME: "Component_BotSpawn";
2382
+ readonly BRICK: "B_Bot_Spawn_Point";
2383
+ readonly BRICKS: readonly ["B_Bot_Spawn_Point"];
2384
+ readonly PORTS: {
2385
+ readonly AggroRange: "AggroRange";
2386
+ readonly Agression: "Agression";
2387
+ readonly AttackDamageMultiplier: "AttackDamageMultiplier";
2388
+ readonly AttackMovementAmount: "AttackMovementAmount";
2389
+ readonly BotName: "BotName";
2390
+ readonly BotWeapon: "BotWeapon";
2391
+ readonly CorpseTimeout: "CorpseTimeout";
2392
+ readonly GunSkill: "GunSkill";
2393
+ readonly HealthMultiplier: "HealthMultiplier";
2394
+ readonly Jumpyness: "Jumpyness";
2395
+ readonly MoveTarget: "MoveTarget";
2396
+ readonly MoveTarget_X: "MoveTarget.X";
2397
+ readonly MoveTarget_Y: "MoveTarget.Y";
2398
+ readonly MoveTarget_Z: "MoveTarget.Z";
2399
+ readonly MovementAmount: "MovementAmount";
2400
+ readonly MovementGoalDummy: "MovementGoalDummy";
2401
+ readonly MovementRandomness: "MovementRandomness";
2402
+ readonly ReactionTime: "ReactionTime";
2403
+ readonly RespawnTime: "RespawnTime";
2404
+ readonly RunSpeed: "RunSpeed";
2405
+ readonly SkinDummy: "SkinDummy";
2406
+ readonly TeamCollisionChannel: "TeamCollisionChannel";
2407
+ readonly bActiveBot: "bActiveBot";
2408
+ readonly bBackVision: "bBackVision";
2409
+ readonly bCanJump: "bCanJump";
2410
+ readonly bCanTargetBots: "bCanTargetBots";
2411
+ readonly bCanTargetPlayers: "bCanTargetPlayers";
2412
+ readonly bDeleteBot: "bDeleteBot";
2413
+ readonly bSpawnEnable: "bSpawnEnable";
2414
+ readonly bTeamCollision: "bTeamCollision";
2415
+ readonly bTeamCollision1: "bTeamCollision1";
2416
+ readonly bTeamCollision2: "bTeamCollision2";
2417
+ readonly bTeamCollision3: "bTeamCollision3";
2418
+ readonly bVisionRaycasting: "bVisionRaycasting";
2419
+ readonly DistanceToTarget: "DistanceToTarget";
2420
+ readonly FocusCharacter: "FocusCharacter";
2421
+ readonly SpawnedCharacter: "SpawnedCharacter";
2422
+ };
2423
+ };
2424
+ readonly BrickPropertyChanger: {
2425
+ readonly NAME: "Component_BrickPropertyChanger";
2426
+ readonly BRICK: "B_1x1F_Round";
2427
+ readonly BRICKS: readonly ["B_1x1F_Round"];
2428
+ readonly PORTS: {
2429
+ readonly Color: "Color";
2430
+ readonly Color_A: "Color.A";
2431
+ readonly Color_B: "Color.B";
2432
+ readonly Color_G: "Color.G";
2433
+ readonly Color_R: "Color.R";
2434
+ readonly MaterialAlpha: "MaterialAlpha";
2435
+ readonly bCollisionEnabled: "bCollisionEnabled";
2436
+ readonly bCollisionEnabled_Interaction: "bCollisionEnabled_Interaction";
2437
+ readonly bCollisionEnabled_Physics: "bCollisionEnabled_Physics";
2438
+ readonly bCollisionEnabled_Player: "bCollisionEnabled_Player";
2439
+ readonly bCollisionEnabled_Player1: "bCollisionEnabled_Player1";
2440
+ readonly bCollisionEnabled_Player2: "bCollisionEnabled_Player2";
2441
+ readonly bCollisionEnabled_Player3: "bCollisionEnabled_Player3";
2442
+ readonly bCollisionEnabled_Weapon: "bCollisionEnabled_Weapon";
2443
+ readonly bVisibility: "bVisibility";
2444
+ };
2445
+ };
2446
+ readonly Button: {
2447
+ readonly NAME: "Component_Button";
2448
+ readonly BRICK: "B_1x1F_Round";
2449
+ readonly BRICKS: readonly ["B_1x1F_Round"];
2450
+ readonly PORTS: {
2451
+ readonly PressSound: "PressSound";
2452
+ readonly PromptCustomLabel: "PromptCustomLabel";
2453
+ readonly ReleaseSound: "ReleaseSound";
2454
+ readonly bAllowNearbyInteraction: "bAllowNearbyInteraction";
2455
+ readonly bHiddenInteraction: "bHiddenInteraction";
2456
+ readonly Character: "Character";
2457
+ readonly PressCount: "PressCount";
2458
+ readonly bHeld: "bHeld";
2459
+ };
2460
+ };
2461
+ readonly CheckPoint: {
2462
+ readonly NAME: "Component_CheckPoint";
2463
+ readonly BRICK: "B_CheckPoint";
2464
+ readonly BRICKS: readonly ["B_CheckPoint"];
2465
+ readonly PORTS: {
2466
+ readonly bRotatePlayerGravityOnSpawn: "bRotatePlayerGravityOnSpawn";
2467
+ };
2468
+ };
2469
+ readonly Damage: {
2470
+ readonly NAME: "Component_Damage";
2471
+ readonly BRICK: "B_1x1F_Round";
2472
+ readonly BRICKS: readonly ["B_1x1F_Round"];
2473
+ readonly PORTS: {
2474
+ readonly ConsoleTag: "ConsoleTag";
2475
+ readonly Message: "Message";
2476
+ };
2477
+ };
2478
+ readonly GoalPoint: {
2479
+ readonly NAME: "Component_GoalPoint";
2480
+ readonly BRICK: "B_GoalPoint";
2481
+ readonly BRICKS: readonly ["B_GoalPoint"];
2482
+ readonly PORTS: {};
2483
+ };
2484
+ readonly Interact: {
2485
+ readonly NAME: "Component_Interact";
2486
+ readonly BRICK: "B_1x1F_Round";
2487
+ readonly BRICKS: readonly ["B_1x1F_Round"];
2488
+ readonly PORTS: {
2489
+ readonly ConsoleTag: "ConsoleTag";
2490
+ readonly InteractSound: "InteractSound";
2491
+ readonly Message: "Message";
2492
+ readonly PromptCustomLabel: "PromptCustomLabel";
2493
+ readonly bAllowNearbyInteraction: "bAllowNearbyInteraction";
2494
+ readonly bHiddenInteraction: "bHiddenInteraction";
2495
+ };
2496
+ };
2497
+ readonly AnimatedButton: {
2498
+ readonly NAME: "Component_Internal_AnimatedButton";
2499
+ readonly BRICK: "B_Button";
2500
+ readonly BRICKS: readonly ["B_Button", "B_Button_Pressed", "B_Button_Square", "B_Button_Square_Pressed"];
2501
+ readonly PORTS: {
2502
+ readonly PressSound: "PressSound";
2503
+ readonly PromptCustomLabel: "PromptCustomLabel";
2504
+ readonly ReleaseSound: "ReleaseSound";
2505
+ readonly bAllowNearbyInteraction: "bAllowNearbyInteraction";
2506
+ readonly bHiddenInteraction: "bHiddenInteraction";
2507
+ readonly Character: "Character";
2508
+ readonly PressCount: "PressCount";
2509
+ readonly bHeld: "bHeld";
2510
+ };
2511
+ };
2512
+ readonly AnimatedPressurePlate: {
2513
+ readonly NAME: "Component_Internal_AnimatedPressurePlate";
2514
+ readonly BRICK: "B_1x1F_Round";
2515
+ readonly BRICKS: readonly ["B_1x1F_Round"];
2516
+ readonly PORTS: {
2517
+ readonly BeginTouchSound: "BeginTouchSound";
2518
+ readonly EndTouchSound: "EndTouchSound";
2519
+ readonly bCollisionEnabled_Player: "bCollisionEnabled_Player";
2520
+ readonly bCollisionEnabled_Player1: "bCollisionEnabled_Player1";
2521
+ readonly bCollisionEnabled_Player2: "bCollisionEnabled_Player2";
2522
+ readonly bCollisionEnabled_Player3: "bCollisionEnabled_Player3";
2523
+ readonly Character: "Character";
2524
+ readonly TouchCount: "TouchCount";
2525
+ readonly bTouching: "bTouching";
2526
+ };
2527
+ };
2528
+ readonly AnimatedSwitch: {
2529
+ readonly NAME: "Component_Internal_AnimatedSwitch";
2530
+ readonly BRICK: "B_Switch_Flipped";
2531
+ readonly BRICKS: readonly ["B_Switch_Flipped", "B_Switch_Test"];
2532
+ readonly PORTS: {
2533
+ readonly InteractSound: "InteractSound";
2534
+ readonly PromptCustomLabel: "PromptCustomLabel";
2535
+ readonly bAllowNearbyInteraction: "bAllowNearbyInteraction";
2536
+ readonly bHiddenInteraction: "bHiddenInteraction";
2537
+ readonly Character: "Character";
2538
+ readonly bEnabled: "bEnabled";
2539
+ };
2540
+ };
2541
+ readonly AttachedZone: {
2542
+ readonly NAME: "Component_Internal_AttachedZone";
2543
+ readonly BRICK: "B_1x1F_Round";
2544
+ readonly BRICKS: readonly ["B_1x1F_Round"];
2545
+ readonly PORTS: {
2546
+ readonly ZoneEndDistance: "ZoneEndDistance";
2547
+ readonly ZoneStartDistance: "ZoneStartDistance";
2548
+ readonly bIsBuildingZone: "bIsBuildingZone";
2549
+ readonly bIsLooseZone: "bIsLooseZone";
2550
+ readonly bIsShareZone: "bIsShareZone";
2551
+ readonly OccupantCount: "OccupantCount";
2552
+ readonly ZoneRef: "ZoneRef";
2553
+ readonly bOccupied: "bOccupied";
2554
+ };
2555
+ };
2556
+ readonly Bearing: {
2557
+ readonly NAME: "Component_Internal_Bearing";
2558
+ readonly BRICK: "B_Joint_Bearing";
2559
+ readonly BRICKS: readonly ["B_Joint_Bearing", "B_Joint_Bearing_Micro"];
2560
+ readonly PORTS: {
2561
+ readonly Damping: "Damping";
2562
+ readonly LimitAngle: "LimitAngle";
2563
+ readonly bAnglesArePercentages: "bAnglesArePercentages";
2564
+ readonly bLimitAngle: "bLimitAngle";
2565
+ readonly CurrentAngle: "CurrentAngle";
2566
+ };
2567
+ };
2568
+ readonly InputSplitter: {
2569
+ readonly NAME: "Component_Internal_InputSplitter";
2570
+ readonly BRICK: "B_1x1_Gate_SeatControlSplitter";
2571
+ readonly BRICKS: readonly ["B_1x1_Gate_SeatControlSplitter"];
2572
+ readonly PORTS: {
2573
+ readonly Character: "Character";
2574
+ readonly InputForward: "InputForward";
2575
+ readonly InputRight: "InputRight";
2576
+ readonly bPressedJump: "bPressedJump";
2577
+ };
2578
+ };
2579
+ readonly Joint_Fixed: {
2580
+ readonly NAME: "Component_Internal_Joint_Fixed";
2581
+ readonly BRICK: "B_Joint_Fixed";
2582
+ readonly BRICKS: readonly ["B_Joint_Fixed"];
2583
+ readonly PORTS: {
2584
+ readonly LocationInterpMode: "LocationInterpMode";
2585
+ readonly LocationMaxSpeed: "LocationMaxSpeed";
2586
+ readonly LocationSmoothTime: "LocationSmoothTime";
2587
+ readonly OffsetLocation: "OffsetLocation";
2588
+ readonly OffsetLocation_X: "OffsetLocation.X";
2589
+ readonly OffsetLocation_Y: "OffsetLocation.Y";
2590
+ readonly OffsetLocation_Z: "OffsetLocation.Z";
2591
+ readonly OffsetRotation: "OffsetRotation";
2592
+ readonly OffsetRotation_Pitch: "OffsetRotation.Pitch";
2593
+ readonly OffsetRotation_Roll: "OffsetRotation.Roll";
2594
+ readonly OffsetRotation_Yaw: "OffsetRotation.Yaw";
2595
+ readonly RotationInterpMode: "RotationInterpMode";
2596
+ readonly RotationMaxSpeed: "RotationMaxSpeed";
2597
+ readonly RotationSmoothTime: "RotationSmoothTime";
2598
+ readonly bSettled: "bSettled";
2599
+ readonly bWelded: "bWelded";
2600
+ };
2601
+ };
2602
+ readonly Joint_Wheel: {
2603
+ readonly NAME: "Component_Internal_Joint_Wheel";
2604
+ readonly BRICK: "B_Joint_Wheel";
2605
+ readonly BRICKS: readonly ["B_Joint_Wheel", "B_Joint_Wheel_Micro"];
2606
+ readonly PORTS: {
2607
+ readonly Control_DriveAndSteer: "Control_DriveAndSteer";
2608
+ readonly Damping: "Damping";
2609
+ readonly DrivePower: "DrivePower";
2610
+ readonly DriveSpeed: "DriveSpeed";
2611
+ readonly JointDistance: "JointDistance";
2612
+ readonly Steer: "Steer";
2613
+ readonly SteerLimitDegree: "SteerLimitDegree";
2614
+ readonly SteerPower: "SteerPower";
2615
+ readonly SuspensionDamping: "SuspensionDamping";
2616
+ readonly SuspensionStiffness: "SuspensionStiffness";
2617
+ readonly bAllowEngineSteerCorrect: "bAllowEngineSteerCorrect";
2618
+ readonly bCanBrake: "bCanBrake";
2619
+ readonly bDriveWhenNotAttachedToEngine: "bDriveWhenNotAttachedToEngine";
2620
+ readonly bEnabled: "bEnabled";
2621
+ readonly bReversed: "bReversed";
2622
+ readonly bSteerEnabled: "bSteerEnabled";
2623
+ readonly bSuspensionEnabled: "bSuspensionEnabled";
2624
+ };
2625
+ };
2626
+ readonly Joint_Wheel_Suspension: {
2627
+ readonly NAME: "Component_Internal_Joint_Wheel_Suspension";
2628
+ readonly BRICK: "B_Joint_Wheel_Micro_Suspension";
2629
+ readonly BRICKS: readonly ["B_Joint_Wheel_Micro_Suspension", "B_Joint_Wheel_Suspension"];
2630
+ readonly PORTS: {
2631
+ readonly Control_DriveAndSteer: "Control_DriveAndSteer";
2632
+ readonly Damping: "Damping";
2633
+ readonly DrivePower: "DrivePower";
2634
+ readonly DriveSpeed: "DriveSpeed";
2635
+ readonly JointDistance: "JointDistance";
2636
+ readonly Steer: "Steer";
2637
+ readonly SteerLimitDegree: "SteerLimitDegree";
2638
+ readonly SteerPower: "SteerPower";
2639
+ readonly SuspensionBottomOffset: "SuspensionBottomOffset";
2640
+ readonly SuspensionDamping: "SuspensionDamping";
2641
+ readonly SuspensionStiffness: "SuspensionStiffness";
2642
+ readonly SuspensionTopOffset: "SuspensionTopOffset";
2643
+ readonly bAllowEngineSteerCorrect: "bAllowEngineSteerCorrect";
2644
+ readonly bCanBrake: "bCanBrake";
2645
+ readonly bDriveWhenNotAttachedToEngine: "bDriveWhenNotAttachedToEngine";
2646
+ readonly bEnabled: "bEnabled";
2647
+ readonly bReversed: "bReversed";
2648
+ readonly bSteerEnabled: "bSteerEnabled";
2649
+ readonly bSuspensionEnabled: "bSuspensionEnabled";
2650
+ };
2651
+ };
2652
+ readonly Microchip: {
2653
+ readonly NAME: "Component_Internal_Microchip";
2654
+ readonly BRICK: "B_1x1_Microchip";
2655
+ readonly BRICKS: readonly ["B_1x1_Microchip"];
2656
+ readonly PORTS: {};
2657
+ };
2658
+ readonly Motor: {
2659
+ readonly NAME: "Component_Internal_Motor";
2660
+ readonly BRICK: "B_Joint_Motor";
2661
+ readonly BRICKS: readonly ["B_Joint_Motor", "B_Joint_Motor_Micro"];
2662
+ readonly PORTS: {
2663
+ readonly Damping: "Damping";
2664
+ readonly LimitAngle: "LimitAngle";
2665
+ readonly Power: "Power";
2666
+ readonly Speed: "Speed";
2667
+ readonly bAnglesArePercentages: "bAnglesArePercentages";
2668
+ readonly bEnabled: "bEnabled";
2669
+ readonly bLimitAngle: "bLimitAngle";
2670
+ readonly CurrentAngle: "CurrentAngle";
2671
+ };
2672
+ };
2673
+ readonly MotorSlider: {
2674
+ readonly NAME: "Component_Internal_MotorSlider";
2675
+ readonly BRICK: "B_1x1F_Round";
2676
+ readonly BRICKS: readonly ["B_1x1F_Round"];
2677
+ readonly PORTS: {
2678
+ readonly Damping: "Damping";
2679
+ readonly Power: "Power";
2680
+ readonly Speed: "Speed";
2681
+ readonly bEnabled: "bEnabled";
2682
+ readonly bPositionsArePercentages: "bPositionsArePercentages";
2683
+ readonly CurrentPosition: "CurrentPosition";
2684
+ };
2685
+ };
2686
+ readonly Rerouter: {
2687
+ readonly NAME: "Component_Internal_Rerouter";
2688
+ readonly BRICK: "B_1x1_Reroute_Node";
2689
+ readonly BRICKS: readonly ["B_1x1_Reroute_Node"];
2690
+ readonly PORTS: {
2691
+ readonly RER_Input: "RER_Input";
2692
+ readonly RER_Output: "RER_Output";
2693
+ };
2694
+ };
2695
+ readonly Seat: {
2696
+ readonly NAME: "Component_Internal_Seat";
2697
+ readonly BRICK: "B_Seat";
2698
+ readonly BRICKS: readonly ["B_Seat"];
2699
+ readonly PORTS: {
2700
+ readonly ExitOffset: "ExitOffset";
2701
+ readonly ExitOffset_X: "ExitOffset.X";
2702
+ readonly ExitOffset_Y: "ExitOffset.Y";
2703
+ readonly ExitOffset_Z: "ExitOffset.Z";
2704
+ readonly PromptCustomLabel: "PromptCustomLabel";
2705
+ readonly bAllowNearbyInteraction: "bAllowNearbyInteraction";
2706
+ readonly bHiddenInteraction: "bHiddenInteraction";
2707
+ readonly bRollCameraInThirdPerson: "bRollCameraInThirdPerson";
2708
+ readonly SittingCharacter: "SittingCharacter";
2709
+ readonly bIsOccupied: "bIsOccupied";
2710
+ };
2711
+ };
2712
+ readonly Servo: {
2713
+ readonly NAME: "Component_Internal_Servo";
2714
+ readonly BRICK: "B_Joint_Servo";
2715
+ readonly BRICKS: readonly ["B_Joint_Servo", "B_Joint_Servo_Micro"];
2716
+ readonly PORTS: {
2717
+ readonly ActiveDamping: "ActiveDamping";
2718
+ readonly Damping: "Damping";
2719
+ readonly ForceLimit: "ForceLimit";
2720
+ readonly LimitAngle: "LimitAngle";
2721
+ readonly Power: "Power";
2722
+ readonly TargetAngle: "TargetAngle";
2723
+ readonly bAnglesArePercentages: "bAnglesArePercentages";
2724
+ readonly bEnabled: "bEnabled";
2725
+ readonly bLimitAngle: "bLimitAngle";
2726
+ readonly CurrentAngle: "CurrentAngle";
2727
+ readonly bStopped: "bStopped";
2728
+ };
2729
+ };
2730
+ readonly ServoSlider: {
2731
+ readonly NAME: "Component_Internal_ServoSlider";
2732
+ readonly BRICK: "B_1x1F_Round";
2733
+ readonly BRICKS: readonly ["B_1x1F_Round"];
2734
+ readonly PORTS: {
2735
+ readonly Damping: "Damping";
2736
+ readonly Exponent: "Exponent";
2737
+ readonly Power: "Power";
2738
+ readonly TargetPosition: "TargetPosition";
2739
+ readonly TopSpeed: "TopSpeed";
2740
+ readonly bEnabled: "bEnabled";
2741
+ readonly bPositionsArePercentages: "bPositionsArePercentages";
2742
+ readonly CurrentPosition: "CurrentPosition";
2743
+ readonly bStopped: "bStopped";
2744
+ };
2745
+ };
2746
+ readonly Slider: {
2747
+ readonly NAME: "Component_Internal_Slider";
2748
+ readonly BRICK: "B_1x1F_Round";
2749
+ readonly BRICKS: readonly ["B_1x1F_Round"];
2750
+ readonly PORTS: {
2751
+ readonly Damping: "Damping";
2752
+ readonly bPositionsArePercentages: "bPositionsArePercentages";
2753
+ readonly CurrentPosition: "CurrentPosition";
2754
+ };
2755
+ };
2756
+ readonly Socket: {
2757
+ readonly NAME: "Component_Internal_Socket";
2758
+ readonly BRICK: "B_Joint_Socket";
2759
+ readonly BRICKS: readonly ["B_Joint_Socket", "B_Joint_Socket_Micro"];
2760
+ readonly PORTS: {};
2761
+ };
2762
+ readonly Thruster: {
2763
+ readonly NAME: "Component_Internal_Thruster";
2764
+ readonly BRICK: "B_2x2_Thruster";
2765
+ readonly BRICKS: readonly ["B_2x2_Thruster"];
2766
+ readonly PORTS: {
2767
+ readonly Force: "Force";
2768
+ readonly Pitch: "Pitch";
2769
+ readonly Throttle: "Throttle";
2770
+ readonly Yaw: "Yaw";
2771
+ readonly bEnabled: "bEnabled";
2772
+ readonly bSpawnLight: "bSpawnLight";
2773
+ };
2774
+ };
2775
+ readonly WeightBrick: {
2776
+ readonly NAME: "Component_Internal_WeightBrick";
2777
+ readonly BRICK: "B_1x1_Gate_WeightBrick";
2778
+ readonly BRICKS: readonly ["B_1x1_Gate_WeightBrick"];
2779
+ readonly PORTS: {
2780
+ readonly Mass: "Mass";
2781
+ readonly MassOffset: "MassOffset";
2782
+ readonly MassOffset_X: "MassOffset.X";
2783
+ readonly MassOffset_Y: "MassOffset.Y";
2784
+ readonly MassOffset_Z: "MassOffset.Z";
2785
+ readonly MassSize: "MassSize";
2786
+ readonly MassSize_X: "MassSize.X";
2787
+ readonly MassSize_Y: "MassSize.Y";
2788
+ readonly MassSize_Z: "MassSize.Z";
2789
+ };
2790
+ };
2791
+ readonly WheelEngine: {
2792
+ readonly NAME: "Component_Internal_WheelEngine";
2793
+ readonly BRICK: "B_1x1_Gate_WheelEngineSlim";
2794
+ readonly BRICKS: readonly ["B_1x1_Gate_WheelEngineSlim", "B_Vehicle_Engine"];
2795
+ readonly PORTS: {
2796
+ readonly AudioDescriptor: "AudioDescriptor";
2797
+ readonly CenterOfSteering: "CenterOfSteering";
2798
+ readonly Character: "Character";
2799
+ readonly CustomMass: "CustomMass";
2800
+ readonly CustomMassVerticalOffset: "CustomMassVerticalOffset";
2801
+ readonly DriveAcceleratingPowerMultiplier: "DriveAcceleratingPowerMultiplier";
2802
+ readonly DriveBrakingPowerMultiplier: "DriveBrakingPowerMultiplier";
2803
+ readonly DriveDampingMultiplier: "DriveDampingMultiplier";
2804
+ readonly DriveInterpSpeed: "DriveInterpSpeed";
2805
+ readonly DriveSpeed: "DriveSpeed";
2806
+ readonly ManualInput_Drive: "ManualInput_Drive";
2807
+ readonly ManualInput_Steer: "ManualInput_Steer";
2808
+ readonly SteerInterpSpeed: "SteerInterpSpeed";
2809
+ readonly SteerLimitDegree: "SteerLimitDegree";
2810
+ readonly SteerPowerMultiplier: "SteerPowerMultiplier";
2811
+ readonly TankSteerSpeedMultiplier: "TankSteerSpeedMultiplier";
2812
+ readonly WaterDriveForce: "WaterDriveForce";
2813
+ readonly WaterSteeringForce: "WaterSteeringForce";
2814
+ readonly bEnableManualControl: "bEnableManualControl";
2815
+ readonly bEnabled: "bEnabled";
2816
+ readonly bManualInput_Brake: "bManualInput_Brake";
2817
+ readonly bTankSteering: "bTankSteering";
2818
+ readonly Control_DriveAndSteer: "Control_DriveAndSteer";
2819
+ };
2820
+ };
2821
+ readonly ItemSpawn: {
2822
+ readonly NAME: "Component_ItemSpawn";
2823
+ readonly BRICK: "B_1x1F_Round";
2824
+ readonly BRICKS: readonly ["B_1x1F_Round"];
2825
+ readonly PORTS: {
2826
+ readonly DamageMultiplier: "DamageMultiplier";
2827
+ readonly ItemNameOverride: "ItemNameOverride";
2828
+ readonly PickupAnimationAxis: "PickupAnimationAxis";
2829
+ readonly PickupAnimationPhase: "PickupAnimationPhase";
2830
+ readonly PickupBobHeight: "PickupBobHeight";
2831
+ readonly PickupBobSpeed: "PickupBobSpeed";
2832
+ readonly PickupClass: "PickupClass";
2833
+ readonly PickupMeshColors: "PickupMeshColors";
2834
+ readonly PickupMinigameResetRespawnDelay: "PickupMinigameResetRespawnDelay";
2835
+ readonly PickupOffsetDirection: "PickupOffsetDirection";
2836
+ readonly PickupOffsetDistance: "PickupOffsetDistance";
2837
+ readonly PickupRespawnTime: "PickupRespawnTime";
2838
+ readonly PickupRotation: "PickupRotation";
2839
+ readonly PickupRotation_Pitch: "PickupRotation.Pitch";
2840
+ readonly PickupRotation_Roll: "PickupRotation.Roll";
2841
+ readonly PickupRotation_Yaw: "PickupRotation.Yaw";
2842
+ readonly PickupScale: "PickupScale";
2843
+ readonly PickupSpinSpeed: "PickupSpinSpeed";
2844
+ readonly ProjectileOverride: "ProjectileOverride";
2845
+ readonly WeaponSpeedMultiplier: "WeaponSpeedMultiplier";
2846
+ readonly bOverridePickupColors: "bOverridePickupColors";
2847
+ readonly bPickupAnimationAxisLocal: "bPickupAnimationAxisLocal";
2848
+ readonly bPickupAnimationEnabled: "bPickupAnimationEnabled";
2849
+ readonly bPickupAutoDisableOnPickup: "bPickupAutoDisableOnPickup";
2850
+ readonly bPickupEnabled: "bPickupEnabled";
2851
+ readonly bPickupRespawnOnMinigameReset: "bPickupRespawnOnMinigameReset";
2852
+ readonly bRenderTranslucentWhenDisabled: "bRenderTranslucentWhenDisabled";
2853
+ readonly bShowPickupEnabled: "bShowPickupEnabled";
2854
+ };
2855
+ };
2856
+ readonly OneShotAudioEmitter: {
2857
+ readonly NAME: "Component_OneShotAudioEmitter";
2858
+ readonly BRICK: "B_1x1_SoundEmitter";
2859
+ readonly BRICKS: readonly ["B_1x1_SoundEmitter"];
2860
+ readonly PORTS: {
2861
+ readonly AudioDescriptor: "AudioDescriptor";
2862
+ readonly InnerRadius: "InnerRadius";
2863
+ readonly MaxDistance: "MaxDistance";
2864
+ readonly PitchMultiplier: "PitchMultiplier";
2865
+ readonly RepeatTime: "RepeatTime";
2866
+ readonly RepeatVariance: "RepeatVariance";
2867
+ readonly VolumeMultiplier: "VolumeMultiplier";
2868
+ readonly bEnableRepeat: "bEnableRepeat";
2869
+ readonly bPlay: "bPlay";
2870
+ readonly bSpatialization: "bSpatialization";
2871
+ };
2872
+ };
2873
+ readonly PointLight: {
2874
+ readonly NAME: "Component_PointLight";
2875
+ readonly BRICK: "B_1x1F_Round";
2876
+ readonly BRICKS: readonly ["B_1x1F_Round"];
2877
+ readonly PORTS: {
2878
+ readonly Brightness: "Brightness";
2879
+ readonly Color: "Color";
2880
+ readonly Color_A: "Color.A";
2881
+ readonly Color_B: "Color.B";
2882
+ readonly Color_G: "Color.G";
2883
+ readonly Color_R: "Color.R";
2884
+ readonly Radius: "Radius";
2885
+ readonly bCastShadows: "bCastShadows";
2886
+ readonly bEnabled: "bEnabled";
2887
+ readonly bMatchBrickShape: "bMatchBrickShape";
2888
+ readonly bUseBrickColor: "bUseBrickColor";
2889
+ };
2890
+ };
2891
+ readonly SpawnPoint: {
2892
+ readonly NAME: "Component_SpawnPoint";
2893
+ readonly BRICK: "B_SpawnPoint";
2894
+ readonly BRICKS: readonly ["B_SpawnPoint"];
2895
+ readonly PORTS: {
2896
+ readonly bEnable: "bEnable";
2897
+ readonly bRotatePlayerGravityOnSpawn: "bRotatePlayerGravityOnSpawn";
2898
+ };
2899
+ };
2900
+ readonly SpotLight: {
2901
+ readonly NAME: "Component_SpotLight";
2902
+ readonly BRICK: "B_1x1F_Round";
2903
+ readonly BRICKS: readonly ["B_1x1F_Round"];
2904
+ readonly PORTS: {
2905
+ readonly Brightness: "Brightness";
2906
+ readonly Color: "Color";
2907
+ readonly Color_A: "Color.A";
2908
+ readonly Color_B: "Color.B";
2909
+ readonly Color_G: "Color.G";
2910
+ readonly Color_R: "Color.R";
2911
+ readonly InnerConeAngle: "InnerConeAngle";
2912
+ readonly OuterConeAngle: "OuterConeAngle";
2913
+ readonly Radius: "Radius";
2914
+ readonly Rotation: "Rotation";
2915
+ readonly Rotation_Pitch: "Rotation.Pitch";
2916
+ readonly Rotation_Roll: "Rotation.Roll";
2917
+ readonly Rotation_Yaw: "Rotation.Yaw";
2918
+ readonly bCastShadows: "bCastShadows";
2919
+ readonly bEnabled: "bEnabled";
2920
+ readonly bUseBrickColor: "bUseBrickColor";
2921
+ };
2922
+ };
2923
+ readonly Switch: {
2924
+ readonly NAME: "Component_Switch";
2925
+ readonly BRICK: "B_1x1F_Round";
2926
+ readonly BRICKS: readonly ["B_1x1F_Round"];
2927
+ readonly PORTS: {
2928
+ readonly InteractSound: "InteractSound";
2929
+ readonly PromptCustomLabel: "PromptCustomLabel";
2930
+ readonly bAllowNearbyInteraction: "bAllowNearbyInteraction";
2931
+ readonly bHiddenInteraction: "bHiddenInteraction";
2932
+ readonly Character: "Character";
2933
+ readonly bEnabled: "bEnabled";
2934
+ };
2935
+ };
2936
+ readonly Target: {
2937
+ readonly NAME: "Component_Target";
2938
+ readonly BRICK: "B_2x2F_Target";
2939
+ readonly BRICKS: readonly ["B_2x2F_Target"];
2940
+ readonly PORTS: {
2941
+ readonly OnTime: "OnTime";
2942
+ readonly CharacterThatJustHit: "CharacterThatJustHit";
2943
+ readonly Damage: "Damage";
2944
+ readonly WeaponNameThatJustHit: "WeaponNameThatJustHit";
2945
+ readonly WeaponThatJustHit: "WeaponThatJustHit";
2946
+ readonly bJustHit: "bJustHit";
2947
+ };
2948
+ };
2949
+ readonly TextDisplay: {
2950
+ readonly NAME: "Component_TextDisplay";
2951
+ readonly BRICK: "B_1x1F_Round";
2952
+ readonly BRICKS: readonly ["B_1x1F_Round"];
2953
+ readonly PORTS: {
2954
+ readonly Anchor: "Anchor";
2955
+ readonly Anchor_X: "Anchor.X";
2956
+ readonly Anchor_Y: "Anchor.Y";
2957
+ readonly Billboard: "Billboard";
2958
+ readonly Color: "Color";
2959
+ readonly Color_A: "Color.A";
2960
+ readonly Color_B: "Color.B";
2961
+ readonly Color_G: "Color.G";
2962
+ readonly Color_R: "Color.R";
2963
+ readonly Face: "Face";
2964
+ readonly Font: "Font";
2965
+ readonly GraffitiAngleLimit: "GraffitiAngleLimit";
2966
+ readonly GraffitiDepthLimit: "GraffitiDepthLimit";
2967
+ readonly GraffitiLayer: "GraffitiLayer";
2968
+ readonly Kerning: "Kerning";
2969
+ readonly LineHeight: "LineHeight";
2970
+ readonly LineOffset: "LineOffset";
2971
+ readonly Material: "Material";
2972
+ readonly MaterialSlider: "MaterialSlider";
2973
+ readonly Offset: "Offset";
2974
+ readonly Offset_X: "Offset.X";
2975
+ readonly Offset_Y: "Offset.Y";
2976
+ readonly Offset_Z: "Offset.Z";
2977
+ readonly Outline: "Outline";
2978
+ readonly OutlineColor: "OutlineColor";
2979
+ readonly OutlineColor_A: "OutlineColor.A";
2980
+ readonly OutlineColor_B: "OutlineColor.B";
2981
+ readonly OutlineColor_G: "OutlineColor.G";
2982
+ readonly OutlineColor_R: "OutlineColor.R";
2983
+ readonly OutlineWidth: "OutlineWidth";
2984
+ readonly Rotation: "Rotation";
2985
+ readonly ScuffWidth: "ScuffWidth";
2986
+ readonly Shading: "Shading";
2987
+ readonly ShadingWidth: "ShadingWidth";
2988
+ readonly Skew: "Skew";
2989
+ readonly Text: "Text";
2990
+ readonly Typeface: "Typeface";
2991
+ readonly bAlignToWedge: "bAlignToWedge";
2992
+ readonly bEnabled: "bEnabled";
2993
+ readonly bFlipShading: "bFlipShading";
2994
+ readonly bForeground: "bForeground";
2995
+ readonly bOverrideColor: "bOverrideColor";
2996
+ readonly bOverrideOutlineColor: "bOverrideOutlineColor";
2997
+ readonly bSharpCorners: "bSharpCorners";
2998
+ readonly bSharpOutlines: "bSharpOutlines";
2999
+ };
3000
+ };
3001
+ readonly Touch: {
3002
+ readonly NAME: "Component_Touch";
3003
+ readonly BRICK: "B_1x1F_Round";
3004
+ readonly BRICKS: readonly ["B_1x1F_Round"];
3005
+ readonly PORTS: {
3006
+ readonly BeginTouchSound: "BeginTouchSound";
3007
+ readonly EndTouchSound: "EndTouchSound";
3008
+ readonly bCollisionEnabled_Player: "bCollisionEnabled_Player";
3009
+ readonly bCollisionEnabled_Player1: "bCollisionEnabled_Player1";
3010
+ readonly bCollisionEnabled_Player2: "bCollisionEnabled_Player2";
3011
+ readonly bCollisionEnabled_Player3: "bCollisionEnabled_Player3";
3012
+ readonly Character: "Character";
3013
+ readonly TouchCount: "TouchCount";
3014
+ readonly bTouching: "bTouching";
3015
+ };
3016
+ };
3017
+ readonly PlayAudioAt: {
3018
+ readonly NAME: "Component_WireGraph_PlayAudioAt";
3019
+ readonly BRICK: "B_1x1_Gate_Exec_Entity_PlayAudioAt";
3020
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Entity_PlayAudioAt"];
3021
+ readonly PORTS: {
3022
+ readonly Entity: "Entity";
3023
+ readonly Exec: "Exec";
3024
+ readonly InnerRadius: "InnerRadius";
3025
+ readonly MaxDistance: "MaxDistance";
3026
+ readonly PitchMultiplier: "PitchMultiplier";
3027
+ readonly VolumeMultiplier: "VolumeMultiplier";
3028
+ readonly bSpatialization: "bSpatialization";
3029
+ readonly ExecOut: "ExecOut";
3030
+ };
3031
+ };
3032
+ readonly SetInventoryEntry: {
3033
+ readonly NAME: "Component_WireGraph_SetInventoryEntry";
3034
+ readonly BRICK: "B_1x1_Gate_Exec_Character_SetInventoryEntry";
3035
+ readonly BRICKS: readonly ["B_1x1_Gate_Exec_Character_SetInventoryEntry"];
3036
+ readonly PORTS: {
3037
+ readonly Character: "Character";
3038
+ readonly Exec: "Exec";
3039
+ readonly Slot: "Slot";
3040
+ readonly ExecOut: "ExecOut";
3041
+ };
3042
+ };
3043
+ };
8
3044
  //# sourceMappingURL=componentDb.d.ts.map