aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorCharles Krinke2008-09-26 01:49:06 +0000
committerCharles Krinke2008-09-26 01:49:06 +0000
commit33add28b510cfedf9fd35807c2fb41d72eb0b173 (patch)
tree3570c43181c5d87152cb8f678f5ac2ea95588bbe /OpenSim
parentImplement LSL-function llSetClickAction. (diff)
downloadopensim-SC_OLD-33add28b510cfedf9fd35807c2fb41d72eb0b173.zip
opensim-SC_OLD-33add28b510cfedf9fd35807c2fb41d72eb0b173.tar.gz
opensim-SC_OLD-33add28b510cfedf9fd35807c2fb41d72eb0b173.tar.bz2
opensim-SC_OLD-33add28b510cfedf9fd35807c2fb41d72eb0b173.tar.xz
Mantis#2265. Thank you kindly, Idb for a patch that:
Implements the LSL function llGetAttached().
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api_Base.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api_Base.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api_Base.cs
index 1404701..851e43b 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api_Base.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api_Base.cs
@@ -4709,8 +4709,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
4709 public LSL_Integer llGetAttached() 4709 public LSL_Integer llGetAttached()
4710 { 4710 {
4711 m_host.AddScriptLPS(1); 4711 m_host.AddScriptLPS(1);
4712 NotImplemented("llGetAttached"); 4712 return m_host.ParentGroup.RootPart.AttachmentPoint;
4713 return 0;
4714 } 4713 }
4715 4714
4716 public LSL_Integer llGetFreeMemory() 4715 public LSL_Integer llGetFreeMemory()