summaryrefslogtreecommitdiff
path: root/indra/newview/llselectmgr.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2017-03-13 20:48:44 +0200
committerandreykproductengine <akleshchev@productengine.com>2017-03-13 20:48:44 +0200
commit84dd347ae782b5152fdb0fc3b964e88b1c9975c0 (patch)
treea71229a18ece018159a3a0e99aa67d2c1543374f /indra/newview/llselectmgr.h
parent09869a13ee87a1373763a745103b8c530fa37f40 (diff)
MAINT-1324 Warning should appear that objects in different regions can't be linked
Diffstat (limited to 'indra/newview/llselectmgr.h')
-rw-r--r--indra/newview/llselectmgr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llselectmgr.h b/indra/newview/llselectmgr.h
index 2a893af266..7ef0032645 100644
--- a/indra/newview/llselectmgr.h
+++ b/indra/newview/llselectmgr.h
@@ -624,6 +624,9 @@ public:
BOOL selectGetRootsModify();
BOOL selectGetModify();
+ // returns TRUE if all objects are in same region
+ BOOL selectGetSameRegion();
+
// returns TRUE if is all objects are non-permanent-enforced
BOOL selectGetRootsNonPermanentEnforced();
BOOL selectGetNonPermanentEnforced();