mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
add GetFullGroupPowers(agentID, groupID) to groups modules. This returns the 'sum' of powers of all agent roles on that group, apply it to some OSSL (mantis 8777). It May be needed elsewhere
This commit is contained in:
@@ -99,6 +99,9 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
void InviteGroup(IClientAPI remoteClient, UUID agentID, UUID GroupID, UUID InviteeID, UUID RoleID);
|
||||
void NotifyChange(UUID GroupID);
|
||||
|
||||
ulong GetFullGroupPowers(UUID agentID, UUID groupID);
|
||||
List<GroupRolesData> GroupRoleDataRequest(UUID agentID, UUID groupID);
|
||||
|
||||
List<DirGroupsReplyData> FindGroups(IClientAPI remoteClient, string query);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user