Not_EF6BA813-9AF9-45CF-A8A4-7F800D7B7CB0.names 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "entries": [
  3. {
  4. "base": "{EF6BA813-9AF9-45CF-A8A4-7F800D7B7CB0}",
  5. "context": "ScriptCanvas::Node",
  6. "variant": "",
  7. "details": {
  8. "name": "Not",
  9. "category": "Logic",
  10. "tooltip": "An execution flow gate that continues True if the Boolean is False, otherwise continues False if the Boolean is True"
  11. },
  12. "slots": [
  13. {
  14. "base": "DataInput_Value_0",
  15. "details": {
  16. "name": "Value"
  17. }
  18. },
  19. {
  20. "base": "DataOutput_Result_0",
  21. "details": {
  22. "name": "Result"
  23. }
  24. },
  25. {
  26. "base": "Input_In_0",
  27. "details": {
  28. "name": "In",
  29. "tooltip": "Signal to perform the evaluation when desired."
  30. }
  31. },
  32. {
  33. "base": "Output_True_0",
  34. "details": {
  35. "name": "True",
  36. "tooltip": "Signaled if the result of the operation is true."
  37. }
  38. },
  39. {
  40. "base": "Output_False_1",
  41. "details": {
  42. "name": "False",
  43. "tooltip": "Signaled if the result of the operation is false."
  44. }
  45. }
  46. ]
  47. }
  48. ]
  49. }