Timer_32A4BEDC-C207-4472-61DE-9A716402620A.names 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "entries": [
  3. {
  4. "base": "{32A4BEDC-C207-4472-61DE-9A716402620A}",
  5. "context": "ScriptCanvas::Node",
  6. "variant": "",
  7. "details": {
  8. "name": "Timer",
  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": "Starts the timer"
  18. }
  19. },
  20. {
  21. "base": "Output_On Start_0",
  22. "details": {
  23. "name": "On Start",
  24. "tooltip": "Starts the timer"
  25. }
  26. },
  27. {
  28. "base": "Input_Stop_1",
  29. "details": {
  30. "name": "Stop",
  31. "tooltip": "Stops the timer"
  32. }
  33. },
  34. {
  35. "base": "Output_On Stop_1",
  36. "details": {
  37. "name": "On Stop",
  38. "tooltip": "Stops the timer"
  39. }
  40. },
  41. {
  42. "base": "Output_On Tick_2",
  43. "details": {
  44. "name": "On Tick",
  45. "tooltip": "Signaled at each tick while the timer is in operation."
  46. }
  47. },
  48. {
  49. "base": "DataOutput_Milliseconds_0",
  50. "details": {
  51. "name": "Milliseconds"
  52. }
  53. },
  54. {
  55. "base": "DataOutput_Seconds_1",
  56. "details": {
  57. "name": "Seconds"
  58. }
  59. }
  60. ]
  61. }
  62. ]
  63. }