mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(userID) that invite/eject users to/from groups the object containing the script is set to. These functions also work for closed groups.
This commit is contained in:
@@ -93,7 +93,9 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
void JoinGroupRequest(IClientAPI remoteClient, UUID GroupID);
|
||||
void LeaveGroupRequest(IClientAPI remoteClient, UUID GroupID);
|
||||
void EjectGroupMemberRequest(IClientAPI remoteClient, UUID GroupID, UUID EjecteeID);
|
||||
void EjectGroupMember(IClientAPI remoteClient, UUID agentID, UUID GroupID, UUID EjecteeID);
|
||||
void InviteGroupRequest(IClientAPI remoteClient, UUID GroupID, UUID InviteeID, UUID RoleID);
|
||||
void InviteGroup(IClientAPI remoteClient, UUID agentID, UUID GroupID, UUID InviteeID, UUID RoleID);
|
||||
void NotifyChange(UUID GroupID);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user