get a copy of current clientView group powers

This commit is contained in:
UbitUmarov
2016-07-26 16:54:04 +01:00
parent 3f0d84c28b
commit e766f9d20f
5 changed files with 25 additions and 0 deletions

View File

@@ -733,6 +733,8 @@ namespace OpenSim.Framework
ulong ActiveGroupPowers { get; }
Dictionary<UUID, ulong> GetGroupPowers();
ulong GetGroupPowers(UUID groupID);
bool IsGroupMember(UUID GroupID);