Console command to rename Estate

This commit is contained in:
Dev Random
2014-04-01 08:56:05 -04:00
committed by Justin Clark-Casey (justincc)
parent 444737c830
commit 43eab5e163
3 changed files with 340 additions and 232 deletions

View File

@@ -26,6 +26,7 @@
*/
using OpenMetaverse;
using OpenSim.Services.Interfaces;
namespace OpenSim.Region.Framework.Interfaces
{
@@ -41,6 +42,9 @@ namespace OpenSim.Region.Framework.Interfaces
uint GetRegionFlags();
bool IsManager(UUID avatarID);
string SetEstateOwner(int estateID, UserAccount account);
string SetEstateName(int estateID, string newName);
/// <summary>
/// Tell all clients about the current state of the region (terrain textures, water height, etc.).
/// </summary>