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(); uint GetRegionFlags();
bool IsManager(UUID avatarID); bool IsManager(UUID avatarID);
/// <summary> /// <summary>
/// Tell all clients about the current state of the region (terrain textures, water height, etc.). /// Tell all clients about the current state of the region (terrain textures, water height, etc.).
/// </summary> /// </summary>
void sendRegionHandshakeToAll(); void sendRegionHandshakeToAll();
void TriggerEstateInfoChange();
/// <summary> /// <summary>
/// Fires the OnRegionInfoChange event. /// Fires the OnRegionInfoChange event.