Delay_233C84A7-44DE-A948-D65C-46C11F1F7162.names 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "entries": [
  3. {
  4. "base": "{233C84A7-44DE-A948-D65C-46C11F1F7162}",
  5. "context": "ScriptCanvas::Node",
  6. "variant": "",
  7. "details": {
  8. "name": "Delay",
  9. "category": "Timing",
  10. "tooltip": "While active, will signal the output at the given interval."
  11. },
  12. "slots": [
  13. {
  14. "base": "Input_Start_0",
  15. "details": {
  16. "name": "Start",
  17. "tooltip": "When signaled, execution is delayed at this node according to the specified properties."
  18. }
  19. },
  20. {
  21. "base": "DataInput_Start: Time_0",
  22. "details": {
  23. "name": "Start: Time"
  24. }
  25. },
  26. {
  27. "base": "DataInput_Start: Loop_1",
  28. "details": {
  29. "name": "Start: Loop"
  30. }
  31. },
  32. {
  33. "base": "DataInput_Start: Hold_2",
  34. "details": {
  35. "name": "Start: Hold"
  36. }
  37. },
  38. {
  39. "base": "Output_On Start_0",
  40. "details": {
  41. "name": "On Start",
  42. "tooltip": "When signaled, execution is delayed at this node according to the specified properties."
  43. }
  44. },
  45. {
  46. "base": "Input_Reset_1",
  47. "details": {
  48. "name": "Reset",
  49. "tooltip": "When signaled, execution is delayed at this node according to the specified properties."
  50. }
  51. },
  52. {
  53. "base": "DataInput_Reset: Time_3",
  54. "details": {
  55. "name": "Reset: Time"
  56. }
  57. },
  58. {
  59. "base": "DataInput_Reset: Loop_4",
  60. "details": {
  61. "name": "Reset: Loop"
  62. }
  63. },
  64. {
  65. "base": "DataInput_Reset: Hold_5",
  66. "details": {
  67. "name": "Reset: Hold"
  68. }
  69. },
  70. {
  71. "base": "Output_On Reset_1",
  72. "details": {
  73. "name": "On Reset",
  74. "tooltip": "When signaled, execution is delayed at this node according to the specified properties."
  75. }
  76. },
  77. {
  78. "base": "Input_Cancel_2",
  79. "details": {
  80. "name": "Cancel",
  81. "tooltip": "Cancels the current delay."
  82. }
  83. },
  84. {
  85. "base": "Output_On Cancel_2",
  86. "details": {
  87. "name": "On Cancel",
  88. "tooltip": "Cancels the current delay."
  89. }
  90. },
  91. {
  92. "base": "Output_Done_3",
  93. "details": {
  94. "name": "Done",
  95. "tooltip": "Signaled when the delay reaches zero."
  96. }
  97. },
  98. {
  99. "base": "DataOutput_Elapsed_0",
  100. "details": {
  101. "name": "Elapsed"
  102. }
  103. }
  104. ]
  105. }
  106. ]
  107. }