diff options
author | UbitUmarov | 2016-07-26 16:54:04 +0100 |
---|---|---|
committer | UbitUmarov | 2016-07-26 16:54:04 +0100 |
commit | e766f9d20f80425948f5cfe9204cdf85908e77fa (patch) | |
tree | 17e55e4221a7f5cfe446896a804ace939376600c /OpenSim/Framework | |
parent | cleanup some code (diff) | |
download | opensim-SC_OLD-e766f9d20f80425948f5cfe9204cdf85908e77fa.zip opensim-SC_OLD-e766f9d20f80425948f5cfe9204cdf85908e77fa.tar.gz opensim-SC_OLD-e766f9d20f80425948f5cfe9204cdf85908e77fa.tar.bz2 opensim-SC_OLD-e766f9d20f80425948f5cfe9204cdf85908e77fa.tar.xz |
get a copy of current clientView group powers
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index d9932eb..2495834 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -733,6 +733,8 @@ namespace OpenSim.Framework | |||
733 | 733 | ||
734 | ulong ActiveGroupPowers { get; } | 734 | ulong ActiveGroupPowers { get; } |
735 | 735 | ||
736 | Dictionary<UUID, ulong> GetGroupPowers(); | ||
737 | |||
736 | ulong GetGroupPowers(UUID groupID); | 738 | ulong GetGroupPowers(UUID groupID); |
737 | 739 | ||
738 | bool IsGroupMember(UUID GroupID); | 740 | bool IsGroupMember(UUID GroupID); |