IfFalseThen Op

IfFalseThen

Triggers if input value is false


<p>Basically the same as <a href="/op/Ops.Boolean.IfTrueThen">Ops.Boolean.IfTrueThen</a>, the only difference is that the output ports are switched. </p> <p>You can also input non-boolean values, <code>0</code>, <code>0.0</code>, <code>&#39;&#39;</code> (empty string) will all evaluate to <code>false</code>. On the contrary <code>1.234</code>, &#39;5&#39; or &#39;lalala&#39; will evaluate to <code>true</code>.</p> <p>You can use it in two ways: If <code>Exe</code> is connected <code>Then</code> / <code>Else</code> will be triggered every time <code>Exe</code> is triggered. If <code>Exe</code> is not connection <code>Then</code> / <code>Else</code> will be triggered every time <code>Boolean</code> changes. This way you can convert a bool to a trigger (function).</p>


Full Name
  • Ops.Boolean.IfFalseThen
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub








No op example found on this server

INPUT PORTS


Exe (Trigger)

<p>Executes the op</p>

Boolean (Number:

<i>boolean</i>

)

<p>The boolean value to check for falsiness</p>

OUTPUT PORTS


then (Trigger)

<p>Triggers when the input value is <code>false</code></p>

else (Trigger)

<p>Triggers when the input value is <code>true</code></p>


Patches using IfFalseThen

  • Examples
  • Public
  • My Patches