Once_0E37D3CA-2862-4667-BFDB-7393DD48241B.names 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "entries": [
  3. {
  4. "base": "{0E37D3CA-2862-4667-BFDB-7393DD48241B}",
  5. "context": "ScriptCanvas::Node",
  6. "variant": "",
  7. "details": {
  8. "name": "Once",
  9. "category": "Logic",
  10. "tooltip": "An execution flow gate that will only activate once. The gate will reopen if it receives a Reset pulse."
  11. },
  12. "slots": [
  13. {
  14. "base": "Input_In_0",
  15. "details": {
  16. "name": "In",
  17. "tooltip": "Input signal"
  18. }
  19. },
  20. {
  21. "base": "Input_Reset_1",
  22. "details": {
  23. "name": "Reset",
  24. "tooltip": "Reset signal"
  25. }
  26. },
  27. {
  28. "base": "Output_Out_0",
  29. "details": {
  30. "name": "Out",
  31. "tooltip": "Output signal"
  32. }
  33. },
  34. {
  35. "base": "Output_On Reset_1",
  36. "details": {
  37. "name": "On Reset",
  38. "tooltip": "Triggered when Reset"
  39. }
  40. }
  41. ]
  42. }
  43. ]
  44. }