We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ace2c9 commit e89d2f5Copy full SHA for e89d2f5
1 file changed
node-graph/nodes/math/src/lib.rs
@@ -717,6 +717,7 @@ fn logical_and(
717
/// One of the two boolean values, both of which must be true for the node to output true.
718
value: bool,
719
/// The other of the two boolean values, both of which must be true for the node to output true.
720
+ #[expose]
721
other_value: bool,
722
) -> bool {
723
value && other_value
0 commit comments