summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerjointattachment.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2017-09-18 19:51:44 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2017-09-18 19:51:44 +0100
commit3346281be35ab6fa3a46c7f166bb1f7da066d5e3 (patch)
treead68173772e4ff86977e48dc4992cf24b907f592 /indra/newview/llviewerjointattachment.h
parente360423598002893f5735b9898a565c8d159d1f8 (diff)
SL-790 - Adding UI checks for actions that would increase the animated object attachment count
Diffstat (limited to 'indra/newview/llviewerjointattachment.h')
-rw-r--r--indra/newview/llviewerjointattachment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerjointattachment.h b/indra/newview/llviewerjointattachment.h
index 9addafaee1..9641ab4208 100644
--- a/indra/newview/llviewerjointattachment.h
+++ b/indra/newview/llviewerjointattachment.h
@@ -77,6 +77,7 @@ public:
S32 getGroup() const { return mGroup; }
S32 getPieSlice() const { return mPieSlice; }
S32 getNumObjects() const { return mAttachedObjects.size(); }
+ S32 getNumAnimatedObjects() const;
void clampObjectPosition();