Have removeCOFLinksOfType also immediately update local inv. Also have it support callbacks (Although unused in singu.)

This commit is contained in:
Shyotl
2015-07-13 15:06:35 -05:00
parent 18ac6dcb60
commit 7a5cd5b659
2 changed files with 4 additions and 4 deletions

View File

@@ -171,7 +171,7 @@ public:
// [SL:KB] - Patch: Appearance-AISFilter | Checked: 2015-05-02 (Catznip-3.7)
void removeCOFItemLinks(const LLUUID& item_id, LLPointer<LLInventoryCallback> cb = NULL, bool immediate_delete = false);
// [/SL:KB]
void removeCOFLinksOfType(LLWearableType::EType type, LLPointer<LLInventoryCallback> cb = NULL);
void removeCOFLinksOfType(LLWearableType::EType type, LLPointer<LLInventoryCallback> cb = NULL, bool immediate_delete = false);
void removeAllClothesFromAvatar();
void removeAllAttachmentsFromAvatar();