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/Runtime/LSL_Stub.cs | |
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/Runtime/LSL_Stub.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs index 70c5fcd..9ba9561 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs | |||
@@ -391,6 +391,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
391 | return m_LSL_Functions.llGetAgentLanguage(id); | 391 | return m_LSL_Functions.llGetAgentLanguage(id); |
392 | } | 392 | } |
393 | 393 | ||
394 | public LSL_List llGetAgentList(LSL_Integer scope, LSL_List options) | ||
395 | { | ||
396 | return m_LSL_Functions.llGetAgentList(scope, options); | ||
397 | } | ||
398 | |||
394 | public LSL_Vector llGetAgentSize(string id) | 399 | public LSL_Vector llGetAgentSize(string id) |
395 | { | 400 | { |
396 | return m_LSL_Functions.llGetAgentSize(id); | 401 | return m_LSL_Functions.llGetAgentSize(id); |