ToggleBoolValue Op
Inverts a boolean value (negate, flip, not)
Summary (oneliner)
Sets Out Bool
to true
if In Bool
is false
and the other way around.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
in bool (boolean /Number)
The boolean value to invert
Outputs
out bool (Number)
The opposite to In Bool