TimeDelay_D3629902-02E9-AE59-0424-F366D342B433.names 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "entries": [
  3. {
  4. "base": "{D3629902-02E9-AE59-0424-F366D342B433}",
  5. "context": "ScriptCanvas::Node",
  6. "variant": "",
  7. "details": {
  8. "name": "Time Delay",
  9. "category": "Timing",
  10. "tooltip": "Delays all incoming execution for the specified number of ticks"
  11. },
  12. "slots": [
  13. {
  14. "base": "Input_Start_0",
  15. "details": {
  16. "name": "Start"
  17. }
  18. },
  19. {
  20. "base": "DataInput_Delay_0",
  21. "details": {
  22. "name": "Delay"
  23. }
  24. },
  25. {
  26. "base": "Output_On Start_0",
  27. "details": {
  28. "name": "On Start"
  29. }
  30. },
  31. {
  32. "base": "Output_Done_1",
  33. "details": {
  34. "name": "Done",
  35. "tooltip": "Signaled after waiting for the specified amount of times."
  36. }
  37. }
  38. ]
  39. }
  40. ]
  41. }