libram
    Preparing search index...

    Variable joinSectionConst

    joinSection: (
        input:
            | Item
            | "Apriling band saxophone"
            | "Apriling band quad tom"
            | "Apriling band tuba"
            | "Apriling band staff"
            | "Apriling band piccolo",
    ) => boolean = ...

    Joins the given section of your Apriling band, returning whether you successfully obtained its instrument

    Type Declaration

      • (
            input:
                | Item
                | "Apriling band saxophone"
                | "Apriling band quad tom"
                | "Apriling band tuba"
                | "Apriling band staff"
                | "Apriling band piccolo",
        ): boolean
      • Parameters

        • input:
              | Item
              | "Apriling band saxophone"
              | "Apriling band quad tom"
              | "Apriling band tuba"
              | "Apriling band staff"
              | "Apriling band piccolo"

        Returns boolean

        Whether we have the item, at the end of all things