bf6-portal-mod-types
    Preparing search index...

    Function Or

    • Returns a boolean based on whether either of the two inputs are true. Note: This does not short-circuit. All inputs will be evaluated if they are derived from function calls.

      Parameters

      • boolean0: boolean

        The first boolean value.

      • boolean1: boolean

        The second boolean value.

      Returns boolean

      boolean True if either boolean value is true, false otherwise.

    • Returns a boolean based on whether either of the two inputs are true.

      Parameters

      • boolean0: boolean
      • boolean1: boolean

      Returns boolean