Repeater_AB587027-2270-4CA6-242F-6069C6D9BBB6.names 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "entries": [
  3. {
  4. "base": "{AB587027-2270-4CA6-242F-6069C6D9BBB6}",
  5. "context": "ScriptCanvas::Node",
  6. "variant": "",
  7. "details": {
  8. "name": "Repeater",
  9. "category": "Timing",
  10. "tooltip": "Repeats the output signal the given number of times using the specified delay to space the signals out."
  11. },
  12. "slots": [
  13. {
  14. "base": "Input_Start_0",
  15. "details": {
  16. "name": "Start"
  17. }
  18. },
  19. {
  20. "base": "DataInput_Repetitions_0",
  21. "details": {
  22. "name": "Repetitions"
  23. }
  24. },
  25. {
  26. "base": "DataInput_Interval_1",
  27. "details": {
  28. "name": "Interval"
  29. }
  30. },
  31. {
  32. "base": "Output_On Start_0",
  33. "details": {
  34. "name": "On Start"
  35. }
  36. },
  37. {
  38. "base": "Output_Complete_1",
  39. "details": {
  40. "name": "Complete",
  41. "tooltip": "Signaled upon node exit"
  42. }
  43. },
  44. {
  45. "base": "Output_Action_2",
  46. "details": {
  47. "name": "Action",
  48. "tooltip": "Signaled every repetition"
  49. }
  50. }
  51. ]
  52. }
  53. ]
  54. }