IfFalseThen_v2 Op
Triggers if input value is false
Triggers if input value is false
Summary (oneliner)
Basically the same as Ops.Boolean.IfTrueThen, the only difference is that the output ports are switched.
You can also input non-boolean values, 0, 0.0, '' (empty string) will all evaluate to false. On the contrary 1.234, '5' or 'lalala' will evaluate to true.
You can use it in two ways: If Exe is connected Then / Else will be triggered every time Exe is triggered. If Exe is not connection Then / Else will be triggered every time Boolean changes. This way you can convert a bool to a trigger (function).
- Ops.Boolean.IfFalseThen_v2
- Core Op - visible for everyone
- MIT
- Mar 19, 2026 at 07:09
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
Executes the op
The boolean value to check for falsiness
OUTPUT PORTS
Triggers when the input value is false
Triggers when the input value is true