aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface
diff options
context:
space:
mode:
authorTalun2012-05-08 15:52:25 +0100
committerMelanie2012-05-11 02:25:52 +0100
commite6181941432640e4bc7c46fb740c04d04d94032e (patch)
treed775ab5527af9f1e809a4d1f583668a4576951e1 /OpenSim/Region/ScriptEngine/Shared/Api/Interface
parentreduce avatars terminal velocity to less than 30m/s or colisions with basic b... (diff)
downloadopensim-SC-e6181941432640e4bc7c46fb740c04d04d94032e.zip
opensim-SC-e6181941432640e4bc7c46fb740c04d04d94032e.tar.gz
opensim-SC-e6181941432640e4bc7c46fb740c04d04d94032e.tar.bz2
opensim-SC-e6181941432640e4bc7c46fb740c04d04d94032e.tar.xz
Mantis 6015 new LSL function llGetAgentList.
Details in the lsl wiki
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
index 5c528977..be5740e 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
@@ -108,6 +108,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
108 LSL_Vector llGetAccel(); 108 LSL_Vector llGetAccel();
109 LSL_Integer llGetAgentInfo(string id); 109 LSL_Integer llGetAgentInfo(string id);
110 LSL_String llGetAgentLanguage(string id); 110 LSL_String llGetAgentLanguage(string id);
111 LSL_List llGetAgentList(LSL_Integer scope, LSL_List options);
111 LSL_Vector llGetAgentSize(string id); 112 LSL_Vector llGetAgentSize(string id);
112 LSL_Float llGetAlpha(int face); 113 LSL_Float llGetAlpha(int face);
113 LSL_Float llGetAndResetTime(); 114 LSL_Float llGetAndResetTime();