aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
diff options
context:
space:
mode:
authorUbitUmarov2017-06-26 20:42:49 +0100
committerUbitUmarov2017-06-26 20:42:49 +0100
commite53f4399812224939e4ebec6790a9addb38cca95 (patch)
tree1b0475c53ec34cd1f387baccc50bce206ad1e4a3 /OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
parentalso on the actual source file (diff)
downloadopensim-SC_OLD-e53f4399812224939e4ebec6790a9addb38cca95.zip
opensim-SC_OLD-e53f4399812224939e4ebec6790a9addb38cca95.tar.gz
opensim-SC_OLD-e53f4399812224939e4ebec6790a9addb38cca95.tar.bz2
opensim-SC_OLD-e53f4399812224939e4ebec6790a9addb38cca95.tar.xz
add osGetNPCList()
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
index f7857da..6e6a0be 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
@@ -395,6 +395,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
395 void osSetProjectionParams(LSL_Key prim, bool projection, LSL_Key texture, double fov, double focus, double amb); 395 void osSetProjectionParams(LSL_Key prim, bool projection, LSL_Key texture, double fov, double focus, double amb);
396 396
397 LSL_List osGetAvatarList(); 397 LSL_List osGetAvatarList();
398 LSL_List osGetNPCList();
398 399
399 LSL_String osUnixTimeToTimestamp(long time); 400 LSL_String osUnixTimeToTimestamp(long time);
400 401