mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
add osGetPrimCount([key primKey]) and osGetSittingAvatarsCount([key primkey]) that just do want name says unlike ll mess, absent primKey argument means current linkset
This commit is contained in:
@@ -605,5 +605,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
LSL_List osGetParcelIDs();
|
||||
LSL_Key osGetParcelID();
|
||||
LSL_List osOldList2ListStrided(LSL_List src, int start, int end, int stride);
|
||||
LSL_Integer osGetPrimCount();
|
||||
LSL_Integer osGetPrimCount(LSL_Key object_id);
|
||||
LSL_Integer osGetSittingAvatarsCount();
|
||||
LSL_Integer osGetSittingAvatarsCount(LSL_Key object_id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user