a few changes to estates and estate teleportHome (used kick)

This commit is contained in:
UbitUmarov
2017-01-05 16:27:17 +00:00
parent f4a51116f6
commit d43a3bec19
5 changed files with 78 additions and 47 deletions

View File

@@ -39,6 +39,8 @@ namespace OpenSim.Region.Framework.Interfaces
event ChangeDelegate OnRegionInfoChange;
event ChangeDelegate OnEstateInfoChange;
event MessageDelegate OnEstateMessage;
event EstateTeleportOneUserHomeRequest OnEstateTeleportOneUserHomeRequest;
event EstateTeleportAllUsersHomeRequest OnEstateTeleportAllUsersHomeRequest;
uint GetRegionFlags();
bool IsManager(UUID avatarID);