minor: add method doc to sop.SetScriptEvents()

mysql-performance
Justin Clark-Casey (justincc) 2010-02-02 19:04:06 +00:00
parent 0e23c5fffb
commit dc82409106
1 changed files with 5 additions and 0 deletions

View File

@ -3178,6 +3178,11 @@ namespace OpenSim.Region.Framework.Scenes
}
}
/// <summary>
/// Set the events that this part will pass on to listeners.
/// </summary>
/// <param name="scriptid"></param>
/// <param name="events"></param>
public void SetScriptEvents(UUID scriptid, int events)
{
// scriptEvents oldparts;