mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user