Portal Documentation
Discord GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

IfThenElse

Returns the 1st provided value if the condition is True, otherwise, returns the 2nd provided value.

Inputs

  1. Bool
  2. Any Type (Output Value if the Condition is True)
  3. Any Type (Output Value if the Condition is False)

Output

  • Any Type

IfThenElse