add osGetNPCList()

This commit is contained in:
UbitUmarov
2017-06-26 20:42:49 +01:00
parent b59ce7c968
commit e53f439981
4 changed files with 26 additions and 0 deletions

View File

@@ -395,6 +395,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void osSetProjectionParams(LSL_Key prim, bool projection, LSL_Key texture, double fov, double focus, double amb);
LSL_List osGetAvatarList();
LSL_List osGetNPCList();
LSL_String osUnixTimeToTimestamp(long time);