db&w documentation wiki

finest software | finest docs

Site Tools


tools:bool_logic

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tools:bool_logic [2019/01/22 17:17] – created lightwolftools:bool_logic [2019/01/29 14:22] (current) lightwolf
Line 1: Line 1:
-====== Boolean Logic (preliminary) ======+====== Boolean Logic====== 
 +{{ :tools:booleanlogic.png?nolink|}} 
 +This nodes combines two Boolean values. 
 + 
 +===== User Interface Controls ===== 
 + 
 +==== Input A ==== 
 + 
 +If nothing is connected to the Boolean A input on the node, the state of the first Boolean variable may be toggled here. 
 + 
 +==== Input B ==== 
 + 
 +If nothing is connected to the Boolean B input on the node, the state of the second Boolean variable may be toggled here. 
 +==== Operation ==== 
 + 
 +This defines how A and B are combined using Boolean logic. 
 + 
 +=== AND === 
 +This will return true if both inputs have the same value. 
 + 
 +^Input A^Input B^Result^ 
 +| True | True | True| 
 +|True | False | False| 
 +|False | True | False| 
 +|False|False|True| 
 +=== OR === 
 +This will return true if either of the inputs are true. 
 + 
 +^Input A^Input B^Result^ 
 +| True | True | True| 
 +|True | False | True| 
 +|False | True | True| 
 +|False|False|False| 
 +=== XOR === 
 +This will return true if the inputs have different values. 
 +^Input A^Input B^Result^ 
 +| True | True | False| 
 +|True | False | True| 
 +|False | True | True| 
 +|False|False|True| 
 + 
 +==== Invert ==== 
 + 
 +Inverts the output of the node. 
 + 
 +===== Connections ===== 
 +{{ :tools:booleanlogic_node.png?nolink|}} 
 + 
 +==== Boolean A ==== 
 + 
 +The first value for the boolean operation. 
 + 
 +==== Boolean B ==== 
 + 
 +The second value for the boolean operation. 
 + 
 +==== Invert ==== 
 + 
 +Inverts the result. 
 + 
 +---- 
 +[[https://www.patreon.com/dbw|{{  ::become_a_patron_button.png?nolink|}}]] 
 +This is the plugin of the month for January 2019, made possible by the finest patrons on [[https://www.patreon.com/dbw|Patreon]].
  
tools/bool_logic.1548173828.txt.gz · Last modified: 2019/01/22 17:17 by lightwolf