omegga 1.2.5 → 1.2.7

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.
@@ -181,6 +181,8 @@ export declare type UnrealRotator = [
181
181
  number,
182
182
  number
183
183
  ];
184
+ export declare type Vector3d = Vector;
185
+ export declare type IntVector = Vector;
184
186
  export declare type UnrealString = string;
185
187
  export declare type WireGraphVariant = {
186
188
  number: number;
@@ -193,8 +195,9 @@ export declare type WireGraphVariant = {
193
195
  } | {
194
196
  object: true;
195
197
  };
196
- export declare type UnrealType = UnrealClass | UnrealObject | UnrealBoolean | UnrealFloat | UnrealColor | UnrealByte | UnrealRotator | UnrealString | WireGraphVariant | UnrealInteger64;
197
- export declare type UnrealTypeFromString<T> = T extends "Class" ? UnrealClass : T extends "Object" ? UnrealObject : T extends "Boolean" ? UnrealBoolean : T extends "Float" ? UnrealFloat : T extends "Color" ? UnrealColor : T extends "Byte" ? UnrealByte : T extends "Rotator" ? UnrealRotator : T extends "String" ? UnrealString : T extends "WireGraphVariant" ? WireGraphVariant : T extends "WireGraphPrimMathVariant" ? WireGraphVariant : T extends "Integer" ? UnrealInteger : T extends "Integer64" ? UnrealInteger64 : UnrealType;
198
+ export declare type BRInventoryEntryPlan = string;
199
+ export declare type UnrealType = UnrealClass | UnrealObject | UnrealBoolean | UnrealFloat | UnrealColor | UnrealByte | UnrealRotator | UnrealString | WireGraphVariant | UnrealInteger64 | Vector3d | IntVector | BRInventoryEntryPlan;
200
+ export declare type UnrealTypeFromString<T> = T extends "Class" ? UnrealClass : T extends "Object" ? UnrealObject : T extends "Boolean" ? UnrealBoolean : T extends "Float" ? UnrealFloat : T extends "Color" ? UnrealColor : T extends "Byte" ? UnrealByte : T extends "Rotator" ? UnrealRotator : T extends "Rotator3d" ? UnrealRotator : T extends "Vector3d" ? Vector3d : T extends "IntVector" ? IntVector : T extends "String" ? UnrealString : T extends "BRInventoryEntryPlan" ? BRInventoryEntryPlan : T extends "WireGraphVariant" ? WireGraphVariant : T extends "WireGraphPrimMathVariant" ? WireGraphVariant : T extends "Integer" ? UnrealInteger : T extends "Integer64" ? UnrealInteger64 : UnrealType;
198
201
  export interface User {
199
202
  id: Uuid;
200
203
  name: string;
@@ -314,6 +317,725 @@ export declare type KnownComponents = {
314
317
  bSpatialization: "Boolean";
315
318
  };
316
319
  };
320
+ Component_AudioEmitter: {
321
+ version: 1;
322
+ brick_indices?: number[];
323
+ properties: {
324
+ bEnabled: "Boolean";
325
+ AudioDescriptor: "Object";
326
+ VolumeMultiplier: "Float";
327
+ PitchMultiplier: "Float";
328
+ InnerRadius: "Float";
329
+ MaxDistance: "Float";
330
+ bSpatialization: "Boolean";
331
+ FocusAzimuth: "Float";
332
+ NonFocusAzimuth: "Float";
333
+ NonFocusVolumeAttenuation: "Float";
334
+ };
335
+ };
336
+ Component_BotSpawn: {
337
+ version: 1;
338
+ brick_indices?: number[];
339
+ properties: {
340
+ RespawnTime: "Float";
341
+ CorpseTimeout: "Float";
342
+ GunSkill: "Float";
343
+ Agression: "Float";
344
+ ReactionTime: "Float";
345
+ MovementRandomness: "Float";
346
+ Jumpyness: "Float";
347
+ MovementAmount: "Float";
348
+ AttackMovementAmount: "Float";
349
+ AggroRange: "Float";
350
+ bCanJump: "Boolean";
351
+ bBackVision: "Boolean";
352
+ bVisionRaycasting: "Boolean";
353
+ bCanTargetPlayers: "Boolean";
354
+ bCanTargetBots: "Boolean";
355
+ MoveTarget: "Vector3d";
356
+ BotWeapon: "Class";
357
+ };
358
+ };
359
+ Component_CheckPoint: {
360
+ version: 1;
361
+ brick_indices?: number[];
362
+ properties: {
363
+ bRotatePlayerGravityOnSpawn: "Boolean";
364
+ };
365
+ };
366
+ Component_Damage: {
367
+ version: 1;
368
+ brick_indices?: number[];
369
+ properties: {
370
+ Message: "String";
371
+ ConsoleTag: "String";
372
+ };
373
+ };
374
+ Component_GoalPoint: {
375
+ version: 1;
376
+ brick_indices?: number[];
377
+ properties: {};
378
+ };
379
+ Component_InputSplitter: {
380
+ version: 1;
381
+ brick_indices?: number[];
382
+ properties: {};
383
+ };
384
+ Component_OneShotAudioEmitter: {
385
+ version: 1;
386
+ brick_indices?: number[];
387
+ properties: {
388
+ AudioDescriptor: "Object";
389
+ VolumeMultiplier: "Float";
390
+ PitchMultiplier: "Float";
391
+ InnerRadius: "Float";
392
+ MaxDistance: "Float";
393
+ bSpatialization: "Boolean";
394
+ bEnableRepeat: "Boolean";
395
+ RepeatTime: "Float";
396
+ RepeatVariance: "Float";
397
+ };
398
+ };
399
+ Component_SpawnPoint: {
400
+ version: 1;
401
+ brick_indices?: number[];
402
+ properties: {
403
+ bRotatePlayerGravityOnSpawn: "Boolean";
404
+ bEnable: "Boolean";
405
+ };
406
+ };
407
+ Component_Target: {
408
+ version: 1;
409
+ brick_indices?: number[];
410
+ properties: {
411
+ OnTime: "Float";
412
+ };
413
+ };
414
+ Component_Internal_AnimatedButton: {
415
+ version: 1;
416
+ brick_indices?: number[];
417
+ properties: {
418
+ PressSound: "Object";
419
+ ReleaseSound: "Object";
420
+ bAllowNearbyInteraction: "Boolean";
421
+ bHiddenInteraction: "Boolean";
422
+ PromptCustomLabel: "String";
423
+ };
424
+ };
425
+ Component_Internal_AnimatedSwitch: {
426
+ version: 1;
427
+ brick_indices?: number[];
428
+ properties: {
429
+ bEnabled: "Boolean";
430
+ InteractSound: "Object";
431
+ bAllowNearbyInteraction: "Boolean";
432
+ bHiddenInteraction: "Boolean";
433
+ PromptCustomLabel: "String";
434
+ };
435
+ };
436
+ Component_Internal_AttachedZone: {
437
+ version: 1;
438
+ brick_indices?: number[];
439
+ properties: {
440
+ ZoneStartDistance: "Integer";
441
+ ZoneEndDistance: "Integer";
442
+ bIsBuildingZone: "Boolean";
443
+ bIsLooseZone: "Boolean";
444
+ bIsShareZone: "Boolean";
445
+ };
446
+ };
447
+ Component_Internal_Bearing: {
448
+ version: 1;
449
+ brick_indices?: number[];
450
+ properties: {
451
+ bLimitAngle: "Boolean";
452
+ LimitAngle: "Float";
453
+ Damping: "Float";
454
+ };
455
+ };
456
+ Component_Internal_Joint_Wheel: {
457
+ version: 1;
458
+ brick_indices?: number[];
459
+ properties: {
460
+ bEnabled: "Boolean";
461
+ DriveSpeed: "Float";
462
+ DrivePower: "Float";
463
+ bSteerEnabled: "Boolean";
464
+ Steer: "Float";
465
+ SteerLimitDegree: "Float";
466
+ SteerPower: "Float";
467
+ bSuspensionEnabled: "Boolean";
468
+ SuspensionStiffness: "Float";
469
+ SuspensionDamping: "Float";
470
+ JointDistance: "Integer";
471
+ bDriveWhenNotAttachedToEngine: "Boolean";
472
+ bCanBrake: "Boolean";
473
+ bAllowEngineSteerCorrect: "Boolean";
474
+ Damping: "Float";
475
+ };
476
+ };
477
+ Component_Internal_Motor: {
478
+ version: 1;
479
+ brick_indices?: number[];
480
+ properties: {
481
+ bEnabled: "Boolean";
482
+ Speed: "Float";
483
+ Power: "Float";
484
+ bLimitAngle: "Boolean";
485
+ LimitAngle: "Float";
486
+ Damping: "Float";
487
+ };
488
+ };
489
+ Component_Internal_MotorSlider: {
490
+ version: 1;
491
+ brick_indices?: number[];
492
+ properties: {
493
+ bEnabled: "Boolean";
494
+ Speed: "Float";
495
+ Power: "Float";
496
+ bPositionsArePercentages: "Boolean";
497
+ Damping: "Float";
498
+ };
499
+ };
500
+ Component_Internal_Rerouter: {
501
+ version: 1;
502
+ brick_indices?: number[];
503
+ properties: {};
504
+ };
505
+ Component_Internal_Seat: {
506
+ version: 1;
507
+ brick_indices?: number[];
508
+ properties: {
509
+ bIsOccupied: "Boolean";
510
+ ExitOffset: "IntVector";
511
+ bAllowNearbyInteraction: "Boolean";
512
+ bHiddenInteraction: "Boolean";
513
+ PromptCustomLabel: "String";
514
+ };
515
+ };
516
+ Component_Internal_Servo: {
517
+ version: 1;
518
+ brick_indices?: number[];
519
+ properties: {
520
+ bEnabled: "Boolean";
521
+ TargetAngle: "Float";
522
+ Power: "Float";
523
+ ActiveDamping: "Float";
524
+ ForceLimit: "Float";
525
+ bLimitAngle: "Boolean";
526
+ LimitAngle: "Float";
527
+ Damping: "Float";
528
+ };
529
+ };
530
+ Component_Internal_ServoSlider: {
531
+ version: 1;
532
+ brick_indices?: number[];
533
+ properties: {
534
+ bEnabled: "Boolean";
535
+ TargetPosition: "Float";
536
+ Power: "Float";
537
+ TopSpeed: "Float";
538
+ Exponent: "Float";
539
+ bPositionsArePercentages: "Boolean";
540
+ Damping: "Float";
541
+ };
542
+ };
543
+ Component_Internal_Slider: {
544
+ version: 1;
545
+ brick_indices?: number[];
546
+ properties: {
547
+ bPositionsArePercentages: "Boolean";
548
+ Damping: "Float";
549
+ };
550
+ };
551
+ Component_Internal_Socket: {
552
+ version: 1;
553
+ brick_indices?: number[];
554
+ properties: {};
555
+ };
556
+ Component_Internal_WeightBrick: {
557
+ version: 1;
558
+ brick_indices?: number[];
559
+ properties: {
560
+ Mass: "Float";
561
+ MassSize: "IntVector";
562
+ MassOffset: "IntVector";
563
+ };
564
+ };
565
+ Component_Internal_WheelEngine: {
566
+ version: 1;
567
+ brick_indices?: number[];
568
+ properties: {
569
+ bEnabled: "Boolean";
570
+ bEnableManualControl: "Boolean";
571
+ ManualInput_Drive: "Float";
572
+ ManualInput_Steer: "Float";
573
+ bManualInput_Brake: "Boolean";
574
+ CustomMass: "Float";
575
+ CustomMassVerticalOffset: "Float";
576
+ DriveInterpSpeed: "Float";
577
+ DriveSpeed: "Float";
578
+ DriveAcceleratingPowerMultiplier: "Float";
579
+ DriveBrakingPowerMultiplier: "Float";
580
+ DriveDampingMultiplier: "Float";
581
+ SteerPowerMultiplier: "Float";
582
+ SteerInterpSpeed: "Float";
583
+ SteerLimitDegree: "Float";
584
+ CenterOfSteering: "Float";
585
+ bTankSteering: "Boolean";
586
+ TankSteerSpeedMultiplier: "Float";
587
+ WaterDriveForce: "Float";
588
+ WaterSteeringForce: "Float";
589
+ AudioDescriptor: "Object";
590
+ };
591
+ };
592
+ Component_WireGraph_PlayAudioAt: {
593
+ version: 1;
594
+ brick_indices?: number[];
595
+ properties: {
596
+ AudioDescriptor: "Object";
597
+ VolumeMultiplier: "Float";
598
+ PitchMultiplier: "Float";
599
+ InnerRadius: "Float";
600
+ MaxDistance: "Float";
601
+ bSpatialization: "Boolean";
602
+ };
603
+ };
604
+ Component_WireGraph_SetInventoryEntry: {
605
+ version: 1;
606
+ brick_indices?: number[];
607
+ properties: {
608
+ Slot: "Integer";
609
+ EntryPlan: "BRInventoryEntryPlan";
610
+ };
611
+ };
612
+ BrickComponentType_Internal_CharacterZoneEvent_Entered: {
613
+ version: 1;
614
+ brick_indices?: number[];
615
+ properties: {};
616
+ };
617
+ BrickComponentType_Internal_CharacterZoneEvent_Left: {
618
+ version: 1;
619
+ brick_indices?: number[];
620
+ properties: {};
621
+ };
622
+ BrickComponentType_Internal_ReadBrickGrid: {
623
+ version: 1;
624
+ brick_indices?: number[];
625
+ properties: {};
626
+ };
627
+ BrickComponentType_Internal_TeleportDestination: {
628
+ version: 1;
629
+ brick_indices?: number[];
630
+ properties: {};
631
+ };
632
+ BrickComponentType_Internal_ZoneEvent_BrickChanged: {
633
+ version: 1;
634
+ brick_indices?: number[];
635
+ properties: {};
636
+ };
637
+ BrickComponentType_Internal_ZoneEvent_BrickRemoved: {
638
+ version: 1;
639
+ brick_indices?: number[];
640
+ properties: {};
641
+ };
642
+ BrickComponentType_WireGraphPseudo_BufferSeconds: {
643
+ version: 1;
644
+ brick_indices?: number[];
645
+ properties: {
646
+ SecondsToWait: "Float";
647
+ ZeroSecondsToWait: "Float";
648
+ CurrentTime: "Float";
649
+ Input: "WireGraphVariant";
650
+ Output: "WireGraphVariant";
651
+ Buffered: "WireGraphVariant";
652
+ Queued: "WireGraphVariant";
653
+ bHasQueued: "Boolean";
654
+ };
655
+ };
656
+ BrickComponentType_WireGraphPseudo_BufferTicks: {
657
+ version: 1;
658
+ brick_indices?: number[];
659
+ properties: {
660
+ TicksToWait: "Integer";
661
+ ZeroTicksToWait: "Integer";
662
+ CurrentTicks: "Integer";
663
+ Input: "WireGraphVariant";
664
+ Output: "WireGraphVariant";
665
+ Buffered: "WireGraphVariant";
666
+ Queued: "WireGraphVariant";
667
+ bHasQueued: "Boolean";
668
+ };
669
+ };
670
+ BrickComponentType_WireGraphPseudo_Var: {
671
+ version: 1;
672
+ brick_indices?: number[];
673
+ properties: {
674
+ Value: "WireGraphVariant";
675
+ };
676
+ };
677
+ BrickComponentType_WireGraph_Exec_Branch: {
678
+ version: 1;
679
+ brick_indices?: number[];
680
+ properties: {};
681
+ };
682
+ BrickComponentType_WireGraph_Exec_Character_SetTempPermission: {
683
+ version: 1;
684
+ brick_indices?: number[];
685
+ properties: {
686
+ PermissionTagStr: "String";
687
+ bPermissionEnable: "Boolean";
688
+ };
689
+ };
690
+ BrickComponentType_WireGraph_Exec_Character_ShowHint: {
691
+ version: 1;
692
+ brick_indices?: number[];
693
+ properties: {
694
+ HintTitle: "String";
695
+ HintText: "String";
696
+ };
697
+ };
698
+ BrickComponentType_WireGraph_Exec_Entity_AddLocationRotation: {
699
+ version: 1;
700
+ brick_indices?: number[];
701
+ properties: {
702
+ Vector: "Vector3d";
703
+ Rotation: "Rotator3d";
704
+ };
705
+ };
706
+ BrickComponentType_WireGraph_Exec_Entity_AddVelocity: {
707
+ version: 1;
708
+ brick_indices?: number[];
709
+ properties: {
710
+ Vector: "Vector3d";
711
+ Rotation: "Vector3d";
712
+ };
713
+ };
714
+ BrickComponentType_WireGraph_Exec_Entity_RelativeTeleport: {
715
+ version: 1;
716
+ brick_indices?: number[];
717
+ properties: {};
718
+ };
719
+ BrickComponentType_WireGraph_Exec_Entity_SetGravityDirection: {
720
+ version: 1;
721
+ brick_indices?: number[];
722
+ properties: {
723
+ Rotation: "Rotator3d";
724
+ };
725
+ };
726
+ BrickComponentType_WireGraph_Exec_Entity_SetLocation: {
727
+ version: 1;
728
+ brick_indices?: number[];
729
+ properties: {
730
+ Vector: "Vector3d";
731
+ };
732
+ };
733
+ BrickComponentType_WireGraph_Exec_Entity_SetLocationRotation: {
734
+ version: 1;
735
+ brick_indices?: number[];
736
+ properties: {
737
+ Vector: "Vector3d";
738
+ Rotation: "Rotator3d";
739
+ };
740
+ };
741
+ BrickComponentType_WireGraph_Exec_Entity_SetRotation: {
742
+ version: 1;
743
+ brick_indices?: number[];
744
+ properties: {
745
+ Rotation: "Rotator3d";
746
+ };
747
+ };
748
+ BrickComponentType_WireGraph_Exec_Entity_SetVelocity: {
749
+ version: 1;
750
+ brick_indices?: number[];
751
+ properties: {
752
+ Vector: "Vector3d";
753
+ Rotation: "Vector3d";
754
+ };
755
+ };
756
+ BrickComponentType_WireGraph_Exec_Entity_Teleport: {
757
+ version: 1;
758
+ brick_indices?: number[];
759
+ properties: {};
760
+ };
761
+ BrickComponentType_WireGraph_Exec_Union: {
762
+ version: 1;
763
+ brick_indices?: number[];
764
+ properties: {};
765
+ };
766
+ BrickComponentType_WireGraph_Exec_Var_Get: {
767
+ version: 1;
768
+ brick_indices?: number[];
769
+ properties: {
770
+ Value: "WireGraphVariant";
771
+ };
772
+ };
773
+ BrickComponentType_WireGraph_Exec_Var_Increment: {
774
+ version: 1;
775
+ brick_indices?: number[];
776
+ properties: {
777
+ Value: "WireGraphVariant";
778
+ };
779
+ };
780
+ BrickComponentType_WireGraph_Exec_Var_Set: {
781
+ version: 1;
782
+ brick_indices?: number[];
783
+ properties: {
784
+ Value: "WireGraphVariant";
785
+ };
786
+ };
787
+ BrickComponentType_WireGraph_Expr_BitwiseAND: {
788
+ version: 1;
789
+ brick_indices?: number[];
790
+ properties: {
791
+ InputA: "Integer64";
792
+ InputB: "Integer64";
793
+ };
794
+ };
795
+ BrickComponentType_WireGraph_Expr_BitwiseNAND: {
796
+ version: 1;
797
+ brick_indices?: number[];
798
+ properties: {
799
+ InputA: "Integer64";
800
+ InputB: "Integer64";
801
+ };
802
+ };
803
+ BrickComponentType_WireGraph_Expr_BitwiseNOR: {
804
+ version: 1;
805
+ brick_indices?: number[];
806
+ properties: {
807
+ InputA: "Integer64";
808
+ InputB: "Integer64";
809
+ };
810
+ };
811
+ BrickComponentType_WireGraph_Expr_BitwiseNOT: {
812
+ version: 1;
813
+ brick_indices?: number[];
814
+ properties: {
815
+ Input: "Integer64";
816
+ };
817
+ };
818
+ BrickComponentType_WireGraph_Expr_BitwiseOR: {
819
+ version: 1;
820
+ brick_indices?: number[];
821
+ properties: {
822
+ InputA: "Integer64";
823
+ InputB: "Integer64";
824
+ };
825
+ };
826
+ BrickComponentType_WireGraph_Expr_BitwiseShiftLeft: {
827
+ version: 1;
828
+ brick_indices?: number[];
829
+ properties: {
830
+ InputA: "Integer64";
831
+ InputB: "Integer64";
832
+ };
833
+ };
834
+ BrickComponentType_WireGraph_Expr_BitwiseShiftRight: {
835
+ version: 1;
836
+ brick_indices?: number[];
837
+ properties: {
838
+ InputA: "Integer64";
839
+ InputB: "Integer64";
840
+ };
841
+ };
842
+ BrickComponentType_WireGraph_Expr_BitwiseXOR: {
843
+ version: 1;
844
+ brick_indices?: number[];
845
+ properties: {
846
+ InputA: "Integer64";
847
+ InputB: "Integer64";
848
+ };
849
+ };
850
+ BrickComponentType_WireGraph_Expr_Ceil: {
851
+ version: 1;
852
+ brick_indices?: number[];
853
+ properties: {
854
+ Input: "Double";
855
+ };
856
+ };
857
+ BrickComponentType_WireGraph_Expr_CompareEqual: {
858
+ version: 1;
859
+ brick_indices?: number[];
860
+ properties: {
861
+ InputA: "WireGraphVariant";
862
+ InputB: "WireGraphVariant";
863
+ };
864
+ };
865
+ BrickComponentType_WireGraph_Expr_CompareGreater: {
866
+ version: 1;
867
+ brick_indices?: number[];
868
+ properties: {
869
+ InputA: "WireGraphPrimMathVariant";
870
+ InputB: "WireGraphPrimMathVariant";
871
+ };
872
+ };
873
+ BrickComponentType_WireGraph_Expr_CompareGreaterOrEqual: {
874
+ version: 1;
875
+ brick_indices?: number[];
876
+ properties: {
877
+ InputA: "WireGraphPrimMathVariant";
878
+ InputB: "WireGraphPrimMathVariant";
879
+ };
880
+ };
881
+ BrickComponentType_WireGraph_Expr_CompareLess: {
882
+ version: 1;
883
+ brick_indices?: number[];
884
+ properties: {
885
+ InputA: "WireGraphPrimMathVariant";
886
+ InputB: "WireGraphPrimMathVariant";
887
+ };
888
+ };
889
+ BrickComponentType_WireGraph_Expr_CompareLessOrEqual: {
890
+ version: 1;
891
+ brick_indices?: number[];
892
+ properties: {
893
+ InputA: "WireGraphPrimMathVariant";
894
+ InputB: "WireGraphPrimMathVariant";
895
+ };
896
+ };
897
+ BrickComponentType_WireGraph_Expr_CompareNotEqual: {
898
+ version: 1;
899
+ brick_indices?: number[];
900
+ properties: {
901
+ InputA: "WireGraphVariant";
902
+ InputB: "WireGraphVariant";
903
+ };
904
+ };
905
+ BrickComponentType_WireGraph_Expr_Floor: {
906
+ version: 1;
907
+ brick_indices?: number[];
908
+ properties: {
909
+ Input: "Double";
910
+ };
911
+ };
912
+ BrickComponentType_WireGraph_Expr_LogicalAND: {
913
+ version: 1;
914
+ brick_indices?: number[];
915
+ properties: {
916
+ bInputA: "Boolean";
917
+ bInputB: "Boolean";
918
+ };
919
+ };
920
+ BrickComponentType_WireGraph_Expr_LogicalNAND: {
921
+ version: 1;
922
+ brick_indices?: number[];
923
+ properties: {
924
+ bInputA: "Boolean";
925
+ bInputB: "Boolean";
926
+ };
927
+ };
928
+ BrickComponentType_WireGraph_Expr_LogicalNOR: {
929
+ version: 1;
930
+ brick_indices?: number[];
931
+ properties: {
932
+ bInputA: "Boolean";
933
+ bInputB: "Boolean";
934
+ };
935
+ };
936
+ BrickComponentType_WireGraph_Expr_LogicalNOT: {
937
+ version: 1;
938
+ brick_indices?: number[];
939
+ properties: {
940
+ bInput: "Boolean";
941
+ };
942
+ };
943
+ BrickComponentType_WireGraph_Expr_LogicalOR: {
944
+ version: 1;
945
+ brick_indices?: number[];
946
+ properties: {
947
+ bInputA: "Boolean";
948
+ bInputB: "Boolean";
949
+ };
950
+ };
951
+ BrickComponentType_WireGraph_Expr_LogicalXOR: {
952
+ version: 1;
953
+ brick_indices?: number[];
954
+ properties: {
955
+ bInputA: "Boolean";
956
+ bInputB: "Boolean";
957
+ };
958
+ };
959
+ BrickComponentType_WireGraph_Expr_MathAdd: {
960
+ version: 1;
961
+ brick_indices?: number[];
962
+ properties: {
963
+ InputA: "WireGraphPrimMathVariant";
964
+ InputB: "WireGraphPrimMathVariant";
965
+ };
966
+ };
967
+ BrickComponentType_WireGraph_Expr_MathBlend: {
968
+ version: 1;
969
+ brick_indices?: number[];
970
+ properties: {
971
+ Blend: "Double";
972
+ InputA: "WireGraphPrimMathVariant";
973
+ InputB: "WireGraphPrimMathVariant";
974
+ };
975
+ };
976
+ BrickComponentType_WireGraph_Expr_MathDivide: {
977
+ version: 1;
978
+ brick_indices?: number[];
979
+ properties: {
980
+ InputA: "WireGraphPrimMathVariant";
981
+ InputB: "WireGraphPrimMathVariant";
982
+ };
983
+ };
984
+ BrickComponentType_WireGraph_Expr_MathModulo: {
985
+ version: 1;
986
+ brick_indices?: number[];
987
+ properties: {
988
+ InputA: "WireGraphPrimMathVariant";
989
+ InputB: "WireGraphPrimMathVariant";
990
+ };
991
+ };
992
+ BrickComponentType_WireGraph_Expr_MathModuloFloored: {
993
+ version: 1;
994
+ brick_indices?: number[];
995
+ properties: {
996
+ InputA: "WireGraphPrimMathVariant";
997
+ InputB: "WireGraphPrimMathVariant";
998
+ };
999
+ };
1000
+ BrickComponentType_WireGraph_Expr_MathMultiply: {
1001
+ version: 1;
1002
+ brick_indices?: number[];
1003
+ properties: {
1004
+ InputA: "WireGraphPrimMathVariant";
1005
+ InputB: "WireGraphPrimMathVariant";
1006
+ };
1007
+ };
1008
+ BrickComponentType_WireGraph_Expr_MathSubtract: {
1009
+ version: 1;
1010
+ brick_indices?: number[];
1011
+ properties: {
1012
+ InputA: "WireGraphPrimMathVariant";
1013
+ InputB: "WireGraphPrimMathVariant";
1014
+ };
1015
+ };
1016
+ BrickComponentType_WireGraph_Fake_Gamemode_RoundEndEvent: {
1017
+ version: 1;
1018
+ brick_indices?: number[];
1019
+ properties: {
1020
+ RoundNumber: "Integer";
1021
+ };
1022
+ };
1023
+ BrickComponentType_WireGraph_Fake_Gamemode_RoundStartEvent: {
1024
+ version: 1;
1025
+ brick_indices?: number[];
1026
+ properties: {
1027
+ RoundNumber: "Integer";
1028
+ };
1029
+ };
1030
+ BrickComponent_WireGraph_Expr_EdgeDetector: {
1031
+ version: 1;
1032
+ brick_indices?: number[];
1033
+ properties: {
1034
+ Input: "Double";
1035
+ bPulseOnRisingEdge: "Boolean";
1036
+ bPulseOnFallingEdge: "Boolean";
1037
+ };
1038
+ };
317
1039
  };
318
1040
  export interface DefinedComponents extends UnknownComponents, Partial<KnownComponents> {
319
1041
  }