FunctionsValidationGetPrerequisiteBlockingGroupsValidationGetPrerequisiteBlockingGroups CallableValidationGetPrerequisiteBlockingGroups(item: Item, appearance: Item[]): AssetGroupName[]Finds the groups from the provided appearance array that block a given item due to prerequisites. In this situation, an item is considered to be blocking if the target item can't be added with it, but can without it.Parametersitem: ItemThe item to checkappearance: Item[]The appearance array to checkReturns AssetGroupName[]A list of group names corresponding to items from the appearance array that block the given item due to prerequisites
Finds the groups from the provided appearance array that block a given item due to prerequisites. In this situation, an item is considered to be blocking if the target item can't be added with it, but can without it.