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

    Function And

    • Returns a boolean value based on whether both of the provided inputs return 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 both boolean values are true, false otherwise.

    • Returns a boolean value based on whether both of the provided inputs return true.

      Parameters

      • boolean0: boolean
      • boolean1: boolean

      Returns boolean