diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-07-09 11:39:57 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-07-09 11:39:57 -0400 |
commit | 2620b8038acc7c36aeaf3f2f7c0ded041f13497c (patch) | |
tree | 94d46d8eafa0c3e5613cd71369f92afe0f33b819 /indra/newview/llappearancemgr.h | |
parent | 2a7c68cc0c339ffe5e87fcc506d6312353307e6c (diff) | |
parent | e2122fcb60ceef5273f4f51fa3c53228ddc56ff5 (diff) |
Merge branch 'release/luau-scripting' into lua-snapshot
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rw-r--r-- | indra/newview/llappearancemgr.h | 4 |
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. |