mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Add events to the estate interface to let interested modules know of
changes to estate settings
This commit is contained in:
committed by
Melanie
parent
9cf0077bf9
commit
d997fc7b76
@@ -29,8 +29,13 @@ using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
public delegate void ChangeDelegate();
|
||||
|
||||
public interface IEstateModule : IRegionModule
|
||||
{
|
||||
event ChangeDelegate OnRegionInfoChange;
|
||||
event ChangeDelegate OnEstateInfoChange;
|
||||
|
||||
uint GetRegionFlags();
|
||||
bool IsManager(UUID avatarID);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user