diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2025-04-03 12:34:51 +0300 |
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2025-04-03 12:34:51 +0300 |
| commit | 46fca6f5bbafcdb2942114ccccdadc1e769955e4 (patch) | |
| tree | 482a6442d9fe44f4319f5b3c6d27b33ff155a9b0 /indra/newview/llappearancemgr.h | |
| parent | db2c45ba23a10d34d89f556533f80a8b42600bf6 (diff) | |
#3857 second batch of new or updated LEAP functions
Diffstat (limited to 'indra/newview/llappearancemgr.h')
| -rw-r--r-- | indra/newview/llappearancemgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h index 6c45a32856..bc7dc9506b 100644 --- a/indra/newview/llappearancemgr.h +++ b/indra/newview/llappearancemgr.h @@ -60,6 +60,7 @@ public: void wearInventoryCategoryOnAvatar(LLInventoryCategory* category, bool append); void wearCategoryFinal(const LLUUID& cat_id, bool copy_items, bool append); void wearOutfitByName(const std::string& name); + bool wearOutfit(const LLSD& query_map, bool append = false); void changeOutfit(bool proceed, const LLUUID& category, bool append); void replaceCurrentOutfit(const LLUUID& new_outfit); void renameOutfit(const LLUUID& outfit_id); |
