While_C5BDF392-9669-4928-A0F5-F55B8A5B3BAC.names 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "entries": [
  3. {
  4. "base": "{C5BDF392-9669-4928-A0F5-F55B8A5B3BAC}",
  5. "context": "ScriptCanvas::Node",
  6. "variant": "",
  7. "details": {
  8. "name": "While",
  9. "category": "Logic"
  10. },
  11. "slots": [
  12. {
  13. "base": "DataInput_Condition_0",
  14. "details": {
  15. "name": "Condition"
  16. }
  17. },
  18. {
  19. "base": "Input_In_0",
  20. "details": {
  21. "name": "In"
  22. }
  23. },
  24. {
  25. "base": "Output_Out_0",
  26. "details": {
  27. "name": "Out",
  28. "tooltip": "Signalled if the condition is false, or if the loop calls the break node"
  29. }
  30. },
  31. {
  32. "base": "Output_Loop_1",
  33. "details": {
  34. "name": "Loop",
  35. "tooltip": "Signalled if the condition is true, and every time the last node of 'Loop' finishes"
  36. }
  37. }
  38. ]
  39. }
  40. ]
  41. }