diff options
author | Dessie Linden <dessie@lindenlab.com> | 2010-06-28 08:51:26 -0700 |
---|---|---|
committer | Dessie Linden <dessie@lindenlab.com> | 2010-06-28 08:51:26 -0700 |
commit | 6ffe7db72018c8a0a89c209627f6b37f21f88e37 (patch) | |
tree | cfd70990ca17d47f335905355e1709140e9e2d8a /indra/newview/llinventoryfunctions.h | |
parent | 81f5c0241436f3b3fb097dd38c108d110540de7a (diff) | |
parent | 8d18056e8296472d58a820fd77a6a66100e70661 (diff) |
Merged from viewer-release
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rw-r--r-- | indra/newview/llinventoryfunctions.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h index 6619a50d28..1c3f82c531 100644 --- a/indra/newview/llinventoryfunctions.h +++ b/indra/newview/llinventoryfunctions.h @@ -46,6 +46,9 @@ // Is this item or its baseitem is worn, attached, etc... BOOL get_is_item_worn(const LLUUID& id); +// Could this item be worn (correct type + not already being worn) +BOOL get_can_item_be_worn(const LLUUID& id); + BOOL get_is_item_removable(const LLInventoryModel* model, const LLUUID& id); BOOL get_is_category_removable(const LLInventoryModel* model, const LLUUID& id); |