SC2Mapster Wiki
Advertisement

Or[ | ]

A logical operator used in condition statements. At least one of the conditions in the OR must evaluate to true for the OR to evaluate to true.

GUI[ | ]

Logic - Or

Galaxy Code[ | ]

bool Or ( )

Description[ | ]

Returns true if any of the conditions listed under the "Or" condition return true. By default, lists of conditions without an "And" condition or an "Or" condition must all return true in order for the condition to evaluate to true (they are treated as if they were under an "And" condition).

Parameters[ | ]

Return Type: bool[ | ]

Advertisement