Boolean

Description

Outputs the result of performing a boolean or comparison operation on the operand(s).

 

Properties

Triggers Immediately

And

Returns true if both operands are not blank.
Or Returns true if at least one operand is not blank.
Nor Returns true if both operands are blank.
Equals Returns true if the operands are equal.
Is a number Returns true if the operand is a number.
Is a string Returns true if the operand is a string.
Is an array Returns true if the operand is an array.
Is a dictionary Returns true if the operand is a dictionary.
Is blank

Returns true if operand is an empty array, and empty dictionary, and empty string, or 0.

Contains

Returns true if the first operand contains the second operand

 

Outputs

Value

Outputs the boolean result of the operation.

 

Examples 

For example, you can use the or behaviour to determine when at least one player's score is no longer 0.

 

Related

Bitwise Operation

Text Operation

 

0 Comments

Article is closed for comments.