tools:bool_logic
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| tools:bool_logic [2019/01/22 17:17] – created lightwolf | tools:bool_logic [2019/01/29 14:22] (current) – lightwolf | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Boolean Logic (preliminary) | + | ====== Boolean Logic====== |
| + | {{ : | ||
| + | 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 ===== | ||
| + | {{ : | ||
| + | |||
| + | ==== Boolean A ==== | ||
| + | |||
| + | The first value for the boolean operation. | ||
| + | |||
| + | ==== Boolean B ==== | ||
| + | |||
| + | The second value for the boolean operation. | ||
| + | |||
| + | ==== Invert ==== | ||
| + | |||
| + | Inverts the result. | ||
| + | |||
| + | ---- | ||
| + | [[https:// | ||
| + | This is the plugin of the month for January 2019, made possible by the finest patrons on [[https:// | ||
tools/bool_logic.1548173828.txt.gz · Last modified: by lightwolf
