aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
diff options
context:
space:
mode:
authorMelanie2009-08-07 21:51:03 +0100
committerMelanie2009-08-07 21:51:03 +0100
commit6c6527caae77715f32c3cffe0adb7bc774fb8e97 (patch)
tree5198c097e16524aa4483917aea6c0aac5651ea4b /OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
parentExperimental! Implement ISponsor in ScriptInstance (diff)
downloadopensim-SC_OLD-6c6527caae77715f32c3cffe0adb7bc774fb8e97.zip
opensim-SC_OLD-6c6527caae77715f32c3cffe0adb7bc774fb8e97.tar.gz
opensim-SC_OLD-6c6527caae77715f32c3cffe0adb7bc774fb8e97.tar.bz2
opensim-SC_OLD-6c6527caae77715f32c3cffe0adb7bc774fb8e97.tar.xz
Thank you, Godfrey, for a patch that implements osGetLinkPrimitiveParams
Fixes Mantis #3979 Applied with changes. Changed ThreatLevel to High since all discovery functions are a high threat. Overriding that is the responsibility of the grid owner.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
index debbad6..23e03e2 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
@@ -146,6 +146,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
146 string osLoadedCreationDate(); 146 string osLoadedCreationDate();
147 string osLoadedCreationTime(); 147 string osLoadedCreationTime();
148 string osLoadedCreationID(); 148 string osLoadedCreationID();
149
150 LSL_List osGetLinkPrimitiveParams( int linknumber, LSL_List rules );
149 151
150 } 152 }
151} 153}