mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Console command to rename Estate
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
444737c830
commit
43eab5e163
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user