Add GetGroupPowers() and a dictionary to hold them to ClientView and

IClientAPI. No user functionality
This commit is contained in:
Melanie Thielker
2008-07-25 03:45:17 +00:00
parent 6554c7bac5
commit 06e0e513cf
4 changed files with 20 additions and 0 deletions

View File

@@ -317,6 +317,8 @@ namespace OpenSim.Framework
string ActiveGroupName { get; }
ulong ActiveGroupPowers { get; }
ulong GetGroupPowers(LLUUID groupID);
string FirstName { get; }