Functionsutils$orOn this page$or Checks if any of the specified conditions are true. Parameters ParameterDescription...argsConditions to check (at least 2) Example <AoiClient>.addCommand({ name: "or", code: ` $or[condition1;condition2;condition3] `,});