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 910fb54 commit cfc5d1fCopy full SHA for cfc5d1f
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