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

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
tools:bool_logic [2019/01/22 17:26] lightwolftools:bool_logic [2019/01/29 14:22] lightwolf
Line 1: Line 1:
 ====== Boolean Logic (preliminary) ====== ====== Boolean Logic (preliminary) ======
 +{{ :tools:booleanlogic.png?nolink|}}
 This nodes combines two Boolean values. This nodes combines two Boolean values.
  
Line 17: Line 17:
  
 === AND === === AND ===
 +This will return true if both inputs have the same value.
 +
 ^Input A^Input B^Result^ ^Input A^Input B^Result^
 | True | True | True| | True | True | True|
Line 23: Line 25:
 |False|False|True| |False|False|True|
 === OR === === OR ===
 +This will return true if either of the inputs are true.
 +
 ^Input A^Input B^Result^ ^Input A^Input B^Result^
 | True | True | True| | True | True | True|
Line 29: Line 33:
 |False|False|False| |False|False|False|
 === XOR === === XOR ===
 +This will return true if the inputs have different values.
 ^Input A^Input B^Result^ ^Input A^Input B^Result^
 | True | True | False| | True | True | False|
Line 37: Line 42:
 ==== Invert ==== ==== 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|}}]] [[https://www.patreon.com/dbw|{{  ::become_a_patron_button.png?nolink|}}]]
-This is the plugin of the month for November 2018, made possible by the finest patrons on [[https://www.patreon.com/dbw|Patreon]].+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.txt · Last modified: 2019/01/29 14:22 by lightwolf