Step 2: commit the IEstateModuleInterface changes needed

user_profiles
Melanie 2013-05-07 00:37:45 +01:00
parent 4c83b5e719
commit 5d5edde429
1 changed files with 2 additions and 1 deletions

View File

@ -40,11 +40,12 @@ namespace OpenSim.Region.Framework.Interfaces
uint GetRegionFlags();
bool IsManager(UUID avatarID);
/// <summary>
/// Tell all clients about the current state of the region (terrain textures, water height, etc.).
/// </summary>
void sendRegionHandshakeToAll();
void TriggerEstateInfoChange();
/// <summary>
/// Fires the OnRegionInfoChange event.