aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
diff options
context:
space:
mode:
authorMandarinka Tasty2016-11-04 06:24:56 +0100
committerUbitUmarov2016-11-04 10:55:11 +0000
commitb0f87fba1c4238a042a0b7112d792815dd10b737 (patch)
tree7eada1233958b32c46a2df027ac88438cc1892fb /OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
parenton get asset with callback, do the callback even if asset not found. This is ... (diff)
downloadopensim-SC_OLD-b0f87fba1c4238a042a0b7112d792815dd10b737.zip
opensim-SC_OLD-b0f87fba1c4238a042a0b7112d792815dd10b737.tar.gz
opensim-SC_OLD-b0f87fba1c4238a042a0b7112d792815dd10b737.tar.bz2
opensim-SC_OLD-b0f87fba1c4238a042a0b7112d792815dd10b737.tar.xz
Implementation of new LSL function: list llGetAttachedList(key avatar); It also returns HUDs' keys.
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs')
-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 8b8638c..3d1482d 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
@@ -116,6 +116,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
116 LSL_String llGetAnimation(string id); 116 LSL_String llGetAnimation(string id);
117 LSL_List llGetAnimationList(string id); 117 LSL_List llGetAnimationList(string id);
118 LSL_Integer llGetAttached(); 118 LSL_Integer llGetAttached();
119 LSL_List llGetAttachedList(string id);
119 LSL_List llGetBoundingBox(string obj); 120 LSL_List llGetBoundingBox(string obj);
120 LSL_Vector llGetCameraPos(); 121 LSL_Vector llGetCameraPos();
121 LSL_Rotation llGetCameraRot(); 122 LSL_Rotation llGetCameraRot();