ProtoFlux:AND

From Resonite Wiki
Revision as of 14:13, 29 June 2024 by AmasterAmaster (talk | contribs) (Added a See Also section. Added a Further Reading section. Fixed node visual. Updated descriptions.)
AND
A
*
B
Boolean

The And node takes in two value inputs (either a bool or a number value), and functions as both a logical AND or bitwise AND depending on the type used.

If both inputs are true, then the result will be true.

Inputs

A (Pseudo-generic)

The first input value.

B (Pseudo-generic)

The second input value.

Outputs

* (Pseudo-generic)

Returns the result of a logical AND of A and B if the node is a bool type, bitwise AND otherwise.

Examples

Further Reading

Videos

See Also