Mantis#2197. Thank you kindly, Tyre, for a patch that:

adds the new function osTeleportAgent().
This commit is contained in:
Charles Krinke
2008-09-15 14:32:02 +00:00
parent ab30c6dc62
commit 5164fa2411
8 changed files with 114 additions and 4 deletions

View File

@@ -87,7 +87,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
AsyncCommands = (AsyncCommandManager)ScriptEngine.AsyncCommands;
}
private void ScriptSleep(int delay)
protected void ScriptSleep(int delay)
{
delay = (int)((float)delay * m_ScriptDelayFactor);
if (delay == 0)