You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tutorial_explanation="combines multiple events into an OR gate, the event will activate as soon as one of the events listed is activated (taking inverts into account)",
2739
+
tutorial_explanation="combines multiple events into an OR gate, the event will activate as soon as one of the events listed is activated (taking inverts into account).\n\nuids is a list (separated by semicolons) of part identifiers (UniqueIDs or names)\n\nAn easy way to gather them is to use bulk select (ctrl+click) and to right click back on the or_gate",
tutorial_explanation="combines multiple events into an XOR gate, the event will activate if one (and only one) of the two events is activated (taking inverts into account)",
2775
+
tutorial_explanation="combines multiple events into an XOR gate, the event will activate if one (and only one) of the two events is activated (taking inverts into account).\n\nuid1 and uid2 are part identifiers (UniqueID or names) for events",
tutorial_explanation="combines multiple events into an AND gate, the event will activate when all the events listed are activated (taking inverts into account)",
2819
+
tutorial_explanation="combines multiple events into an AND gate, the event will activate when all the events listed are activated (taking inverts into account)\n\nuids is a list (separated by semicolons) of part identifiers (UniqueIDs or names)\n\nAn easy way to gather them is to use bulk select (ctrl+click) and to right click back on the and_gate",
0 commit comments