Add some doc about the EventManager.OnLoginsEnabled event.

0.7.3-post-fixes
Justin Clark-Casey (justincc) 2012-03-19 22:48:26 +00:00
parent e861b45313
commit 92baa79253
1 changed files with 7 additions and 0 deletions

View File

@ -481,6 +481,13 @@ namespace OpenSim.Region.Framework.Scenes
public event RegionHeartbeatEnd OnRegionHeartbeatEnd;
public delegate void LoginsEnabled(string regionName);
/// <summary>
/// This should only fire in all circumstances if the RegionReady module is active.
/// </summary>
/// <remarks>
/// TODO: Fire this even when the RegionReady module is not active.
/// </remarks>
public event LoginsEnabled OnLoginsEnabled;
public delegate void PrimsLoaded(Scene s);