And_4043C9B7-4ACC-42FE-9C46-EAD7BB718C99.names 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "entries": [
  3. {
  4. "base": "{4043C9B7-4ACC-42FE-9C46-EAD7BB718C99}",
  5. "context": "ScriptCanvas::Node",
  6. "variant": "",
  7. "details": {
  8. "name": "And",
  9. "category": "Logic",
  10. "tooltip": "An execution flow gate that signals True if both Boolean A and Boolean B are True, otherwise signals False"
  11. },
  12. "slots": [
  13. {
  14. "base": "DataOutput_Result_0",
  15. "details": {
  16. "name": "Result"
  17. }
  18. },
  19. {
  20. "base": "Input_In_0",
  21. "details": {
  22. "name": "In",
  23. "tooltip": "Signal to perform the evaluation when desired."
  24. }
  25. },
  26. {
  27. "base": "Output_True_0",
  28. "details": {
  29. "name": "True",
  30. "tooltip": "Signaled if the result of the operation is true."
  31. }
  32. },
  33. {
  34. "base": "Output_False_1",
  35. "details": {
  36. "name": "False",
  37. "tooltip": "Signaled if the result of the operation is false."
  38. }
  39. },
  40. {
  41. "base": "DataInput_Value A_0",
  42. "details": {
  43. "name": "Value A"
  44. }
  45. },
  46. {
  47. "base": "DataInput_Value B_1",
  48. "details": {
  49. "name": "Value B"
  50. }
  51. }
  52. ]
  53. }
  54. ]
  55. }