aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface
diff options
context:
space:
mode:
authorSignpostMarv2012-08-28 03:21:04 +0100
committerJustin Clark-Casey (justincc)2012-08-29 02:10:04 +0100
commit3bf7bd6359ffbbc2a00b6870b72cc78287a70bc7 (patch)
treefaca1aeb98c94bfe7baeed481e3bffcd62858167 /OpenSim/Region/ScriptEngine/Shared/Api/Interface
parentFix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder... (diff)
downloadopensim-SC_OLD-3bf7bd6359ffbbc2a00b6870b72cc78287a70bc7.zip
opensim-SC_OLD-3bf7bd6359ffbbc2a00b6870b72cc78287a70bc7.tar.gz
opensim-SC_OLD-3bf7bd6359ffbbc2a00b6870b72cc78287a70bc7.tar.bz2
opensim-SC_OLD-3bf7bd6359ffbbc2a00b6870b72cc78287a70bc7.tar.xz
track originating IScriptApi method for SL-like error messages. Will add rule number tracking in next commit.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
index cd58614..e97ff9d 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
@@ -424,7 +424,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
424 LSL_String llXorBase64StringsCorrect(string str1, string str2); 424 LSL_String llXorBase64StringsCorrect(string str1, string str2);
425 void print(string str); 425 void print(string str);
426 426
427 void SetPrimitiveParamsEx(LSL_Key prim, LSL_List rules); 427 void SetPrimitiveParamsEx(LSL_Key prim, LSL_List rules, string originFunc);
428 LSL_List GetPrimitiveParamsEx(LSL_Key prim, LSL_List rules); 428 LSL_List GetPrimitiveParamsEx(LSL_Key prim, LSL_List rules);
429 } 429 }
430} 430}