Ops.Boolean.ToggleBoolValue
Namespace: Ops.Boolean
Inverts a boolean value (negate, flip, not)
summary (oneliner)
Sets Out Bool
to true
if In Bool
is false
and the other way around.
doc
issues
youtube id
collections
Inputs
in bool (boolean /Number)
The boolean value to invert
Outputs
out bool (boolean Number)
The opposite to In Bool