diff options
author | UbitUmarov | 2012-05-12 14:10:15 +0100 |
---|---|---|
committer | UbitUmarov | 2012-05-12 14:10:15 +0100 |
commit | cf8b7c8affa5daf7caf56f32cb1354de3d3b3b51 (patch) | |
tree | 49bb707ba625df22f195abbe3f4aa939c4eccda3 /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | ubitODE let vehicles responde faster to changes of some parameters like motor... (diff) | |
parent | Mantis 6015 new LSL function llGetAgentList. (diff) | |
download | opensim-SC-cf8b7c8affa5daf7caf56f32cb1354de3d3b3b51.zip opensim-SC-cf8b7c8affa5daf7caf56f32cb1354de3d3b3b51.tar.gz opensim-SC-cf8b7c8affa5daf7caf56f32cb1354de3d3b3b51.tar.bz2 opensim-SC-cf8b7c8affa5daf7caf56f32cb1354de3d3b3b51.tar.xz |
Merge branch 'avination' into ubitwork
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs | 1 |
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(); |