summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2024-07-05 16:03:51 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2024-07-05 16:03:51 +0300
commitece0f4eb566af937d724f60f934beb6dfcb4d493 (patch)
treef9f875a4ce16ec8c5528aa90d729d0ba8ebf96e4 /indra/newview/llappearancemgr.h
parentfb11243dd0b3445ae8ad03faf09927f542412b46 (diff)
clean up and rename demo script
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rw-r--r--indra/newview/llappearancemgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h
index adc783be5a..b795494f94 100644
--- a/indra/newview/llappearancemgr.h
+++ b/indra/newview/llappearancemgr.h
@@ -59,6 +59,7 @@ public:
void wearInventoryCategory(LLInventoryCategory* category, bool copy, bool append);
void wearInventoryCategoryOnAvatar(LLInventoryCategory* category, bool append);
void wearCategoryFinal(const LLUUID& cat_id, bool copy_items, bool append);
+ bool wearOutfit(const LLUUID &cat_id, std::string &error_msg, bool append = false);
bool wearOutfitByName(const std::string &name, std::string &error_msg, bool append = false);
bool wearOutfitByName(const std::string &name, bool append = false);
void changeOutfit(bool proceed, const LLUUID& category, bool append);