CONVERGENCE!!!!!!

The entire LSL API is now in the single, shared file
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api_Base.cs
This is for both engines. The OSSL function are still separate.
This commit is contained in:
Melanie Thielker
2008-09-25 06:04:47 +00:00
parent f3c8963c86
commit a3fcaef890
7 changed files with 8370 additions and 16466 deletions

View File

@@ -220,6 +220,11 @@ namespace OpenSim.Region.ScriptEngine.Common.ScriptEngineBase
return det[number];
}
public int GetStartParameter(UUID itemID)
{
return 0;
}
#endregion
}
}