mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
More groups plumbing
This commit is contained in:
@@ -972,6 +972,12 @@ namespace OpenSim.Framework
|
||||
|
||||
void SendGroupNameReply(UUID groupLLUID, string GroupName);
|
||||
|
||||
void SendJoinGroupReply(UUID groupID, bool success);
|
||||
|
||||
void SendEjectGroupMemberReply(UUID agentID, UUID groupID, bool success);
|
||||
|
||||
void SendLeaveGroupReply(UUID agentID, UUID groupID, bool success);
|
||||
|
||||
void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia);
|
||||
|
||||
void SendScriptRunningReply(UUID objectID, UUID itemID, bool running);
|
||||
|
||||
Reference in New Issue
Block a user