mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Module interface change
This commit is contained in:
@@ -57,7 +57,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
void GroupRoleUpdate(IClientAPI remoteClient, UUID GroupID, UUID RoleID, string name, string description, string title, ulong powers, byte updateType);
|
||||
void GroupRoleChanges(IClientAPI remoteClient, UUID GroupID, UUID RoleID, UUID MemberID, uint changes);
|
||||
void GroupNoticeRequest(IClientAPI remoteClient, UUID groupNoticeID);
|
||||
void SendGroupNoticeToClient(IClientAPI remoteClient, UUID groupNoticeID, byte dialog);
|
||||
GridInstantMessage CreateGroupNoticeIM(UUID agentID, UUID groupNoticeID, byte dialog);
|
||||
void SendAgentGroupDataUpdate(IClientAPI remoteClient);
|
||||
void JoinGroupRequest(IClientAPI remoteClient, UUID GroupID);
|
||||
void LeaveGroupRequest(IClientAPI remoteClient, UUID GroupID);
|
||||
|
||||
Reference in New Issue
Block a user