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/Runtime | |
parent | Experimental! Implement ISponsor in ScriptInstance (diff) | |
download | opensim-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 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs index 193e2e0..2408129 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs | |||
@@ -386,6 +386,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
386 | { | 386 | { |
387 | return m_OSSL_Functions.osLoadedCreationID(); | 387 | return m_OSSL_Functions.osLoadedCreationID(); |
388 | } | 388 | } |
389 | |||
390 | public LSL_List osGetLinkPrimitiveParams( int linknumber, LSL_List rules ) | ||
391 | { | ||
392 | return m_OSSL_Functions.osGetLinkPrimitiveParams( linknumber, rules ); | ||
393 | } | ||
389 | 394 | ||
390 | 395 | ||
391 | public OSSLPrim Prim; | 396 | public OSSLPrim Prim; |