ToggleBoolValue Op
This op is deprecated!
It will not receive any updatesInverts a boolean value (negate, flip, not)
Summary (oneliner)
Sets Out Bool
to true
if In Bool
is false
and the other way around.
Full Name
- Ops.Extension.Deprecated.ToggleBoolValue
- Extension Op - Visible to all users
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
in bool (Number: boolean)
The boolean value to invert
OUTPUT PORTS
out bool (Number)
The opposite to In Bool