| boolean derived from value | Example | Source | Header |
| Messages |
| reference | [string] | make this node an instance of another node |
| set | bool, [integer] | set the value of a single array element |
| value | bool, [integer] | set the value of a single array element |
| true | [integer] | set all or a single element to true (1.0) |
| false | [integer] | set all or a single element to false (0.0) |
| toggle | [integer] | toggle all or a single element |
| evaluate | evaluate and generate "isTrue" and/or "isFalse" event |
| Events |
| isTrue | ||
| isFalse | ||
| changedTrue | any elements turned true | |
| changedFalse | any elements turned false |
| Comments |
constructor boolean
method reset
method message
1 make this node an instance of another node
2 else, if referenced, send the message to the reference node
3 set the value of a single array element
4 set all or a single element to true (1.0)
5 set all or a single element to false (0.0)
6 toggle all or a single element
7 evaluate and generate "isTrue" and/or "isFalse" event
method app
1 for each value in the array
1.1 any elements turned true
1.1 any elements turned false
method isTrue
1 for each value in the array
method isFalse
1 for each value in the array