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

@@ -54,5 +54,8 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
/// Post event to an entire prim
/// </summary>
bool PostObjectEvent(uint localID, EventParams parms);
DetectParams GetDetectParams(UUID item, int number);
int GetStartParameter(UUID itemID);
}
}