An initial implementation of llMinEventDelay in XEngine.

Not implemented yet in DotNetEngine.
Fixes Mantis #2830
This commit is contained in:
idb
2008-12-21 19:04:06 +00:00
parent 7d837a9bea
commit 3fe966d6b3
7 changed files with 71 additions and 2 deletions

View File

@@ -240,6 +240,13 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
{
return m_ScriptManager.GetStartParameter(itemID);
}
public void SetMinEventDelay(UUID itemID, double delay)
{
// TODO in DotNet, done in XEngine
throw new NotImplementedException();
}
#endregion
public void SetState(UUID itemID, string state)