diff options
author | Melanie | 2009-08-07 21:51:03 +0100 |
---|---|---|
committer | Melanie | 2009-08-07 21:51:03 +0100 |
commit | 6c6527caae77715f32c3cffe0adb7bc774fb8e97 (patch) | |
tree | 5198c097e16524aa4483917aea6c0aac5651ea4b /OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |
parent | Experimental! Implement ISponsor in ScriptInstance (diff) | |
download | opensim-SC-6c6527caae77715f32c3cffe0adb7bc774fb8e97.zip opensim-SC-6c6527caae77715f32c3cffe0adb7bc774fb8e97.tar.gz opensim-SC-6c6527caae77715f32c3cffe0adb7bc774fb8e97.tar.bz2 opensim-SC-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 'OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | 2 |
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 | } |