mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 22:45:43 +08:00
An initial implementation of llMinEventDelay in XEngine.
Not implemented yet in DotNetEngine. Fixes Mantis #2830
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user