summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-07-09 11:39:57 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-07-09 11:39:57 -0400
commit2620b8038acc7c36aeaf3f2f7c0ded041f13497c (patch)
tree94d46d8eafa0c3e5613cd71369f92afe0f33b819 /indra/newview/llappearancemgr.h
parent2a7c68cc0c339ffe5e87fcc506d6312353307e6c (diff)
parente2122fcb60ceef5273f4f51fa3c53228ddc56ff5 (diff)
Merge branch 'release/luau-scripting' into lua-snapshot
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rw-r--r--indra/newview/llappearancemgr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h
index b795494f94..11d209e6b5 100644
--- a/indra/newview/llappearancemgr.h
+++ b/indra/newview/llappearancemgr.h
@@ -263,6 +263,10 @@ private:
static void onOutfitRename(const LLSD& notification, const LLSD& response);
+ // used by both wearOutfit(LLUUID) and wearOutfitByName(std::string)
+ bool wearOutfit(const std::string &desc, LLInventoryCategory* cat,
+ std::string &error_msg, bool copy_items, bool append);
+
bool mAttachmentInvLinkEnabled;
bool mOutfitIsDirty;
bool mIsInUpdateAppearanceFromCOF; // to detect recursive calls.