Skip to main content

WardrobeGroupAccessible

Callable

  • WardrobeGroupAccessible(C: Character, Group: AssetGroup, Options?: { ExcludeNonCloth: boolean }): boolean

  • Checks if a given group of a character can be accessed.


    Parameters

    • C: Character

      The character in the wardrobe

    • Group: AssetGroup

      The group to check for accessibility

    • optionalOptions: { ExcludeNonCloth: boolean }

      Options to use for the check

      • ExcludeNonCloth: boolean

        Removes anything that's not clothing.

    Returns boolean

    • Whether the zone can be altered or not.