diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-04-09 13:29:39 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-04-09 13:29:39 -0400 |
commit | 6ac9852d54d1ee4f826a08ca73f08bccf403d8c3 (patch) | |
tree | 97a2d8e1a52ff68cdc686f8ad88c2f952c4869e5 /indra/newview/llviewerinventory.h | |
parent | f1684cdea5e1086b1127993eac9a5a7b4e47321a (diff) |
MAINT-5069 WIP, MAINT-5071 WIP - handle dropping objects and attaching from ground. WIP on better tracking of attachment requests via various message in LLSelectMgr.
Diffstat (limited to 'indra/newview/llviewerinventory.h')
-rwxr-xr-x | indra/newview/llviewerinventory.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llviewerinventory.h b/indra/newview/llviewerinventory.h index ca92565600..7823ebffb6 100755 --- a/indra/newview/llviewerinventory.h +++ b/indra/newview/llviewerinventory.h @@ -435,4 +435,8 @@ void slam_inventory_folder(const LLUUID& folder_id, void remove_folder_contents(const LLUUID& folder_id, bool keep_outfit_links, LLPointer<LLInventoryCallback> cb); +// If item is in the InventoryModel and is a link, get the item +// that this link points to. Otherwise just return this id. +const LLUUID& get_linked_uuid(const LLUUID &item_id); + #endif // LL_LLVIEWERINVENTORY_H |