If_F19CC10A-02FD-4E75-ADAA-9CFBD8A4E2F8.names 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "entries": [
  3. {
  4. "base": "{F19CC10A-02FD-4E75-ADAA-9CFBD8A4E2F8}",
  5. "context": "ScriptCanvas::Node",
  6. "variant": "",
  7. "details": {
  8. "name": "If",
  9. "category": "Logic",
  10. "tooltip": "An execution flow gate that continues True if the Condition is True, otherwise continues False"
  11. },
  12. "slots": [
  13. {
  14. "base": "DataInput_Condition_0",
  15. "details": {
  16. "name": "Condition"
  17. }
  18. },
  19. {
  20. "base": "Input_In_0",
  21. "details": {
  22. "name": "In",
  23. "tooltip": "Input signal"
  24. }
  25. },
  26. {
  27. "base": "Output_True_0",
  28. "details": {
  29. "name": "True",
  30. "tooltip": "Signaled if the condition provided evaluates to true."
  31. }
  32. },
  33. {
  34. "base": "Output_False_1",
  35. "details": {
  36. "name": "False",
  37. "tooltip": "Signaled if the condition provided evaluates to false."
  38. }
  39. }
  40. ]
  41. }
  42. ]
  43. }